diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-28 11:37:16 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-28 11:37:16 +0200 |
commit | 51f5c31a523536604777dd988e25dce5a9b1dfc1 (patch) | |
tree | 75aa1a7c22efa4f7f9b599f1e81bab0252fa5092 | |
parent | d2538f42bba87c428bbcfe337a7b0a501a3d15cb (diff) | |
download | jenkins.debian.net-51f5c31a523536604777dd988e25dce5a9b1dfc1.tar.xz |
reproducible: fixup obsolete detection
-rwxr-xr-x | bin/reproducible_html_repository_comparison.sh | 3 |
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 />" |