Skip to content

Commit ad9fb89

Browse files
JohnTitorcalebcartwright
authored andcommitted
Update Git repo URLs
Signed-off-by: Yuki Okushi <[email protected]>
1 parent eb07a5e commit ad9fb89

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

ci/integration.sh

+16-2
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,28 @@ case ${INTEGRATION} in
9191
cd -
9292
;;
9393
crater)
94-
git clone --depth=1 https://github.com/rust-lang-nursery/${INTEGRATION}.git
94+
git clone --depth=1 https://github.com/rust-lang/${INTEGRATION}.git
9595
cd ${INTEGRATION}
9696
show_head
9797
check_fmt_with_lib_tests
9898
cd -
9999
;;
100+
bitflags)
101+
git clone --depth=1 https://github.com/bitflags/${INTEGRATION}.git
102+
cd ${INTEGRATION}
103+
show_head
104+
check_fmt_with_all_tests
105+
cd -
106+
;;
107+
error-chain | tempdir)
108+
git clone --depth=1 https://github.com/rust-lang-deprecated/${INTEGRATION}.git
109+
cd ${INTEGRATION}
110+
show_head
111+
check_fmt_with_all_tests
112+
cd -
113+
;;
100114
*)
101-
git clone --depth=1 https://github.com/rust-lang-nursery/${INTEGRATION}.git
115+
git clone --depth=1 https://github.com/rust-lang/${INTEGRATION}.git
102116
cd ${INTEGRATION}
103117
show_head
104118
check_fmt_with_all_tests

0 commit comments

Comments
 (0)