Merge lp://qastaging/~mvo/snappy/snappy-all-snap2 into lp://qastaging/~snappy-dev/snappy/snappy-moved-to-github

Proposed by Michael Vogt
Status: Work in progress
Proposed branch: lp://qastaging/~mvo/snappy/snappy-all-snap2
Merge into: lp://qastaging/~snappy-dev/snappy/snappy-moved-to-github
Diff against target: 5273 lines (+682/-3895)
35 files modified
bootloader/bootloader.go (+65/-229)
bootloader/bootloader_grub.go (+4/-51)
bootloader/bootloader_grub_test.go (+47/-122)
bootloader/bootloader_test.go (+94/-381)
bootloader/bootloader_uboot.go (+25/-216)
bootloader/bootloader_uboot_test.go (+47/-285)
bootloader/utils.go (+63/-0)
bootloader/utils_test.go (+47/-0)
cmd/snappy/cmd_booted.go (+2/-8)
gen-coverage.sh (+2/-2)
partition/assets.go (+0/-87)
partition/assets_test.go (+0/-36)
partition/dirs.go (+0/-41)
partition/mount.go (+0/-153)
partition/mount_test.go (+0/-64)
partition/partition.go (+0/-622)
partition/utils.go (+0/-82)
partition/utils_test.go (+0/-47)
pkg/types.go (+2/-0)
snappy/click.go (+2/-1)
snappy/dirs.go (+4/-0)
snappy/install.go (+2/-2)
snappy/install_test.go (+0/-92)
snappy/kernel.go (+103/-0)
snappy/oem.go (+11/-0)
snappy/os.go (+68/-0)
snappy/parts.go (+4/-8)
snappy/purge.go (+1/-1)
snappy/purge_test.go (+1/-1)
snappy/snapp.go (+80/-15)
snappy/snapp_test.go (+8/-11)
snappy/systemimage.go (+0/-518)
snappy/systemimage_native.go (+0/-211)
snappy/systemimage_native_test.go (+0/-123)
snappy/systemimage_test.go (+0/-486)
To merge this branch: bzr merge lp://qastaging/~mvo/snappy/snappy-all-snap2
Reviewer Review Type Date Requested Status
Snappy Developers Pending
Review via email: mp+269922@code.qastaging.launchpad.net

Description of the change

This moves the os/kernel into snaps.

To post a comment you must log in.
667. By Michael Vogt

fix activate in the kernel

668. By Michael Vogt

re-add utils.go

Unmerged revisions

668. By Michael Vogt

re-add utils.go

667. By Michael Vogt

fix activate in the kernel

666. By Michael Vogt

add {Oem,OsKernel}Snap types

665. By Michael Vogt

re-add test hook function

664. By Michael Vogt

rename partition to bootloader

663. By Michael Vogt

add tests for the new code

662. By Michael Vogt

rename PartitionTestSuite->BootloaderTestSuite

661. By Michael Vogt

unset snappy_trial_boot

660. By Michael Vogt

move partition.go bits into bootloader as we do not care about partitioning at this level anymore

659. By Michael Vogt

kill partition.IsNextBootOther

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches