Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Shepherd <darren@rancher.com>
  • Loading branch information
ibuildthecloud committed Jul 19, 2015
1 parent fdd965a commit ced645d
Show file tree
Hide file tree
Showing 559 changed files with 84,277 additions and 301 deletions.
5 changes: 4 additions & 1 deletion .gitignore
@@ -1,2 +1,5 @@
.DS_Store
main/main
/main/main
/docker-compose*
*.log
*.swp
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
language: go
sudo: false
go:
- 1.4
install:
- export GOPATH=${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH
- export PATH=${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH
- go get -t -v ./...
script:
- script/validate-dco
- script/validate-gofmt
- go test -v -short ./...
8 changes: 8 additions & 0 deletions CHANGES.md
@@ -0,0 +1,8 @@
Changelog
==========

# 0.0.0 (2015-07-09)

## Features
- We started
- No where to go but up from here
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,3 @@
# Contributing to libcompose

You should do that...
14 changes: 14 additions & 0 deletions Dockerfile
@@ -0,0 +1,14 @@
FROM golang:1.4.2-cross

RUN go get github.com/mitchellh/gox
RUN go get github.com/aktau/github-release
RUN go get github.com/tools/godep
RUN go get golang.org/x/tools/cmd/cover

ENV GOPATH /go/src/github.com/docker/libcompose/Godeps/_workspace:/go
ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/docker-compose
ENV USER root

WORKDIR /go/src/github.com/docker/libcompose

ADD . /go/src/github.com/docker/libcompose
256 changes: 256 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.

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

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

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

8 changes: 8 additions & 0 deletions Godeps/_workspace/src/github.com/Sirupsen/logrus/.travis.yml

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

7 changes: 7 additions & 0 deletions Godeps/_workspace/src/github.com/Sirupsen/logrus/CHANGELOG.md

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

21 changes: 21 additions & 0 deletions Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE

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

0 comments on commit ced645d

Please sign in to comment.