[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: update https://buildinfos.debian.net/buildinfo-pool.list...

Holger Levsen gitlab at salsa.debian.org
Tue Mar 31 22:22:40 BST 2020



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


Commits:
6778b644 by Holger Levsen at 2020-03-31T23:22:29+02:00
reproducible Debian: update https://buildinfos.debian.net/buildinfo-pool.list on each buildinfos.d.n update

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

- - - - -


1 changed file:

- bin/reproducible_pool_buildinfos.sh


Changes:

=====================================
bin/reproducible_pool_buildinfos.sh
=====================================
@@ -1,7 +1,7 @@
 #!/bin/bash
 # vim: set noexpandtab:
 
-# Copyright 2019 Holger Levsen <holger at layer-acht.org>
+# Copyright 2019-2020 Holger Levsen <holger at layer-acht.org>
 # released under the GPLv2
 
 ###################################################################
@@ -147,6 +147,13 @@ else
 	do_day
 fi
 
+# update https://buildinfos.debian.net/buildinfo-pool.list
+cd $POOLPATH
+LIST=$(mktemp -t poollist.XXXXXXXX)
+find . -type l |sort > $LIST
+chmod 644 $LIST
+mv $LIST ../buildinfo-pool.list
+
 if [ -s $PROBLEMS ] ; then
 	echo "Problems found, please investigate:"
 	echo



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6778b6442e442af36685a057414029f3781bce1a

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6778b6442e442af36685a057414029f3781bce1a
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/20200331/7341a3b5/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list