polydawn / repeatr

Repeatr: Reproducible, hermetic Computation. Provision containers from Content-Addressable snapshots; run using familiar containers (e.g. runc); store outputs in Content-Addressable form too! JSON API; connect your own pipelines! (Or, use github.com/polydawn/stellar for pipelines!)
https://repeatr.io
Apache License 2.0
68 stars 5 forks source link

rio: add ErrWareCorrupt to the returnable set. #109

Closed warpfork closed 7 years ago

warpfork commented 7 years ago

The absence of this in the whitelist for valid errors for rio packages to return was an oversight. The tar transmat already returns these in several places, and it is indeed a semantic and correct error to return.

Snipefix, noticed while reviewing https://github.com/polydawn/repeatr/pull/107 .