Skip to content

Commit

Permalink
Add Godeps, ignore _workspace for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lox committed Nov 6, 2014
1 parent 26e0273 commit f0763ba
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.aptcache
apt-proxy
last-cid
Godeps/_workspace
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update
RUN apt-get install -y golang

RUN mkdir -p /go
ENV GOPATH /go
ENV GOPATH /go:/go/src/github.com/lox/apt-proxy/Godeps/_workspace
ENV GOBIN /go/bin
ADD . /go/src/github.com/lox/apt-proxy

Expand Down
14 changes: 14 additions & 0 deletions 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 Godeps/Readme

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

0 comments on commit f0763ba

Please sign in to comment.