Merge pull request #134 from tianon/fix-more-dotclouds
Update more "dotcloud/docker" refs to "docker/docker"
This commit is contained in:
commit
bc06326a5e
|
@ -21,10 +21,10 @@ install:
|
||||||
- if [ -z "$TRAVIS_GLOBAL_WTF" ]; then go env; fi
|
- if [ -z "$TRAVIS_GLOBAL_WTF" ]; then go env; fi
|
||||||
- go get -d -v ./...
|
- go get -d -v ./...
|
||||||
- if [ "$TRAVIS_GLOBAL_WTF" ]; then
|
- if [ "$TRAVIS_GLOBAL_WTF" ]; then
|
||||||
export DOCKER_PATH="${GOPATH%%:*}/src/github.com/dotcloud/docker";
|
export DOCKER_PATH="${GOPATH%%:*}/src/github.com/docker/docker";
|
||||||
mkdir -p "$DOCKER_PATH/hack/make";
|
mkdir -p "$DOCKER_PATH/hack/make";
|
||||||
( cd "$DOCKER_PATH/hack/make" && wget -c 'https://raw.githubusercontent.com/dotcloud/docker/master/hack/make/'{.validate,validate-dco,validate-gofmt} );
|
( cd "$DOCKER_PATH/hack/make" && wget -c 'https://raw.githubusercontent.com/docker/docker/master/hack/make/'{.validate,validate-dco,validate-gofmt} );
|
||||||
sed -i 's!dotcloud/docker!docker/libcontainer!' "$DOCKER_PATH/hack/make/.validate";
|
sed -i 's!docker/docker!docker/libcontainer!' "$DOCKER_PATH/hack/make/.validate";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -176,7 +176,7 @@ One way to automate this, is customise your get ``commit.template`` by adding
|
||||||
a ``prepare-commit-msg`` hook to your libcontainer checkout:
|
a ``prepare-commit-msg`` hook to your libcontainer checkout:
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -o .git/hooks/prepare-commit-msg https://raw.githubusercontent.com/dotcloud/docker/master/contrib/prepare-commit-msg.hook && chmod +x .git/hooks/prepare-commit-msg
|
curl -o .git/hooks/prepare-commit-msg https://raw.githubusercontent.com/docker/docker/master/contrib/prepare-commit-msg.hook && chmod +x .git/hooks/prepare-commit-msg
|
||||||
```
|
```
|
||||||
|
|
||||||
* Note: the above script expects to find your GitHub user name in ``git config --get github.user``
|
* Note: the above script expects to find your GitHub user name in ``git config --get github.user``
|
||||||
|
|
Loading…
Reference in New Issue