lp://staging/~mvo/snappy/snappy-lp1460152-workaround-15.04
- Get this branch:
- bzr branch lp://staging/~mvo/snappy/snappy-lp1460152-workaround-15.04
Branch merges
- Snappy Developers: Pending requested
-
Diff: 140 lines (+74/-0)5 files modifiedhelpers/helpers.go (+16/-0)
helpers/helpers_test.go (+11/-0)
snappy/dirs.go (+4/-0)
snappy/systemimage.go (+13/-0)
snappy/systemimage_test.go (+30/-0)
- Snappy Developers: Pending requested
-
Diff: 1022 lines (+690/-17) (has conflicts)16 files modifiedhelpers/helpers.go (+186/-8)
helpers/helpers_test.go (+116/-0)
partition/bootloader_uboot.go (+1/-4)
partition/partition.go (+3/-0)
progress/progress.go (+6/-2)
progress/progress_test.go (+1/-1)
snappy/click.go (+260/-1)
snappy/dirs.go (+4/-0)
snappy/errors.go (+2/-1)
snappy/snapp.go (+17/-0)
snappy/snapp_test.go (+19/-0)
snappy/systemimage.go (+23/-0)
snappy/systemimage_native.go (+2/-0)
snappy/systemimage_test.go (+30/-0)
systemd/systemd.go (+14/-0)
systemd/systemd_test.go (+6/-0)
Branch information
Recent revisions
- 450. By Sergio Schvezov
-
Don't allow installation of packages with unsupported architectures (backported from trunk with bzr merge -c 484 from trunk) by sergiusens approved by chipaca
- 449. By Michael Terry
-
Allow ".." in file paths as long as it isn't an entire element. (i.e. allow "hello..you" or "...")
We call filepath.Clean right before our ".." check. So the only instances of ".." will be in the first element. That lets us simplify the check a lot.
This is a backport of r457 from trunk. by mterry approved by chipaca
- 448. By Michael Terry
-
Fix intermittent "permission denied" errors when installing snaps by making sure that we always unpack in the same OS thread that dropped its privileges.
This is a backport of r481 from trunk. by mterry approved by chipaca
- 447. By Michael Terry
-
Unify handling of app environment variables. Now hooks, binaries, and services all have the same variables (mostly).
This is a backport of r483 from trunk. by mterry approved by chipaca
- 446. By Sergio Schvezov
-
Backport revno 470 from trunk: Avoid writing to snappy-system.txt if not required by sergiusens approved by mvo
- 442. By Jamie Strandboge
-
cherrypick r474 from trunk:
- docs/meta.md: package name actually is not allowed to contain '.'
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)