diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-06 01:23:14 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-06 01:23:14 +0200 |
commit | b6882a6053030dafbd63a659d50d5d968317016b (patch) | |
tree | 1c3b1125d7f89a8b963d3d34b2d585dcdfffa45b | |
parent | 3201edf18e14fa820cd2639fef06d9360330b71c (diff) | |
download | jenkins.debian.net-b6882a6053030dafbd63a659d50d5d968317016b.tar.xz |
reproducible coreboot/openwrt/netbsd: improve html titles
-rwxr-xr-x | bin/reproducible_common.sh | 2 | ||||
-rwxr-xr-x | bin/reproducible_coreboot.sh | 2 | ||||
-rwxr-xr-x | bin/reproducible_netbsd.sh | 4 | ||||
-rwxr-xr-x | bin/reproducible_openwrt.sh | 2 |
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> |