summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 />"