[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] obsolete_transitional_packages.sh: one step closer to automated bug reports
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Mar 9 21:17:20 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
74197d5c by Holger Levsen at 2023-03-09T22:17:10+01:00
obsolete_transitional_packages.sh: one step closer to automated bug reports
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-2022 Holger Levsen <holger at layer-acht.org>
+# Copyright 2017-2023 Holger Levsen <holger at layer-acht.org>
# released under the GPLv2
#
@@ -130,6 +130,12 @@ for PKG in $(grep-dctrl -sPackage -n -FDescription "transitional.*package" --ign
let BAD_COUNTER=$BAD_COUNTER+1
echo "SIGH #$BAD_COUNTER: $PKG is a transitional package in $OLDSTABLE, $STABLE and sid. Someone should file a bug."
BAD="$BAD $PKG"
+ echo
+ # FIXME: turn this into a bugreport
+ echo package: please drop transitional package $PKG
+ echo
+ echo PKG is a transitional package in $OLDSTABLE, $STABLE and sid. Please drop it now.
+ echo
fi
fi
done
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/74197d5cf07b97e0efe7e9d34f33954b554825d7
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/74197d5cf07b97e0efe7e9d34f33954b554825d7
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/20230309/c0635c43/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list