diff options
author | Michael Vogt <mvo@ubuntu.com> | 2019-01-29 10:17:33 +0100 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2019-01-29 10:17:33 +0100 |
commit | 6af48a7f83540c807be1d2777470d23e6b260eb8 (patch) | |
tree | 273f0f571301ce8facbc5a5acb1f787f0f9ab9c2 /dselect/update | |
parent | fb700bfa9e1850ca3379c69db0b73435bcd48fea (diff) |
private-json-hooks.cc: deal with EPIPE
While running our CI we noticed that sometimes we see an error
from the new json hooks code. The error message is:
```
E: Could not read response to hello message from hook [ ! -f /usr/bin/snap ] || /usr/bin/snap advise-snap --from-apt 2>/dev/null || true: Broken pipe
```
when purging the snapd package which provides the hook. This indicates
that we should probably also consider EPIPE not an error (just like
we do for ECONNRESET). This PR does exactly this.
Diffstat (limited to 'dselect/update')
0 files changed, 0 insertions, 0 deletions