summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_common.sh2
-rwxr-xr-xbin/reproducible_coreboot.sh2
-rwxr-xr-xbin/reproducible_netbsd.sh4
-rwxr-xr-xbin/reproducible_openwrt.sh2
4 files changed, 5 insertions, 5 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 61b3cd27..c2fe6c8f 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -232,7 +232,7 @@ write_page_intro() {
local PROJECTNAME="netbsd"
local PROJECTURL="https://github.com/jsonn/src"
fi
- write_page " <p>There is a monthly run <a href=\"https://jenkins.debian.net/view/reproducible/job/reproducible_$PROJECTNAME/\">jenkins job</a> to test the <code>master</code> branch of <a href=\"$PROJECTURL\">$PROJECTNAME.git</a>. Currently this job is triggered more often though, because this is still under development and brand new. The jenkins job is simply running <a href=\"http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/bin/reproducible_$PROJECTNAME.sh\">reproducible_$PROJECTNAME.sh</a> in a Debian environment and this script is solely responsible for creating this page. Feel invited to join <code>#debian-reproducible</code> (on irc.oftc.net) to request job runs whenever sensible. Patches and other <a href=\"mailto:reproducible-builds@lists.alioth.debian.org\">feedback</a> are very much appreciated!</p>"
+ write_page " <p>There is a monthly run <a href=\"https://jenkins.debian.net/view/reproducible/job/reproducible_$PROJECTNAME/\">jenkins job</a> to test the <code>master</code> branch of <a href=\"$PROJECTURL\">$PROJECTNAME.git</a>. Currently this job is triggered more often though, because this is still under development and brand new. The jenkins job is simply running <a href=\"http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/bin/reproducible_$PROJECTNAME.sh\">reproducible_$PROJECTNAME.sh</a> in a Debian environment and this script is solely responsible for creating this page. Feel invited to join <code>#debian-reproducible</code> (on irc.oftc.net) to request job runs whenever sensible. Patches and other <a href=\"mailto:reproducible-builds@lists.alioth.debian.org\">feedback</a> are also very much appreciated!</p>"
}
write_page_footer() {
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index afde521b..6a3b4de4 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -246,7 +246,7 @@ cat > $PAGE <<- EOF
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
- <title>coreboot</title>
+ <title>Reproducible coreboot</title>
<link rel='stylesheet' id='twentyfourteen-style-css' href='landing_style.css?ver=4.0' type='text/css' media='all' />
</head>
<body>
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
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 85813792..16d94b10 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -278,7 +278,7 @@ cat > $PAGE <<- EOF
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
- <title>openwrt</title>
+ <title>Repoducible OpenWrt ?</title>
<link rel='stylesheet' id='kamikaze-style-css' href='cascade.css?ver=4.0' type='text/css' media='all'>
</head>
<body>