[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: loop thru suites, not archs
Holger Levsen
gitlab at salsa.debian.org
Thu Feb 27 01:28:15 GMT 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
245377d1 by Holger Levsen at 2020-02-27T02:28:01+01:00
reproducible Debian: loop thru suites, not archs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_html_rsync_builtin-pho.sh
Changes:
=====================================
bin/reproducible_html_rsync_builtin-pho.sh
=====================================
@@ -12,7 +12,7 @@ common_init "$@"
. /srv/jenkins/bin/reproducible_common.sh
# rsync builtin-pho results from pb7
-for ARCH in ${ARCHS} ; do
- rsync -av profitbricks-build7-amd64.debian.net:/var/lib/jenkins/builtin-pho-html/debian/$ARCH/ $BASE/debian/$ARCH/
+for SUITE in ${SUITES} ; do
+ rsync -av profitbricks-build7-amd64.debian.net:/var/lib/jenkins/builtin-pho-html/debian/$SUITE/ $BASE/debian/$SUITE/
done
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/245377d14f99b66f0bc3ffac57c73b50cc563c73
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/245377d14f99b66f0bc3ffac57c73b50cc563c73
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/20200227/52eb7f4b/attachment.html>
More information about the Qa-jenkins-scm
mailing list