[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: add more debug output to _pool_buildinfos.sh

Holger Levsen (@holger) gitlab at salsa.debian.org
Sat Jun 17 14:59:22 BST 2023



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


Commits:
8afce792 by Holger Levsen at 2023-06-17T15:58:55+02:00
reproducible Debian: add more debug output to _pool_buildinfos.sh

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

- - - - -


1 changed file:

- bin/reproducible_pool_buildinfos.sh


Changes:

=====================================
bin/reproducible_pool_buildinfos.sh
=====================================
@@ -191,6 +191,7 @@ exit_clean() {
 	if [ -d "$TMPDIR" ] && [ "${TMPDIR:0:21}" = "/tmp/buildinfos-pool-" ]; then
 		rm -rf "$TMPDIR"
 	fi
+	echo "exit_clean called, good-bye."
 	exit "$exit_code"
 }
 
@@ -216,7 +217,10 @@ else
 	do_day
 fi
 
+#
 # update https://buildinfos.debian.net/buildinfo-pool.list
+#
+echo "Updating https://buildinfos.debian.net/buildinfo-pool.list"
 cd $POOLPATH
 LIST=$(mktemp -t poollist.XXXXXXXX)
 find . -type l |sort > $LIST
@@ -224,7 +228,10 @@ sed -i 's#^\./#/buildinfo-pool/#g' $LIST
 chmod 644 $LIST
 mv $LIST ../buildinfo-pool.list
 
+#
 # add README.txt
+#
+echo "updating README.txt"
 cat > $BASEPATH/README.txt <<- EOF
 buildinfos.debian.net
 =====================
@@ -284,6 +291,7 @@ trap 'exit_clean' INT TERM EXIT
 
 for ARCH in $ARCHES ; do
 	for SUITE in $SUITES ; do
+		echo "Updating https://buildinfos.debian.net/buildinfo-pool.${SUITE}_${ARCH}.list"
 		get_localsuite
 		query_db_buildinfos
 	done



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8afce7920e193b7a41ef3c294ad52be58bf506d3
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/20230617/a275afa6/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list