~mvo/snapd/+git/snapd-mvo:targeted-snap-ignore

Last commit made on 2017-09-25
Get this branch:
git clone -b targeted-snap-ignore https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
targeted-snap-ignore
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

5734946... by Michael Vogt

make the .gitingore file a bit more targeted

f6a3064... by Michael Vogt

Merge pull request #3953 from mvo5/bases-on-core

snap-confine: fix base snaps on core

ba06ae2... by Michael Vogt

Merge pull request #3947 from mvo5/fix-repair-tests-as-root

cmd/snap-repair: fix tests when running as root

647da60... by Michael Vogt

snap-confine: fix base snaps on core

On core devices we don't setup the same confinement as we do with
classic. However when we use base snaps we need to setup the
confinement in a similar way as on classic. Update the code to
do this.

2a8542f... by Paweł Stołowski

Merge pull request #3939 from stolowski/connection-type

interfaces: add Connection type

6b250c2... by Samuele Pedroni

cmd/snap-repair: skip disabled repairs

This adds support for the "disabled" repair header in snap-repair, the flag means the repair must be skipped.

1e83ad7... by Michael Vogt

Merge pull request #3950 from pedronis/repair-test-double-close-paranoia-plusplus

cmd/snap-repair: prefer leaking unmanaged fds on test failure over closing random ones

61310af... by Michael Vogt

snap-repair: make `repair` binary available for repair scripts (#3933)

via symlink in a tempdir to the real /usr/lib/snapd/snap-repair.

ac0523d... by Samuele Pedroni

prefer leaking unmanaged fds over closing random ones

87f7a3e... by Samuele Pedroni

add support for the disabled flag which we forgot so far