[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian: fail loud if there are more than 3 .buildinfo files with the same name

Holger Levsen gitlab at salsa.debian.org
Fri May 1 12:28:14 BST 2020



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


Commits:
62fee324 by Holger Levsen at 2020-05-01T13:00:31+02:00
reproducible Debian: fail loud if there are more than 3 .buildinfo files with the same name

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

- - - - -
b5326a45 by Holger Levsen at 2020-05-01T13:01:46+02:00
reproducible Debian rebuilder 'thing': disable debug and improve output

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

- - - - -


2 changed files:

- bin/reproducible_debian_rebuilder_prototype.sh
- bin/reproducible_pool_buildinfos.sh


Changes:

=====================================
bin/reproducible_debian_rebuilder_prototype.sh
=====================================
@@ -23,7 +23,7 @@ cat << EOF
 EOF
 
 
-DEBUG=true
+DEBUG=false
 . /srv/jenkins/bin/common-functions.sh
 common_init "$@"
 
@@ -31,7 +31,8 @@ common_init "$@"
 . /srv/jenkins/bin/reproducible_common.sh
 set -e
 
-output_echo(){
+output_echo(){a
+	echo "###########################################################################################"
 	echo
 	echo "$(date -u) - $1"
 	echo


=====================================
bin/reproducible_pool_buildinfos.sh
=====================================
@@ -113,6 +113,10 @@ do_day(){
 						ls -l $FULLTARGET.1 >> $PROBLEMS
 						ls -l $FULLTARGET.2 >> $PROBLEMS
 						echo >> $PROBLEMS
+						echo "Unaddressed issues found, escalating out of here, $MONTHPATH/$DAY/$FILE"
+						echo
+						cat $PROBLEMS
+						exit 1
 					fi
 				fi
 			fi



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b17e84d7e49282ed6ad05160cb50b3fad4fef6c6...b5326a4596c199f7e927c3de8dfa376eb61aabee

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b17e84d7e49282ed6ad05160cb50b3fad4fef6c6...b5326a4596c199f7e927c3de8dfa376eb61aabee
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/20200501/f061d1ed/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list