Allow flashing of other devices
Bug #1201811 reported by
Daniel Holbach
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Phablet Tools |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
We want a mapping of images for devices which are
- downloadable without user interaction (wget/curl)
- flashable with recovery without manual interaction
Related branches
lp://staging/~sergiusens/phablet-tools/flash_change
- PS Jenkins bot: Approve (continuous-integration)
- Ricardo Salveti (community): Approve
- Paul Larson (community): Approve
- Daniel Holbach: Approve
- Andy Doan (community): Approve
- Omer Akram: Pending requested
- Alan Pope 🍺🐧🐱 🦄: Pending requested
- Ubuntu Phablet Team: Pending requested
-
Diff: 3365 lines (+2046/-1044)20 files modifieddebian/changelog (+9/-0)
debian/control (+1/-0)
phablet-flash (+47/-462)
phabletutils/__init__.py (+1/-0)
phabletutils/arguments.py (+256/-0)
phabletutils/cdimage.py (+40/-50)
phabletutils/community.py (+129/-0)
phabletutils/device.py (+13/-12)
phabletutils/downloads.py (+105/-83)
phabletutils/environment.py (+208/-248)
phabletutils/hashes.py (+66/-0)
phabletutils/license.py (+51/-0)
phabletutils/projects.py (+237/-0)
phabletutils/resources.py (+82/-0)
phabletutils/settings.py (+25/-26)
phabletutils/ubuntuimage.py (+34/-33)
tests/index.json (+577/-0)
tests/test_cdimage.py (+3/-3)
tests/test_community.py (+108/-127)
tests/test_ubuntuimage.py (+54/-0)
Changed in phablet-tools: | |
status: | New → In Progress |
Changed in phablet-tools: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
lp:~i9100-image-dev/phablet-image-info/i9100 provides a good test-case.