summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-24 15:16:28 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-24 15:16:28 +0200
commita0594f0c9ae7eabc42933d38726be26acc4e3b67 (patch)
treef0971a2cc8fac11112a5f9d7fc1289bbdb9e8d79 /bin
parent72bc4b501fe6494a7b0217d693957e376e2decc6 (diff)
downloadjenkins.debian.net-a0594f0c9ae7eabc42933d38726be26acc4e3b67.tar.xz
reproducible: add yet more packages
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_setup.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/reproducible_setup.sh b/bin/reproducible_setup.sh
index 59cb99e0..7e757072 100755
--- a/bin/reproducible_setup.sh
+++ b/bin/reproducible_setup.sh
@@ -18,3 +18,8 @@ sudo rm /var/cache/pbuilder/base-reproducible.tgz || true
sudo pbuilder --create --basetgz /var/cache/pbuilder/base-reproducible.tgz --distribution sid
sudo pbuilder --execute --save-after-exec --basetgz /var/cache/pbuilder/base-reproducible.tgz -- ${TMPFILE}
rm ${TMPFILE}
+
+# the alternative would be to make the job definition more complicated: collecting logs for all jobs but this one...
+mkdir -p results/_success
+touch results/dummy.log
+touch results/_success/dummy.log