diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-22 09:48:50 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-22 09:48:50 +0200 |
commit | dfac25fc0761187b456a0d0d18c1489f9a707fab (patch) | |
tree | 70ed8ab4e0d5b3341d12f76f7c792426c82b4e34 | |
parent | bc8022cd7a99053841be24a37999e93c1cb2d0d0 (diff) | |
download | jenkins.debian.net-dfac25fc0761187b456a0d0d18c1489f9a707fab.tar.xz |
reproducible: fix punctation
-rwxr-xr-x | bin/reproducible_html_repository_comparison.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index abf5b9fd..fb4b858b 100755 --- a/bin/reproducible_html_repository_comparison.sh +++ b/bin/reproducible_html_repository_comparison.sh @@ -187,7 +187,7 @@ for PKG in $SOURCEPKGS ; do if [ "$PKG" != "strip-nondeterminism" ] && [ "$PKG" != "diffoscope" ] ; then if $OBSOLETE_IN_TESTING && $OBSOLETE_IN_SID && $OBSOLETE_IN_EXP ; then write_row "<br />(unused?" - write_row "<br /><span class=\"purple\">Then the branch should probably renamed.</span>" + write_row "<br /><span class=\"purple\">Then the branch should probably renamed.</span>)" elif $OBSOLETE_IN_SID && $OBSOLETE_IN_EXP ; then write_row "<br />(only used in testing, fixed in sid," write_row "<br /><span class=\"purple\">branch probably either should be renamed to <em>merged/reproducible_builds</em> or a new upload to our repo is needed?</span>)" |