[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: correctly list "date" build variation
Holger Levsen
holger at layer-acht.org
Wed Jan 3 18:32:20 UTC 2018
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit ef0321ca76de91dcad1585d7f9ca96a5e8981681
Author: Eli Schwartz <eschwartz at archlinux.org>
Date: Wed Jan 3 13:28:55 2018 -0500
reproducible Arch Linux: correctly list "date" build variation
profitbricksi-build4-amd64 always runs in the future, regardless of
whether it is the first or second build.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_common.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index d61b529..6a4a2d0 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -502,7 +502,7 @@ write_variation_table() {
if [ "$1" != "FreeBSD" ] && [ "$1" != "Arch Linux" ] ; then
write_page "<tr><td>year, month, date</td><td>today ($DATE)</td><td>same for both builds (currently, work in progress)</td></tr>"
else
- write_page "<tr><td>year, month, date</td><td>today ($DATE)</td><td>398 days in the future ($FUTURE)</td></tr>"
+ write_page "<tr><td>year, month, date</td><td>profitbricks-build3-amd64: today ($DATE) or profitbricks-build4-amd64: 398 days in the future ($FUTURE)</td><td>the other one</td></tr>"
fi
fi
if [ "$1" != "FreeBSD" ] ; then
@@ -818,4 +818,3 @@ create_png_from_table() {
fi
rm ${TABLE[$1]}.csv
}
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list