Merge lp://qastaging/~snappy-dev/goget-ubuntu-touch/all-snaps into lp://qastaging/goget-ubuntu-touch
Proposed by
Michael Vogt
Status: | Needs review |
---|---|
Proposed branch: | lp://qastaging/~snappy-dev/goget-ubuntu-touch/all-snaps |
Merge into: | lp://qastaging/goget-ubuntu-touch |
Diff against target: |
1882 lines (+1243/-150) (has conflicts) 14 files modified
debian/changelog (+15/-0) debian/control (+14/-0) dependencies.tsv (+6/-1) diskimage/bootloader.go (+21/-12) diskimage/common.go (+99/-69) diskimage/common_test.go (+14/-14) diskimage/core_grub.go (+31/-27) diskimage/core_uboot.go (+32/-16) diskimage/partition.go (+1/-0) ubuntu-device-flash/common.go (+3/-3) ubuntu-device-flash/core.go (+12/-5) ubuntu-device-flash/helpers.go (+89/-0) ubuntu-device-flash/helpers_test.go (+135/-0) ubuntu-device-flash/snappy.go (+771/-3) Text conflict in debian/changelog Text conflict in debian/control Text conflict in dependencies.tsv Text conflict in diskimage/bootloader.go Text conflict in diskimage/common.go Text conflict in diskimage/core_grub.go Text conflict in diskimage/core_uboot.go Text conflict in ubuntu-device-flash/core.go Text conflict in ubuntu-device-flash/snappy.go |
To merge this branch: | bzr merge lp://qastaging/~snappy-dev/goget-ubuntu-touch/all-snaps |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sergio Schvezov | Approve | ||
Review via email: mp+275273@code.qastaging.launchpad.net |
Commit message
Add support to build all-snaps images.
Description of the change
Add support to build all-snaps images.
To post a comment you must log in.
Unmerged revisions
- 276. By Michael Vogt
-
fix for latest api change
- 275. By Michael Vogt
-
merged lp:~pedronis/goget-ubuntu-touch/use-read-info-from-snapfile
- 274. By Michael Vogt
-
use gadget snap whitelist in preparation for the rework of the gadget yaml
- 273. By Michael Vogt
-
fix squashfs format issue
- 272. By Michael Vogt
-
set snappy_
{,good} _{kernel, os} to fix LP:#1534137 - 271. By Michael Vogt
-
add check for having systemctl
- 270. By Michael Vogt
-
update for latest snappy
- 269. By Michael Vogt
-
remove debug code
- 268. By Michael Vogt
-
manually enable all snaps on the system
- 267. By Michael Vogt
-
update to the latest api
Just added some comments so that we don't forget them :)