From dfac25fc0761187b456a0d0d18c1489f9a707fab Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 22 Sep 2015 09:48:50 +0200 Subject: reproducible: fix punctation --- bin/reproducible_html_repository_comparison.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_repository_comparison.sh') 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 "
(unused?" - write_row "
Then the branch should probably renamed." + write_row "
Then the branch should probably renamed.)" elif $OBSOLETE_IN_SID && $OBSOLETE_IN_EXP ; then write_row "
(only used in testing, fixed in sid," write_row "
branch probably either should be renamed to merged/reproducible_builds or a new upload to our repo is needed?)" -- cgit v1.2.3-54-g00ecf