summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_archlinux.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-19 08:41:21 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-19 08:41:21 +0200
commit3bfe6d5f28e8edff763682659567cabc21382ff3 (patch)
tree44e392c2d710c195f83da99403ef898dbb4ce74a /bin/reproducible_html_archlinux.sh
parentb1eec7f143e1cc99fc4fbd9dd73f60dcc3a19116 (diff)
downloadjenkins.debian.net-3bfe6d5f28e8edff763682659567cabc21382ff3.tar.xz
reproducible Arch Linux: correctly spell project name
Diffstat (limited to 'bin/reproducible_html_archlinux.sh')
-rwxr-xr-xbin/reproducible_html_archlinux.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index e527742e..d686595f 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -22,19 +22,19 @@ cat > $PAGE <<- EOF
<html lang="en-US">
<head>
<meta charset="UTF-8">
- <title>Repoducible Archlinux ?</title>
+ <title>Repoducible Arch Linux ?</title>
<link rel='stylesheet' href='/freebsd/global.css' type='text/css' media='all' />
</head>
<body>
<div id="logo">
- <h1>Reproducible Archlinux?</h1>
+ <h1>Reproducible Arch Linux?</h1>
</div>
<div class="content">
<div class="page-content">
EOF
-write_page_intro Archlinux
-write_explaination_table Archlinux
+write_page_intro 'Arch Linux'
+write_explaination_table 'Arch Linux'
write_page " <table><tr><th>source package</th><th>test date</th><th>1st build log</th><th>2nd build log</th><th>diffoscope output for binary packages</th></tr>"
for PKG in $(find $ARCHBASE/* -maxdepth 1 -type d -exec basename {} \;) ; do
write_page " <tr>"
@@ -74,5 +74,5 @@ for PKG in $(find $ARCHBASE/* -maxdepth 1 -type d -exec basename {} \;) ; do
done
write_page " </table>"
write_page "</div></div>"
-write_page_footer Archlinux
+write_page_footer 'Arch Linux'
echo "$(date -u) - enjoy $REPRODUCIBLE_URL/archlinux/$PAGE"