Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Conversation

@kayrus
Copy link
Contributor

@kayrus kayrus commented Apr 7, 2016

resolves #1536

Not sure whether I did that correctly... Here are my steps:

find . -name '*.go' -exec sed -i 's#github.com/coreos/fleet/Godeps/_workspace/src/##g' {} \;
cat Godeps/Godeps.json | grep -v github.com/coreos/fleet | awk -F"[:\", \t]*" '/ImportPath|Rev/ { if ($2 == "ImportPath") { printf("%s ",$3) } else { printf("%s\n",$3)} }' > vendor.manifest
git add vendor.manifest
mkdir vendor
git mv Godeps/_workspace/src/* vendor/
git rm -r Godeps

Then fixed:

  • .travis.yml
  • build-env

@kayrus kayrus force-pushed the kayrus/vendor branch 2 times, most recently from 79a046c to 237a76f Compare April 7, 2016 16:39
@kayrus kayrus changed the title vendor: switch to go vendoring [WIP] vendor: switch to go vendoring Apr 7, 2016
@kayrus kayrus changed the title [WIP] vendor: switch to go vendoring vendor: switch to go vendoring Apr 7, 2016
@kayrus
Copy link
Contributor Author

kayrus commented Apr 18, 2016

closed in favor of #1555

@kayrus kayrus closed this Apr 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

build: replace gopdep with vendor

2 participants