File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments