summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_netbsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-06 01:23:14 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-06 01:23:14 +0200
commitb6882a6053030dafbd63a659d50d5d968317016b (patch)
tree1c3b1125d7f89a8b963d3d34b2d585dcdfffa45b /bin/reproducible_netbsd.sh
parent3201edf18e14fa820cd2639fef06d9360330b71c (diff)
downloadjenkins.debian.net-b6882a6053030dafbd63a659d50d5d968317016b.tar.xz
reproducible coreboot/openwrt/netbsd: improve html titles
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-xbin/reproducible_netbsd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index 4e1c6505..91adf1df 100755
--- a/bin/reproducible_netbsd.sh
+++ b/bin/reproducible_netbsd.sh
@@ -157,14 +157,14 @@ cat > $PAGE <<- EOF
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
- <title>NetBSD</title>
+ <title>Reproducible NetBSD ?</title>
<link rel='stylesheet' id='twentyfourteen-style-css' href='landing_style.css?ver=4.0' type='text/css' media='all' />
</head>
<body>
<div class="content">
<div class="page-content">
EOF
-write_page " <h1>Reproducible NetBSD</h1>"
+write_page " <h1>Reproducible NetBSD ?</h1>"
write_page_intro NetBSD
write_page " <p>$GOOD_FILES ($GOOD_PERCENT%) out of $ALL_FILES built netbsd files were reproducible in our test setup"
if [ "$GOOD_PERCENT" = "100.0" ] ; then