summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-28 11:37:16 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-28 11:37:16 +0200
commit51f5c31a523536604777dd988e25dce5a9b1dfc1 (patch)
tree75aa1a7c22efa4f7f9b599f1e81bab0252fa5092 /bin/reproducible_html_repository_comparison.sh
parentd2538f42bba87c428bbcfe337a7b0a501a3d15cb (diff)
downloadjenkins.debian.net-51f5c31a523536604777dd988e25dce5a9b1dfc1.tar.xz
reproducible: fixup obsolete detection
Diffstat (limited to 'bin/reproducible_html_repository_comparison.sh')
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index b73a3001..c1e17bff 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -73,6 +73,8 @@ for PKG in $SOURCES ; do
if dpkg --compare-versions "$i" gt "$BET" ; then
CTEST="$CTEST<span class=\"green\">$i</span><br />"
OBSOLETE_IN_TESTING=true
+ OBSOLETE_IN_SID=true
+ OBSOLETE_IN_EXP=true
else
CTEST="$CTEST$i<br />"
fi
@@ -95,6 +97,7 @@ for PKG in $SOURCES ; do
CRUFT="$BET $CRUFT"
BET=""
OBSOLETE_IN_SID=true
+ OBSOLETE_IN_EXP=true
fi
else
CSID="$CSID$i<br />"