summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-09 14:37:49 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-09 14:37:49 +0200
commite7e0c7fe95dc26e404ebd007e14c5ca4ca4fa108 (patch)
tree7e31e1087d228204d919b12422907cdbcdf7d000 /bin/reproducible_html_repository_comparison.sh
parent106c21f2e1427b89525bd73db24fa2f9e51290a3 (diff)
downloadjenkins.debian.net-e7e0c7fe95dc26e404ebd007e14c5ca4ca4fa108.tar.xz
reproducible: explain that probably a new upload to our repo is needed...
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 5db70c2b..8be5bb4d 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -183,7 +183,7 @@ for PKG in $SOURCEPKGS ; do
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 should probably renamed</span>)"
+ 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>)"
elif $OBSOLETE_IN_EXP ; then
write_row "<br />(only used in testing and unstable, fixed in experimental)"
fi