summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_archlinux.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-17 00:15:09 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-17 00:15:09 +0200
commit1b5f590d2eb0da9d22048a8de4aec94957dd976f (patch)
tree8fbc72effc3335e57811f689c30be6ff6edda9a2 /bin/reproducible_html_archlinux.sh
parent0d26aab123485864777d3dc50850f5d2f7faa853 (diff)
downloadjenkins.debian.net-1b5f590d2eb0da9d22048a8de4aec94957dd976f.tar.xz
reproducible arch: briefly explain what this is about
Diffstat (limited to 'bin/reproducible_html_archlinux.sh')
-rwxr-xr-xbin/reproducible_html_archlinux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index b1a99152..345547c6 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -25,8 +25,8 @@ cat > $PAGE <<- EOF
<title>Repoducible Archlinux ?</title>
</head>
<body>
- <p>This is work in progress and brand new…</p>
EOF
+write_page_intro Archlinux
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>"