snapd:release/2.20

Last commit made on 2016-12-15
Get this branch:
git clone -b release/2.20 https://git.launchpad.net/snapd

Branch merges

Branch information

Name:
release/2.20
Repository:
lp:snapd

Recent commits

a8741b3... by Michael Vogt

releasing package snapd version 2.20

10d752f... by Michael Vogt

run ./mkversion.sh manually, it is part of go generate but that is not run on powerpc

1f1b084... by Michael Vogt

Merge pull request #2490 from pedronis/alias-auto-reset

many: implement "snap alias --reset" using snapstate.ResetAliases

551ab6c... by Michael Vogt

Merge pull request #2491 from mvo5/feature/packaging-branches

debian: use a packaging branch for 14.04

25263af... by Samuele Pedroni

Merge pull request #2419 from stolowski/retry-download-bytes

store: retry downloads on io.Copy errors and sha3 checksum errors

Perform io.Copy inside retry loop and retry (resume) downloads if Copy fails on EOF. Also retry once from scratch if there's a hash mismatch.

5617660... by Samuele Pedroni

Merge pull request #2465 from mvo5/feature/snap-info-apps

snap: show apps in `snap info`

This is a followup from a previous snap info branch to display what apps are part of a snap.

512edf6... by Samuele Pedroni

fixes

08514b7... by Samuele Pedroni

Merge pull request #2494 from pedronis/x-ubuntu-classic

store: send an explicit X-Ubuntu-Classic header to the store

70cba46... by Samuele Pedroni

Merge remote-tracking branch 'upstream/master' into alias-auto-reset

b5c5c60... by Samuele Pedroni

Merge pull request #2487 from pedronis/reset-alias

overlord/snapstate: implement snapstate.ResetAliases

snapstate.ResetAliases resets the given aliases to their default state, enabled for auto-aliases, disabled otherwise.

To help implementing this the scenario tests for doAlias/undoAlias were extended, and doAlias/undoAlias refactored to try to keep the combinatorics under control.