containerd / continuity

A transport-agnostic, filesystem metadata manifest system
https://containerd.io
Apache License 2.0
141 stars 67 forks source link

CI + bunch of fixes #53

Closed AkihiroSuda closed 7 years ago

AkihiroSuda commented 7 years ago

.travis.yml:

.mailmap, AUTHORS, Makefile:

README.md:

digests_test.go, resource.go:

manifest_test.go, resource_test.go, testutil_test.go:



Now CI passing: https://travis-ci.org/AkihiroSuda/continuity/builds/208498783

I'm also planning to do vendor using vndr in another PR.
dmcgowan commented 7 years ago

Thanks for getting all this in shape! Just a couple small changes on the build process and we can get this merged.

AkihiroSuda commented 7 years ago

done @dmcgowan

dmcgowan commented 7 years ago

LGTM

I think we may want to move some of the test functions around in the future. Maybe to a subpackage so they can be imported by other packages.

dmcgowan commented 7 years ago

@stevvooe going to merge this, if you want further changes we can do in follow up