[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] find obsolete transitional packages in bullseye instead of buster

Holger Levsen gitlab at salsa.debian.org
Mon Jul 8 12:43:58 BST 2019



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


Commits:
a6e730e5 by Holger Levsen at 2019-07-08T11:43:45Z
find obsolete transitional packages in bullseye instead of buster

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

- - - - -


2 changed files:

- bin/find_obsolete_transitional_packages.sh
- job-cfg/obsolete-transitional.yaml


Changes:

=====================================
bin/find_obsolete_transitional_packages.sh
=====================================
@@ -10,8 +10,8 @@
 if [ -z "$1" ] ; then
 	echo "Call $(basename $0) [bug] NEXT SUITE1 SUITE2 SUITE3"
 	echo "         bug to enter manual mode"
-	echo "         NEXT suite which is being developed, eg 'buster'"
-	echo "         SUITE1/2/3: suites to look at, eg. 'jessie stretch sid'"
+	echo "         NEXT suite which is being developed, eg 'bullseye'"
+	echo "         SUITE1/2/3: suites to look at, eg. 'stretch buster sid'"
 	exit 0
 fi
 
@@ -23,8 +23,8 @@ else
 	#normally defined in common-functions.sh
 	export MIRROR=http://deb.debian.org/debian
 	#for quicker development:
-	#PACKAGES[0]=/home/schroots/jessie/var/lib/apt/lists/deb.debian.org_debian_dists_jessie_main_binary-amd64_Packages
-	#PACKAGES[1]=/var/lib/apt/lists/deb.debian.org_debian_dists_stretch_main_binary-amd64_Packages
+	#PACKAGES[0]=/home/schroots/stretch/var/lib/apt/lists/deb.debian.org_debian_dists_stretch_main_binary-amd64_Packages
+	#PACKAGES[1]=/var/lib/apt/lists/deb.debian.org_debian_dists_buster_main_binary-amd64_Packages
 	#PACKAGES[2]=/home/schroots/sid/var/lib/apt/lists/deb.debian.org_debian_dists_sid_main_binary-amd64_Packages
 fi
 
@@ -47,13 +47,13 @@ fi
 
 LANG="en_EN.UTF-8"
 ARCH=amd64
-NEXT="$1"		# buster
+NEXT="$1"		# bullseye
 shift
-SUITES="$@" 		# jessie stretch sid
-OLDSTABLE="jessie"
-STABLE="stretch"
-if [ "$NEXT" != "buster" ] ; then
-	echo "This script needs more changes to work on other suites than buster…"
+SUITES="$@" 		# stretch buster sid
+OLDSTABLE="stretch"
+STABLE="buster"
+if [ "$NEXT" != "bullseye" ] ; then
+	echo "This script needs more changes to work on other suites than bullseye…"
 	echo "Not many, but a very few."
 	exit 1
 fi
@@ -190,7 +190,7 @@ fi
 echo
 echo "Found $BAD_COUNTER bad packages (=transitional dummy package in $OLDSTABLE, $STABLE and sid) and $GOOD_COUNTER removed transitional packages (=doesn't exist in sid) plus we know about $BUGGED_COUNTER open bugs about obsolete transitional packages."
 
-echo "In the future, this script should probably complain about transitional packages in stretch and buster, and suggest to file wishlist bugs for those. Though probably it's more useful to file wishlist bugs against packages depending on those, first (or do both)… and should those latter be normal severity?"
+echo "In the future, this script should probably complain about transitional packages in buster and bullseye, and suggest to file wishlist bugs for those. Though probably it's more useful to file wishlist bugs against packages depending on those, first (or do both)… and should those latter be normal severity?"
 
 echo
 if [ "${BASEPATH:0:5}" = "/tmp/" ] ; then


=====================================
job-cfg/obsolete-transitional.yaml
=====================================
@@ -67,7 +67,7 @@
     do_not_edit: '<br>Find obsolete transitional packages.'
     jobs:
         - '{name}':
-            my_distro: 'buster'
-            my_suites: 'jessie stretch sid'
-            my_description: 'Find obsolete transitional packages in buster.'
+            my_distro: 'bullseye'
+            my_suites: 'stretch buster sid'
+            my_description: 'Find obsolete transitional packages in bullseye.'
             my_recipients: 'jenkins+debian-qa qa-jenkins-scm at lists.alioth.debian.org'



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/a6e730e506404a1182b3a699627558ce7a865e6c
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/20190708/3f0803d4/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list