[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: don't create suite-dirs for https://buildinfos.debian.net/

Holger Levsen gitlab at salsa.debian.org
Tue Oct 1 17:31:58 BST 2019



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
e4a15fc4 by Holger Levsen at 2019-10-01T16:31:35Z
reproducible Debian: don't create suite-dirs for https://buildinfos.debian.net/

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_common.sh


Changes:

=====================================
bin/reproducible_common.sh
=====================================
@@ -83,9 +83,11 @@ TEMPDIR="/tmp/reproducible"
 mkdir -p "$TEMPDIR"
 
 # create subdirs for suites
-for i in $SUITES ; do
-	mkdir -p "$DEBIAN_BASE/$i"
-done
+if [ "$HOSTNAME" = "jenkins" ] ; then
+	for i in $SUITES ; do
+		mkdir -p "$DEBIAN_BASE/$i"
+	done
+fi
 
 # table names and image names
 TABLE[0]=stats_pkg_state



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/e4a15fc4a51b84dd70b3a00049ea2324d854a510

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/e4a15fc4a51b84dd70b3a00049ea2324d854a510
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/20191001/c33bad38/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list