diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-08 18:29:32 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-08 18:29:32 +0100 |
commit | ec8bfd17d8f25665be9bd311f52d3547f6749c73 (patch) | |
tree | fbe7e26a89089e2c9b45b97ebad8a419f1898c34 | |
parent | 6906a3b306ce8211883c0ec4a7a3630d1ca5193e (diff) | |
download | jenkins.debian.net-ec8bfd17d8f25665be9bd311f52d3547f6749c73.tar.xz |
fix typo
-rwxr-xr-x | bin/reproducible_common.py | 2 | ||||
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 61584460..eaafcedc 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -96,7 +96,7 @@ html_head_page = Template((tab*2).join(""" <h2>$page_title</h2> <p>$count_total packages have been attempted to be build so far, that's $percent_total% of $amount source packages in Debian sid - currently. Out of these, $count_good packagea ($percent_good%) + currently. Out of these, $count_good packages ($percent_good%) <a href="https://wiki.debian.org/ReproducibleBuilds">could be built reproducible!</a></p> <ul> diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 07402eb6..9d4a5201 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -230,7 +230,7 @@ write_page_header() { if [ "$1" = "$MAINVIEW" ] ; then write_page "<p>These pages contain results obtained from <a href=\"$JENKINS_URL/view/reproducible\">several jobs running on jenkins.debian.net</a>. Thanks to <a href=\"https://www.profitbricks.com\">Profitbricks</a> for donating the virtual machine it's running on!</p>" fi - write_page "<p>$COUNT_TOTAL packages have been attempted to be build so far, that's $PERCENT_TOTAL% of $AMOUNT source packages in Debian $SUITE currently. Out of these, $COUNT_GOOD packagea ($PERCENT_GOOD%) <a href=\"https://wiki.debian.org/ReproducibleBuilds\">could be built reproducible!</a>" + write_page "<p>$COUNT_TOTAL packages have been attempted to be build so far, that's $PERCENT_TOTAL% of $AMOUNT source packages in Debian $SUITE currently. Out of these, $COUNT_GOOD packages ($PERCENT_GOOD%) <a href=\"https://wiki.debian.org/ReproducibleBuilds\">could be built reproducible!</a>" if [ "${1:0:3}" = "all" ] || [ "$1" = "dd-list" ] || [ "$1" = "stats" ] ; then write_page " Join <code>#debian-reproducible</code> on OFTC to get support for making sure your packages build reproducibly too!" fi |