Skip to content

Commit

Permalink
Merge pull request #67 from craig-willis/NDS-354
Browse files Browse the repository at this point in the history
Added godeps support
  • Loading branch information
craig-willis authored Jul 1, 2016
2 parents 4056ba4 + bb18e33 commit 458d754
Show file tree
Hide file tree
Showing 14 changed files with 1,862 additions and 3 deletions.
131 changes: 131 additions & 0 deletions apictl/Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions apictl/Godeps/Readme

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions apictl/gobuild.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

cd /go/src/github.com/ndslabs/apictl
go get
GOOS=linux GOARCH=amd64 go build -o build/bin/ndslabsctl-linux-amd64
go get github.com/tools/godep
godep restore
GOOS=linux GOARCH=amd64 godep go build -o build/bin/apiserver-linux-amd64

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 458d754

Please sign in to comment.