Skip to content

Commit 39e35f5

Browse files
author
Matthew Fisher
committed
Merge pull request #2341 from aledbf/publisher_use_godep
feat(publisher): use godep
2 parents f2bc363 + 47432c3 commit 39e35f5

58 files changed

Lines changed: 10735 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

publisher/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@ FROM golang:1.3
33
WORKDIR /go/src/github.com/deis/deis/publisher
44
CMD /go/bin/publisher
55

6+
RUN go get github.com/tools/godep
7+
68
ADD . /go/src/github.com/deis/deis/publisher
7-
RUN CGO_ENABLED=0 go get -a -ldflags '-s' github.com/deis/deis/publisher
9+
10+
RUN CGO_ENABLED=0 godep go build -a -ldflags '-s' github.com/deis/deis/publisher
11+
12+
RUN cp publisher /go/bin/publisher

publisher/Godeps/Godeps.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publisher/Godeps/Readme

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publisher/Godeps/_workspace/.gitignore

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publisher/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/add_child.go

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publisher/Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/add_child_test.go

Lines changed: 73 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)