Skip to content

Commit

Permalink
Merge pull request #105 from viktorbenei/master
Browse files Browse the repository at this point in the history
Dockerfile & godeps update
  • Loading branch information
viktorbenei committed Dec 22, 2015
2 parents efc39cb + 3b330d5 commit 0345e3f
Show file tree
Hide file tree
Showing 175 changed files with 96,743 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.5-wheezy
FROM golang:1.5.2-wheezy

ENV PROJ_NAME envman

Expand All @@ -8,7 +8,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install git mercurial curl rsync r

#
# Install Bitrise CLI
RUN curl -L https://github.com/bitrise-io/bitrise/releases/download/1.1.2/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise
RUN curl -L https://github.com/bitrise-io/bitrise/releases/download/1.2.4/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise
RUN chmod +x /usr/local/bin/bitrise
RUN bitrise setup --minimal

Expand Down
6 changes: 5 additions & 1 deletion Godeps/Godeps.json

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

27 changes: 27 additions & 0 deletions Godeps/_workspace/src/golang.org/x/sys/LICENSE

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

22 changes: 22 additions & 0 deletions Godeps/_workspace/src/golang.org/x/sys/PATENTS

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

1 change: 1 addition & 0 deletions Godeps/_workspace/src/golang.org/x/sys/unix/.gitignore

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

10 changes: 10 additions & 0 deletions Godeps/_workspace/src/golang.org/x/sys/unix/asm.s

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

29 changes: 29 additions & 0 deletions Godeps/_workspace/src/golang.org/x/sys/unix/asm_darwin_386.s

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

29 changes: 29 additions & 0 deletions Godeps/_workspace/src/golang.org/x/sys/unix/asm_darwin_amd64.s

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

30 changes: 30 additions & 0 deletions Godeps/_workspace/src/golang.org/x/sys/unix/asm_darwin_arm.s

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

30 changes: 30 additions & 0 deletions Godeps/_workspace/src/golang.org/x/sys/unix/asm_darwin_arm64.s

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

29 changes: 29 additions & 0 deletions Godeps/_workspace/src/golang.org/x/sys/unix/asm_dragonfly_386.s

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

29 changes: 29 additions & 0 deletions Godeps/_workspace/src/golang.org/x/sys/unix/asm_dragonfly_amd64.s

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

29 changes: 29 additions & 0 deletions Godeps/_workspace/src/golang.org/x/sys/unix/asm_freebsd_386.s

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

29 changes: 29 additions & 0 deletions Godeps/_workspace/src/golang.org/x/sys/unix/asm_freebsd_amd64.s

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

29 changes: 29 additions & 0 deletions Godeps/_workspace/src/golang.org/x/sys/unix/asm_freebsd_arm.s

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

Loading

0 comments on commit 0345e3f

Please sign in to comment.