Merge pull request #53 from prometheus/fix/travis/antique-paths
Swap matttproud for prometheus in paths.
This commit is contained in:
commit
d181f33eaa
|
@ -140,15 +140,15 @@ rsync-stamp:
|
||||||
test: test-stamp
|
test: test-stamp
|
||||||
|
|
||||||
test-stamp: preparation source
|
test-stamp: preparation source
|
||||||
cd ${GOPATH}/src/github.com/matttproud
|
cd ${GOPATH}/src/github.com/prometheus
|
||||||
$(MAKE) test
|
$(MAKE) test
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
source: source-stamp
|
source: source-stamp
|
||||||
|
|
||||||
source-stamp:
|
source-stamp:
|
||||||
-mkdir -vp ${GOPATH}/src/github.com/matttproud
|
-mkdir -vp ${GOPATH}/src/github.com/prometheus
|
||||||
ln -sf $${PWD} ${GOPATH}/src/github.com/matttproud/prometheus
|
ln -sf $${PWD} ${GOPATH}/src/github.com/prometheus/prometheus
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in New Issue