mirror of
https://github.com/prometheus/prometheus
synced 2025-01-29 10:52:50 +00:00
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-stamp: preparation source
|
||||
cd ${GOPATH}/src/github.com/matttproud
|
||||
cd ${GOPATH}/src/github.com/prometheus
|
||||
$(MAKE) test
|
||||
touch $@
|
||||
|
||||
source: source-stamp
|
||||
|
||||
source-stamp:
|
||||
-mkdir -vp ${GOPATH}/src/github.com/matttproud
|
||||
ln -sf $${PWD} ${GOPATH}/src/github.com/matttproud/prometheus
|
||||
-mkdir -vp ${GOPATH}/src/github.com/prometheus
|
||||
ln -sf $${PWD} ${GOPATH}/src/github.com/prometheus/prometheus
|
||||
touch $@
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user