summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-22 09:48:50 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-22 09:48:50 +0200
commitdfac25fc0761187b456a0d0d18c1489f9a707fab (patch)
tree70ed8ab4e0d5b3341d12f76f7c792426c82b4e34 /bin/reproducible_html_repository_comparison.sh
parentbc8022cd7a99053841be24a37999e93c1cb2d0d0 (diff)
downloadjenkins.debian.net-dfac25fc0761187b456a0d0d18c1489f9a707fab.tar.xz
reproducible: fix punctation
Diffstat (limited to 'bin/reproducible_html_repository_comparison.sh')
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh2
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>)"