[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] rebootstrap: also update the other copy of the repository url
Helmut Grohne
gitlab at salsa.debian.org
Mon May 7 15:28:36 BST 2018
Helmut Grohne pushed to branch master at Debian QA / jenkins.debian.net
Commits:
1b3a1ab0 by Helmut Grohne at 2018-05-07T16:28:08+02:00
rebootstrap: also update the other copy of the repository url
- - - - -
2 changed files:
- bin/rebootstrap.sh
- job-cfg/rebootstrap.yaml.py
Changes:
=====================================
bin/rebootstrap.sh
=====================================
--- a/bin/rebootstrap.sh
+++ b/bin/rebootstrap.sh
@@ -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
=====================================
job-cfg/rebootstrap.yaml.py
=====================================
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -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
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/1b3a1ab0b86299a1c2684b6ac3cde4557563dcf6
---
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/1b3a1ab0b86299a1c2684b6ac3cde4557563dcf6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20180507/f4c0960b/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list