[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] file bugs against the source packages as the BTS doesnt get it when binary packages vanish...
Holger Levsen
gitlab at salsa.debian.org
Sat Feb 9 16:25:57 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
d6885276 by Holger Levsen at 2019-02-09T16:25:45Z
file bugs against the source packages as the BTS doesnt get it when binary packages vanish...
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 Holger Levsen <holger at layer-acht.org>
+# Copyright 2017-2019 Holger Levsen <holger at layer-acht.org>
# released under the GPLv=2
#
@@ -150,13 +150,14 @@ if $MANUAL_MODE ; then
#firefox https://packages.debian.org/$PKG &
TMPFILE=`mktemp`
cat >> $TMPFILE <<- EOF
-Package: $PKG
+Package: $SRC
Version: $VERSION
Severity: normal
user: qa.debian.org at packages.debian.org
usertags: transitional
-Please drop the transitional package $PKG for $NEXT,
+Please drop the transitional package $PKG (from the source
+package $SRC) for $NEXT,
as it has been released with $OLDSTABLE and $STABLE already.
$VERBOSE
@@ -164,7 +165,7 @@ $VERBOSE
Thanks for maintaining $SRC!
EOF
- mutt -s "please drop transitional package $PKG" -i $TMPFILE submit at bugs.debian.org
+ mutt -s "please drop transitional package $PKG from src:$SRC" -i $TMPFILE submit at bugs.debian.org
rm $TMPFILE
let NR=$NR+1
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/d688527620cdec919c67bd6ffc206277d5bb6c1f
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/d688527620cdec919c67bd6ffc206277d5bb6c1f
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/20190209/dbe38cdd/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list