[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 3 commits: reproducible debian: build.sh: aid debug by quoting the variables

Mattia Rizzolo gitlab at salsa.debian.org
Wed Jun 20 12:21:55 BST 2018


Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
3d4e5fa8 by Mattia Rizzolo at 2018-06-20T13:16:43+02:00
reproducible debian: build.sh: aid debug by quoting the variables

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
548a9b5c by Mattia Rizzolo at 2018-06-20T13:17:01+02:00
reproducible debian: build.sh: log this in the rbuild

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
056eac54 by Mattia Rizzolo at 2018-06-20T13:20:14+02:00
reproducible debian: dashboard.sh: fix typo

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


2 changed files:

- bin/reproducible_build.sh
- bin/reproducible_html_dashboard.sh


Changes:

=====================================
bin/reproducible_build.sh
=====================================
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -121,7 +121,7 @@ cleanup_all() {
 				;;
 			*)
 				# a weird value of $NOTIFY that we don't know about
-				irc_message debian-reproducible-changes "$DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE done: $STATUS debug: $NOTIFY"
+				irc_message debian-reproducible-changes "$DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE done: '$STATUS' debug: '$NOTIFY'"
 				;;
 		esac
 	fi
@@ -871,7 +871,7 @@ share_buildinfo() {
 
 	log_info "Done submitting .buildinfo files."
 	log_info "Removing signed $BUILDINFO_SIGNED files:"
-	rm -vf ./b1/$BUILDINFO_SIGNED ./b2/$BUILDINFO_SIGNED
+	rm -vf ./b1/$BUILDINFO_SIGNED ./b2/$BUILDINFO_SIGNED | tee -a "$RBUILDLOG"
 }
 
 build_rebuild() {


=====================================
bin/reproducible_html_dashboard.sh
=====================================
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -442,7 +442,7 @@ write_suite_arch_table() {
 			if [ $(echo $PERCENT_TOTAL/1|bc) -lt 99 ] ; then
 				write_page "<span style=\"font-size:0.8em;\">($PERCENT_TOTAL% tested)</span>"
 			fi
-			write_page "</td><td>$COUNT_GOOD / $PERCENT_GOOD%</td><td>$COUNT_BAD / $PERCENT_BAD%</td><td>$COUNT_UGLY / $PERCENT_UGLY%</td><td>$COUNT_TIMEOUT / $PERCEN_TIMEOUT</td><td>$COUNT_DEPWAIT / $PERCENT_DEPWAIT%</td><td>$COUNT_NOTFORUS / $PERCENT_NOTFORUS%</td><td>$COUNT_BLACKLISTED / $PERCENT_BLACKLISTED%</td></tr>"
+			write_page "</td><td>$COUNT_GOOD / $PERCENT_GOOD%</td><td>$COUNT_BAD / $PERCENT_BAD%</td><td>$COUNT_UGLY / $PERCENT_UGLY%</td><td>$COUNT_TIMEOUT / $PERCENT_TIMEOUT%</td><td>$COUNT_DEPWAIT / $PERCENT_DEPWAIT%</td><td>$COUNT_NOTFORUS / $PERCENT_NOTFORUS%</td><td>$COUNT_BLACKLISTED / $PERCENT_BLACKLISTED%</td></tr>"
 		done
 	done
         write_page "</table>"



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/4395f6411a1c7e1ecc633799e55052a260d89743...056eac544fec2772e7464e91f93de8a2a1fe1d15

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/4395f6411a1c7e1ecc633799e55052a260d89743...056eac544fec2772e7464e91f93de8a2a1fe1d15
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/20180620/67741e63/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list