diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-14 18:06:59 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-14 18:06:59 +0100 |
commit | 37c3f73f17ba0be08e40bb789941c4b973382cfa (patch) | |
tree | 1facbbc9a6696055bba8a7a52626ab01ec643e92 /bin | |
parent | 0c074ea069b10b66bb5f01e996def39f471c78ea (diff) | |
download | jenkins.debian.net-37c3f73f17ba0be08e40bb789941c4b973382cfa.tar.xz |
fix typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_repo_stats.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_repo_stats.sh b/bin/reproducible_html_repo_stats.sh index 7a6fe055..edaef67c 100755 --- a/bin/reproducible_html_repo_stats.sh +++ b/bin/reproducible_html_repo_stats.sh @@ -19,7 +19,7 @@ TMPFILE=$(mktemp) TMP2FILE=$(mktemp) echo "$(date) - starting to write $PAGE page." -write_page_header $VIEW "Comparison between the reproducible builds apt repository and regular Debian suites)" +write_page_header $VIEW "Comparison between the reproducible builds apt repository and regular 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/ ./" |