Skip to content

Commit 1e22c32

Browse files
njuettnerlinki
authored andcommitted
Using dep in travis to ensure all dependencies are installed (kubernetes-sigs#471)
* Using dep in travis to ensure all dependencies are installed * Using dep in travis to ensure all dependencies are installed * Using dep in travis to ensure all dependencies are installed * Using dep in travis to ensure all dependencies are installed
1 parent 9bd5f06 commit 1e22c32

File tree

8,977 files changed

+12
-5789963
lines changed

Some content is hidden

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

8,977 files changed

+12
-5789963
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ cscope.*
4343
cover.out
4444
*.coverprofile
4545
external-dns
46+
47+
# vendor dir
48+
vendor/

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ matrix:
1414
- go: tip
1515

1616
before_install:
17+
- go get -u github.com/golang/dep/cmd/dep
18+
- dep ensure -vendor-only
1719
- go get github.com/mattn/goveralls
1820
- go get github.com/alecthomas/gometalinter
1921

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,16 @@ Make sure you have the following prerequisites:
6666

6767
First, get ExternalDNS:
6868

69+
**To install all dependencies, make sure to install [dep](https://github.com/golang/dep) first.**
70+
6971
```console
70-
$ go get -u github.com/kubernetes-incubator/external-dns
72+
$ git clone https://github.com/kubernetes-incubator/external-dns.git && cd external-dns
73+
$ dep ensure -vendor-only
74+
$ make
7175
```
7276

77+
This will create external-dns in the build directory directly from master.
78+
7379
Next, run an application and expose it via a Kubernetes Service:
7480

7581
```console

vendor/cloud.google.com/go/.travis.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

vendor/cloud.google.com/go/AUTHORS

Lines changed: 0 additions & 15 deletions
This file was deleted.

vendor/cloud.google.com/go/CONTRIBUTING.md

Lines changed: 0 additions & 126 deletions
This file was deleted.

vendor/cloud.google.com/go/CONTRIBUTORS

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)