Commit 1b3a1ab0 authored by Helmut Grohne's avatar Helmut Grohne
Browse files

rebootstrap: also update the other copy of the repository url

parent c7d553f6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -13,7 +13,8 @@ cleanup_all() {

CODE=$(mktemp --tmpdir=/tmp gitclone-XXXXXXXXX -u)
trap cleanup_all INT TERM EXIT
git clone git://anonscm.debian.org/users/helmutg/rebootstrap.git $CODE
# repository url doubly maintained in job-cfg/rebootstrap.yaml.py
git clone https://salsa.debian.org/helmutg/rebootstrap.git $CODE
cd $CODE
git checkout $1
shift
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ architectures += mono_architectures
gcc_versions = ("7","8")
diffoscope_gcc_versions = ("7",)

# repository url doubly maintained in bin/rebootstrap.sh
print("""
- defaults:
    name: rebootstrap