Commit bcde798 1 parent ca7dc4f commit bcde798 Copy full SHA for bcde798
File tree 7 files changed +14
-14
lines changed
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
[Unit]
2
2
Description =etcd key-value store
3
- Documentation =https://github.com/coreos /etcd
3
+ Documentation =https://github.com/etcd-io /etcd
4
4
After =network.target
5
5
6
6
[Service]
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ tester-config:
169
169
case-shuffle : true
170
170
171
171
# For full descriptions,
172
- # https://godoc.org/github.com/coreos /etcd/functional/rpcpb#Case
172
+ # https://godoc.org/github.com/etcd-io /etcd/functional/rpcpb#Case
173
173
cases :
174
174
- SIGTERM_ONE_FOLLOWER
175
175
- SIGTERM_ONE_FOLLOWER_UNTIL_TRIGGER_SNAPSHOT
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ RUN rm -rf ${GOROOT} \
20
20
&& mkdir -p ${GOPATH}/src ${GOPATH}/bin \
21
21
&& go version
22
22
23
- RUN mkdir -p ${GOPATH}/src/github.com/coreos /etcd
24
- ADD . ${GOPATH}/src/github.com/coreos /etcd
23
+ RUN mkdir -p ${GOPATH}/src/github.com/etcd-io /etcd
24
+ ADD . ${GOPATH}/src/github.com/etcd-io /etcd
25
25
ADD ./functional.yaml /functional.yaml
26
26
27
- RUN go get -v github.com/coreos /gofail \
28
- && pushd ${GOPATH}/src/github.com/coreos /etcd \
27
+ RUN go get -v github.com/etcd-io /gofail \
28
+ && pushd ${GOPATH}/src/github.com/etcd-io /etcd \
29
29
&& GO_BUILD_FLAGS="-v" ./build \
30
30
&& mkdir -p /bin \
31
31
&& cp ./bin/etcd /bin/etcd \
@@ -39,4 +39,4 @@ RUN go get -v github.com/coreos/gofail \
39
39
&& cp ./bin/etcd-tester /bin/etcd-tester \
40
40
&& go build -v -o /bin/benchmark ./tools/benchmark \
41
41
&& popd \
42
- && rm -rf ${GOPATH}/src/github.com/coreos /etcd
42
+ && rm -rf ${GOPATH}/src/github.com/etcd-io /etcd
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ function setup_env {
17
17
local ver=${2}
18
18
19
19
if [ ! -d " ${proj} " ]; then
20
- git clone https://github.com/coreos /" ${proj} "
20
+ git clone https://github.com/etcd-io /" ${proj} "
21
21
fi
22
22
23
23
pushd " ${proj} " > /dev/null
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [ -z "${BINARYDIR}" ]; then
15
15
RELEASE=" etcd-${1} " -$( go env GOOS) -$( go env GOARCH)
16
16
BINARYDIR=" ${RELEASE} "
17
17
TARFILE=" ${RELEASE} .tar.gz"
18
- TARURL=" https://github.com/coreos /etcd/releases/download/${1} /${TARFILE} "
18
+ TARURL=" https://github.com/etcd-io /etcd/releases/download/${1} /${TARFILE} "
19
19
if ! curl -f -L -o " ${TARFILE} " " ${TARURL} " ; then
20
20
echo " Failed to download ${TARURL} ."
21
21
exit 1
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ main() {
56
56
if [ ! -d " ${reldir} /etcd" ]; then
57
57
mkdir -p " ${reldir} "
58
58
cd " ${reldir} "
59
- git clone
[email protected] :
coreos /etcd.git --branch
" ${BRANCH} "
59
+ git clone
[email protected] :
etcd-io /etcd.git --branch
" ${BRANCH} "
60
60
fi
61
61
cd " ${reldir} /etcd"
62
62
@@ -106,7 +106,7 @@ main() {
106
106
107
107
# Push the version change if it's not already been pushed.
108
108
if [ $( git rev-list --count " origin/${BRANCH} ..${BRANCH} " ) -gt 0 ]; then
109
- read -p " Push version bump up to ${VERSION} to github.com/coreos /etcd [y/N]? " confirm
109
+ read -p " Push version bump up to ${VERSION} to github.com/etcd-io /etcd [y/N]? " confirm
110
110
[[ " ${confirm,,} " == " y" ]] || exit 1
111
111
git push
112
112
fi
@@ -202,7 +202,7 @@ main() {
202
202
git add version/version.go
203
203
git commit -m " version: bump up to ${VERSION} +git"
204
204
git diff --staged
205
- read -p " Push version bump up to ${VERSION} +git to github.com/coreos /etcd [y/N]? " confirm
205
+ read -p " Push version bump up to ${VERSION} +git to github.com/etcd-io /etcd [y/N]? " confirm
206
206
[[ " ${confirm,,} " == " y" ]] || exit 1
207
207
git push
208
208
fi
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ COVER=${COVER:-"-cover"}
53
53
IGNORE_PKGS=" (vendor/|etcdserverpb|rafttest|gopath.proto|v3lockpb|v3electionpb)"
54
54
INTEGRATION_PKGS=" (integration|tests/e2e|contrib|functional)"
55
55
56
- # all github.com/coreos /etcd/whatever pkgs that are not auto-generated / tools
56
+ # all github.com/etcd-io /etcd/whatever pkgs that are not auto-generated / tools
57
57
# shellcheck disable=SC1117
58
58
PKGS=$( find . -name \* .go | while read -r a; do dirname " $a " ; done | sort | uniq | grep -vE " $IGNORE_PKGS " | grep -vE " (tools/|contrib/|tests/e2e|pb)" | sed " s|\.|${REPO_PATH} |g" | xargs echo)
59
59
# pkg1,pkg2,pkg3
@@ -353,7 +353,7 @@ function release_pass {
353
353
echo " Downloading $file "
354
354
355
355
set +e
356
- curl --fail -L " https://github.com/coreos /etcd/releases/download/$UPGRADE_VER /$file " -o " /tmp/$file "
356
+ curl --fail -L " https://github.com/etcd-io /etcd/releases/download/$UPGRADE_VER /$file " -o " /tmp/$file "
357
357
local result=$?
358
358
set -e
359
359
case $result in
You can’t perform that action at this time.
0 commit comments