~mvo/snapd/+git/snapd-mvo:snap-repair-done

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

Branch merges

Branch information

Name:
snap-repair-done
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

0a03894... by Michael Vogt

fix TestStatusUnparsableStatusFD() to work with latest golang

0c492e6... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into snap-repair-done

c23401a... by Michael Vogt

Merge pull request #3932 from zyga/fix/debian-manpages-clash

spread: work around temporary packaging issue in debian sid

0fe04fd... by Michael Vogt

add link to debian manpages bug

66f2679... by Zygmunt Krynicki

spread: work around temporary packaging issue in debian sid

Due to apparent packaging bug in Debian the manpages-dev package clashes
with the manpages package. This patch makes us remove manpages in
attempt to work around the problem.

Signed-off-by: Zygmunt Krynicki <email address hidden>

13c2103... by Michael Vogt

inject /usr/lib/snapd/ into PATH so that repairs can use `snap-repair done`

7dffc1f... by Michael Vogt

address review feedback

1c02fcb... by Michael Vogt

snap-repair: implement `snap-repair {done,skip,retry}`

The snap-repairs will use `snap-repair {done,skip,retry}` to
signal the status to the repair runner. The command in turn will
write the right status to the SNAP_REPAIR_STATUS_FD but that is
an implementation detail that should not leak into the repair
scripts itself.

2c3426f... by Samuele Pedroni

asserts,cmd/snap-repair: introduce a mandatory summary for repairs

9b72bb4... by Samuele Pedroni

asserts,cmd/snap-repair: represent RepairID internally as an int