diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-28 12:17:08 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-28 12:17:08 +0200 |
commit | 2107591587a33cad08d2243dcc18e598786ae791 (patch) | |
tree | 5d812ea45915bba11f07f6f3ff1fdc77288096c1 /bin | |
parent | 646c076cd43005e26283532d6cc7bebb7204dc9c (diff) | |
download | jenkins.debian.net-2107591587a33cad08d2243dcc18e598786ae791.tar.xz |
reproducible: small fixes
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_stats.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index a56e4526..609b7e9a 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -43,7 +43,6 @@ htmlecho htmlecho "$COUNT_UGLY packages failed to build from source: <code>${UGLY}</code></p>" htmlecho "$COUNT_SOURCELESS packages which don't exist in sid and need investigation: <code>$SOURCELESS<code></p>" htmlecho "<hr><font size='-1'><a href=\"$JENKINS_URL/userContent/diffp.html\">Static URL for this page.</a> Last modified: $(date)</font>" -eht htmlecho "</ul></p></body></html>" # job output |