summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repo_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 21:01:36 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 21:01:36 +0100
commit81ffebae7186534dd7c2d5d17273fa2960553845 (patch)
tree8e062d7b15587f1991bda27ad7e244971bf67a45 /bin/reproducible_html_repo_stats.sh
parent694db971af783dddfd0b644135aa37f162057aa5 (diff)
downloadjenkins.debian.net-81ffebae7186534dd7c2d5d17273fa2960553845.tar.xz
reproducible: refactor SPOKENTARGET
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 30cd1654..966b270c 100755
--- a/bin/reproducible_html_repo_stats.sh
+++ b/bin/reproducible_html_repo_stats.sh
@@ -19,7 +19,7 @@ PAGE=index_${VIEW}.html
TMPFILE=$(mktemp)
echo "$(date) - starting to write $PAGE page."
-write_page_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}"
+write_page_header $VIEW "Overview about the reproducible builds apt repository (and comparison to Debian suites)"
write_page "<p>These source packages are different from sid in our apt repository on alioth. They are available for <a href=\"https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain#Usage_example\">testing using these sources.lists</a> entries:<pre>"
write_page "deb http://reproducible.alioth.debian.org/debian/ ./"
write_page "deb-src http://reproducible.alioth.debian.org/debian/ ./"