summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repo_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-25 11:55:19 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-25 11:55:19 +0100
commit38ec5f32fa14899c8b9740edcbdfa9ff64d12db6 (patch)
treeb25e296a565eb99120a8bcc84f7dca81c86a6049 /bin/reproducible_html_repo_stats.sh
parentdf17361c38d3afe03585e66fc8bd1eed82b1d99d (diff)
downloadjenkins.debian.net-38ec5f32fa14899c8b9740edcbdfa9ff64d12db6.tar.xz
we lvoe tpyos
Diffstat (limited to 'bin/reproducible_html_repo_stats.sh')
-rwxr-xr-xbin/reproducible_html_repo_stats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_repo_stats.sh b/bin/reproducible_html_repo_stats.sh
index 277a6a0d..c8ef5688 100755
--- a/bin/reproducible_html_repo_stats.sh
+++ b/bin/reproducible_html_repo_stats.sh
@@ -24,7 +24,7 @@ write_page "<p>These source packages are different from sid in our apt repositor
write_page "deb http://reproducible.alioth.debian.org/debian/ ./"
write_page "deb-src http://reproducible.alioth.debian.org/debian/ ./"
write_page "</pre></p>"
-write_page "<p><table><tr><th>source package</th><th>version in our repo</th><th>version in sid</th><th>old versions in our repo<br />(needed for reproducing old builds)</th><th>version in experimental</br /(not relevant for reproducible.debian.net <em>yet</em>)</tr>"
+write_page "<p><table><tr><th>source package</th><th>version in our repo</th><th>version in sid</th><th>old versions in our repo<br />(needed for reproducing old builds)</th><th>version in experimental</br />(not relevant for reproducible.debian.net <em>yet</em>)</tr>"
SOURCES=$(grep-dctrl -n -s source -FArchitecture amd64 -o -FArchitecture all $TMPFILE | sort -u)
for PKG in $SOURCES ; do
write_page "<tr><td>$PKG</td>"