[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: use two typs of tempfiles
Holger Levsen
gitlab at salsa.debian.org
Wed Feb 20 19:35:42 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b8fd8b46 by Holger Levsen at 2019-02-20T19:35:31Z
reproducible Debian: use two typs of tempfiles
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_compare_Debian_sha1sums.sh
Changes:
=====================================
bin/reproducible_compare_Debian_sha1sums.sh
=====================================
@@ -35,13 +35,13 @@ RELEASE=buster
MODE="$1"
bdn_url="https://buildinfo.debian.net/api/v1/buildinfos/checksums/sha1"
-log=$(mktemp --tmpdir=$TMPDIR sha1-comp-XXXXXXX)
+log=$(mktemp --tmpdir=$TMPDIR sha1-log-XXXXXXX)
SHA1DIR=/srv/reproducible-results/debian-sha1
mkdir -p $SHA1DIR
cd $SHA1DIR
-PACKAGES=$(mktemp --tmpdir=$TMPDIR sha1-comp-XXXXXXX)
+PACKAGES=$(mktemp --tmpdir=$TMPDIR sha1-pkgs-XXXXXXX)
schroot --directory $SHA1DIR -c chroot:jenkins-reproducible-${RELEASE}-diffoscope cat /var/lib/apt/lists/cdn-fastly.deb.debian.org_debian_dists_${RELEASE}_main_binary-amd64_Packages > $PACKAGES
case "$MODE" in
random) SORT="sort -R";;
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/b8fd8b46ee624cdaa2e98ccc92673644a7136a12
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/b8fd8b46ee624cdaa2e98ccc92673644a7136a12
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/20190220/565b8bf5/attachment.html>
More information about the Qa-jenkins-scm
mailing list