blablacar / dgr

Container build and runtime tool
Apache License 2.0
248 stars 21 forks source link

fix duplicate error message #237

Closed mark-kubacki closed 7 years ago

mark-kubacki commented 7 years ago

I ran into this when developing the reproducible builds feature.

An additional error message will be emitted if tar didn't return an error, but the tarball were still missing. Which can happen on network shares and some fuse filesystems. Ran into this, too.

mark-kubacki commented 7 years ago

You can avoid the accompanying merge commit and retain signing as well as history by:

git remote add wmark https://…
git fetch wmark

git merge --ff-only wmark/pr-237

;-)