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

cli is now mainatained by urfave #92

Closed timthelion closed 7 years ago

timthelion commented 7 years ago

"Notice: This is the library formerly known as github.com/codegangsta/cli -- Github will automatically redirect requests to this repository, but we recommend updating your references for clarity."

https://github.com/urfave/cli

But it is imported with the old URL: https://github.com/polydawn/repeatr/blob/master/cmd/repeatr/main.go#L9

warpfork commented 7 years ago

sigh.

sed -r 's#codegangsta#urfave#g': 37e10835085bb675312d786ac9fc43644d50bda7

Fixed.