[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian: be more verbose
Holger Levsen
gitlab at salsa.debian.org
Wed Feb 20 00:21:40 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
bf332863 by Holger Levsen at 2019-02-20T00:19:07Z
reproducible Debian: be more verbose
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
d416fb32 by Holger Levsen at 2019-02-20T00:21:29Z
reproducible Debian: include mirror size in output ;)
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
=====================================
@@ -41,6 +41,7 @@ for package in $packages ; do
schroot --directory $SHA1DIR -c chroot:jenkins-reproducible-unstable-diffoscope apt-get download ${package}
if [ $(ls -1 ${package}_*.deb | wc -l) -ne 1 ] ; then
DEB="$(ls -1 ${package}_*.deb | heads -1)"
+ echo "deleting $DEB..."
rm $DEB # first I thought to delete $DEB* but only deleting $DEB is better
fi
package_file=$(ls ${package}_*.deb)
@@ -80,4 +81,8 @@ echo "reproducible packages: $reproducible_count: ($percent_repro%)"
echo
echo "unreproducible packages: $unreproducible_count: ($percent_unrepro%)"
+echo
+echo
+echo "$(du -sch $SHA1DIR)"
+echo
rm $log
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/36217d408286dcd9e332bbd54fbf4704a8491527...d416fb32c5acfb42fb27260d25d03b120051c806
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/36217d408286dcd9e332bbd54fbf4704a8491527...d416fb32c5acfb42fb27260d25d03b120051c806
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/70626d73/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list