Merge lp:~chipaca/snappy/atomic-follow-symlinks into lp:~snappy-dev/snappy/snappy-moved-to-github
| Status: | Merged |
|---|---|
| Approved by: | Michael Vogt on 2015-10-22 |
| Approved revision: | 799 |
| Merged at revision: | 796 |
| Proposed branch: | lp:~chipaca/snappy/atomic-follow-symlinks |
| Merge into: | lp:~snappy-dev/snappy/snappy-moved-to-github |
| Diff against target: |
377 lines (+140/-27) 10 files modified
coreconfig/config.go (+11/-11) helpers/helpers.go (+18/-1) helpers/helpers_test.go (+99/-3) partition/bootloader_uboot.go (+1/-1) partition/bootloader_uboot_test.go (+4/-4) partition/migrate_grub.go (+1/-1) snappy/auth.go (+1/-1) snappy/click.go (+1/-1) snappy/firstboot.go (+1/-1) snappy/hwaccess.go (+3/-3) |
| To merge this branch: | bzr merge lp:~chipaca/snappy/atomic-follow-symlinks |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Michael Vogt | 2015-10-22 | Approve on 2015-10-22 | |
|
Review via email:
|
|||
Commit Message
Make atomic follow symlinks (so you don't have to write to /etc/writable).
| Snappy Tarmac (snappydevtarmac) wrote : | # |
The attempt to merge lp:~chipaca/snappy/atomic-follow-symlinks into lp:snappy failed. Below is the output from the failed tests.
Checking docs
Checking formatting
Installing godeps
Install golint
Obtaining dependencies
update github.
update github.
github.
update github.
github.
update github.
github.
update gopkg.in/check.v1 failed; trying to fetch newer version
github.
update github.
gopkg.in/check.v1 now at 64131543e7896d5
update github.
github.
update gopkg.in/tomb.v2 failed; trying to fetch newer version
github.
update code.google.
gopkg.in/tomb.v2 now at 14b3d72120e8d10
update github.
code.google.
update github.
github.
update github.
github.
update github.
github.
update golang.org/x/crypto failed; trying to fetch newer version
github.
update gopkg.in/yaml.v2 failed; trying to fetch newer version
golang.org/x/crypto now at 60052bd85f2d912
gopkg.in/yaml.v2 now at 49c95bdc2184325
Building
Running tests from /tmp/tmp.
? launchpad.
=== RUN Test
OK: 12 passed
--- PASS: Test (0.04 seconds)
PASS
coverage: 21.2% of statements
ok launchpad.
=== RUN Test
OK: 53 passed
--- PASS: Test (0.35 seconds)
PASS
coverage: 91.7% of statements
ok launchpad.
=== RUN Test
OK: 39 passed
--- PASS: Test (0.16 seconds)
PASS
coverage: 69.8% of statements
ok launchpad.
? launchpad.
=== RUN Test
OK: 64 passed
--- PASS: Test (0.36 seconds)
PASS
coverage: 79.2% of statements
ok launchpad.
=== RUN Test
OK: 0 passed, 2 ski...
- 799. By John Lenton on 2015-10-22
-
make the follow symlink behaviour depend on a flag. Oh, add a flag.


Thanks!