Merge lp://staging/~mvo/snappy/snappy-classic-mode into lp://staging/snappy/15.04
Proposed by
Michael Vogt
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~mvo/snappy/snappy-classic-mode |
Merge into: | lp://staging/snappy/15.04 |
Diff against target: |
2124 lines (+600/-240) 33 files modified
_integration-tests/testutils/autopkgtest/autopkgtest_test.go (+1/-1) _integration-tests/testutils/autopkgtest/ssh.go (+1/-1) classic/classic.go (+58/-0) classic/snappy-classic.sh (+50/-0) classic/snappy-setup-classic.sh (+77/-0) cmd/snappy/cmd_console.go (+11/-16) cmd/snappy/cmd_enable_classic.go (+59/-0) cmd/snappy/cmd_shell.go (+60/-0) debian/ubuntu-snappy-cli.install (+2/-0) dirs/dirs.go (+48/-44) po/snappy.pot (+32/-1) snappy/click.go (+20/-19) snappy/click_test.go (+41/-40) snappy/datadir.go (+3/-1) snappy/datadir_test.go (+17/-15) snappy/globals.go (+3/-2) snappy/hwaccess.go (+5/-4) snappy/hwaccess_test.go (+15/-14) snappy/install_test.go (+7/-5) snappy/oem.go (+8/-7) snappy/oem_test.go (+5/-4) snappy/parts.go (+5/-4) snappy/parts_test.go (+7/-6) snappy/purge.go (+2/-1) snappy/purge_test.go (+5/-4) snappy/security.go (+3/-2) snappy/security_test.go (+4/-3) snappy/service.go (+2/-1) snappy/service_test.go (+7/-6) snappy/set_test.go (+9/-8) snappy/snapp.go (+13/-12) snappy/snapp_test.go (+19/-18) snappy/systemimage.go (+1/-1) |
To merge this branch: | bzr merge lp://staging/~mvo/snappy/snappy-classic-mode |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Snappy Developers | Pending | ||
Review via email: mp+272983@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2015-09-30.
Commit message
Add snappy classic mode.
Description of the change
Implement snappy classic mode.
To post a comment you must log in.
Unmerged revisions
- 737. By Michael Vogt
-
snappy-classic needs sudo
- 736. By Michael Vogt
-
we can't rm -rf stuff yet
- 735. By Michael Vogt
-
update i18n
- 734. By Michael Vogt
-
add delete-classic command
- 733. By Michael Vogt
-
make messages match the spec
- 732. By Michael Vogt
-
add shell interface
- 731. By Michael Vogt
-
use stdin
- 730. By Michael Vogt
-
fix path
- 729. By Michael Vogt
-
add classic mode