Skip to content

Commit

Permalink
Use the gb tool for dep management and building.
Browse files Browse the repository at this point in the history
Currently confd uses the go tool for running tests and building.
Godeps is used to manage dependencies.

This commit moves the project to using the [gb tool](http://getgb.io/)
for running tests, building, and managing dependencies.

The build, tests, and travis files have been updated to use gb.
  • Loading branch information
kelseyhightower committed May 25, 2015
1 parent a6b03e1 commit db86709
Show file tree
Hide file tree
Showing 265 changed files with 17 additions and 34,930 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
bin
bin/
pkg/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_install:
- java -Djava.library.path=/tmp/dynamodb/DynamoDBLocal_lib -jar /tmp/dynamodb/DynamoDBLocal.jar -inMemory &
install:
- sudo pip install awscli
- go get github.com/tools/godep
- go get github.com/constabulary/gb/...
- go get golang.org/x/tools/cmd/cover
- ./build
- sudo ./install
Expand Down
69 changes: 0 additions & 69 deletions Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions Godeps/Readme

This file was deleted.

2 changes: 0 additions & 2 deletions Godeps/_workspace/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions Godeps/_workspace/src/github.com/BurntSushi/toml/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions Godeps/_workspace/src/github.com/BurntSushi/toml/.travis.yml

This file was deleted.

3 changes: 0 additions & 3 deletions Godeps/_workspace/src/github.com/BurntSushi/toml/COMPATIBLE

This file was deleted.

14 changes: 0 additions & 14 deletions Godeps/_workspace/src/github.com/BurntSushi/toml/COPYING

This file was deleted.

19 changes: 0 additions & 19 deletions Godeps/_workspace/src/github.com/BurntSushi/toml/Makefile

This file was deleted.

220 changes: 0 additions & 220 deletions Godeps/_workspace/src/github.com/BurntSushi/toml/README.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit db86709

Please sign in to comment.