[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] find_obsolete_transitional_packages: improve wording about number of known unfixed bugs

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Jan 24 14:33:44 GMT 2022



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
b3a033dc by Holger Levsen at 2022-01-24T15:33:25+01:00
find_obsolete_transitional_packages: improve wording about number of known unfixed bugs

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/find_obsolete_transitional_packages.sh


Changes:

=====================================
bin/find_obsolete_transitional_packages.sh
=====================================
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright 2017-2021 Holger Levsen <holger at layer-acht.org>
+# Copyright 2017-2022 Holger Levsen <holger at layer-acht.org>
 # released under the GPLv2
 
 #
@@ -100,6 +100,7 @@ BAD=""
 BAD_COUNTER=0
 GOOD_COUNTER=0
 BUGGED_COUNTER=0 ; for i in $BUGGED ; do let BUGGED_COUNTER=$BUGGED_COUNTER+1 ; done
+OPEN_COUTER=0
 for PKG in $(grep-dctrl -sPackage -n -FDescription "transitional.*package" --ignore-case --regex ${PACKAGES[1]}) ; do
 	if [ "${PKG:0:9}" = "iceweasel" ] || [ "${PKG:0:7}" = "icedove" ] || [ "${PKG:0:6}" = "iceowl" ] || [ "${PKG:0:9}" = "lightning" ]; then
 		echo "ignore iceweasel, icedove, iceowl, lightning and friends…: $PKG"
@@ -107,6 +108,7 @@ for PKG in $(grep-dctrl -sPackage -n -FDescription "transitional.*package" --ign
 	fi
 	if echo " $BUGGED " | egrep -q " $PKG " ; then
 		echo "ignore $PKG because a bug has already been filed."
+		let OPEN_COUNTER=$OPEN_COUNTER+1
 		continue
 	fi
 	OLDSTABLE_HIT=$(grep-dctrl -sPackage -n -FDescription "transitional.*package" --ignore-case --regex ${PACKAGES[0]} |egrep "^$PKG$" || true)
@@ -199,7 +201,8 @@ fi
 echo
 echo "Found $BAD_COUNTER bad packages (=transitional dummy package in $OLDSTABLE, $STABLE and sid)"
 echo "and $GOOD_COUNTER removed transitional packages (=doesn't exist in sid)"
-echo "plus we know about $BUGGED_COUNTER open bugs about obsolete transitional packages."
+echo "plus we know about $BUGGED_COUNTER bugs about obsolete transitional packages we have"
+echo "already filed, of which $OPEN_COUNTER are unfixed in sid."
 echo
 echo "In the future, this script should probably also complain about transitional packages"
 echo "just in bookworm and sid, and suggest to file wishlist bugs for those as well."



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b3a033dcfb40bf10572cb390e5b6d4c117709f7c

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b3a033dcfb40bf10572cb390e5b6d4c117709f7c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20220124/cacbd744/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list