[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: variation page: fix umask information

Holger Levsen gitlab at salsa.debian.org
Mon Nov 19 19:13:28 GMT 2018


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


Commits:
1eaad5b0 by Niko Tyni at 2018-11-19T19:13:08Z
reproducible Debian: variation page: fix umask information

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

- - - - -


1 changed file:

- bin/reproducible_common.sh


Changes:

=====================================
bin/reproducible_common.sh
=====================================
@@ -511,10 +511,10 @@ write_variation_table() {
 			# FIXME: collect information about arch build nodes in /srv/reproducible-results/node-information/ and include this here
 			write_page "<tr><td>kernel version</td><td colspan=\"2\"> is varied between rebuilds of $1.</td></tr>"
 		fi
-		if [ "$1" = "OpenWrt" ] ; then
-			write_page "<tr><td>umask</td><td>0022<td>0002</td><tr>"
+		if [ "$1" != "OpenWrt" ] ; then
+			write_page "<tr><td>umask</td><td>0022<td>0002</td></tr>"
 		else
-			write_page "<tr><td colspan=\"2\">is always set to 0022 by the OpenWrt build system.</td><tr>"
+			write_page "<tr><td>umask</td><td colspan=\"2\">is always set to 0022 by the OpenWrt build system.</td></tr>"
 		fi
 	else
 		write_page "<tr><td>FreeBSD kernel version</td><td colspan=\"2\"> is not yet varied between rebuilds of $1.</td></tr>"



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/1eaad5b06240a8afa4087860c99b6515d6bc1bdc

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/1eaad5b06240a8afa4087860c99b6515d6bc1bdc
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/20181119/ffcd2091/attachment.html>


More information about the Qa-jenkins-scm mailing list