[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] chroot-installs: buster has been released, prepare to file bugs about...

Holger Levsen gitlab at salsa.debian.org
Thu Jan 23 09:44:27 GMT 2020



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


Commits:
b1b378e1 by Holger Levsen at 2020-01-23T10:43:14+01:00
chroot-installs: buster has been released, prepare to file bugs about transitional packages in bullseye

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

- - - - -


1 changed file:

- bin/chroot-installation.sh


Changes:

=====================================
bin/chroot-installation.sh
=====================================
@@ -451,21 +451,9 @@ if [ "$DISTRO" = "sid" ] ; then
 	# - python-sphinxcontrib-programoutput because #878978
 	# - python-sphinxcontrib-docbookrestapi because #878977
 	# ignore "dummy transitional library" because it really is what it says it is…
-	# ignore transitional packages introduced during busters lifecycle (so bugs should only be filed once we released buster)
-	# - libidn2-0-dev	2.0.2-3
-	# - texlive-htmlxml	2017.20170818-1
-	# - gnome-user-guide	3.25.90-2
-	# - libegl1-mesa	17.2.0-2
-	# - libgl1-mesa-glx	17.2.0-2
-	# - libgles2-mesa	17.2.0-2
-	# - idle3		3.6.3-1
-	# - iceweasel
-	# - iceowl-l10n-zh-tw
-	# - texlive-generic-recommended 	2017.20170818-1
 	( sudo chroot $CHROOT_TARGET dpkg -l \
 		| grep -v multiarch-support \
 		| egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig|myspell-it|myspell-sl|python-gobject|ttf-dejavu|libav-tools|netcat|gnupg2|libkf5akonadicore-bin|qml-module-org-kde-extensionplugin|myspell-ca|myspell-en-gb|myspell-sv-se|myspell-lt|khelpcenter4|libqca2-plugin-ossl|gambas3-gb-desktop-gnome|git-core|gperf-ace|libalberta2-dev|asterisk-prompt-it|kdemultimedia-kio-plugins|kdemultimedia-dev|autoconf-gl-macros|libatk-adaptor-data|autofs5|librime-data|pmake|host|bibledit|baloo|conky|condor-doc|condor-dev|and|condor|condor-dbg|condor|migemo|otf-symbols-circos|libc-icap-mod-clamav|deluge-webui|deluge-torrent|python-decoratortools|dconf-tools|cweb-latex|cscope-el|libjs-flot|libefreet1|drbd8-utils|django-xmlrpc|django-tables|django-filter|python-django-filter|ttf-kacst|ttf-junicode|ttf-isabella|font-hosny-amiri|ttf-hanazono|ttf-georgewilliams|ttf-freefont|otf-freefont|ttf-freefarsi|libhdf5-serial-dev|graphviz-dev|git-bzr|libgd-gd2-noxpm-ocaml|libgd-gd2-noxpm-ocaml-dev|ganeti2|ftgl-dev|ttf-liberation|kcron|kttsd|jfugue|verilog|iproute|iproute-doc|ifenslave-2.6|node-highlight|libjs-highlight|ssh-krb5|libparted0-dev|cgroup-bin|liblemonldap-ng-conf-perl|kdelirc|kbattleship|kdewallpapers|kde-icons-nuvola|kdebase-runtime|kdebase-bin|kdebase-apps|libtasn1-3-bin|libpqxx3-dev|libphp-swiftmailer|libixp|libgcrypt11-dev|libdmtx-utils|libconfig++8-dev|libconfig8-dev|monajat|minisat2|mingw-ocaml|m17n-contrib|lunch|qtpfsgui|liblua5.1-bitop0|liblua5.1-bitop-dev|libtime-modules-perl|libtest-yaml-meta-perl|scrollkeeper|scrobble-cli|libqjson0-dbg|python-clientform|python-gobject-dbg|python-pyatspi2|python-gobject-dev|python3-pyatspi2|gaim-extendedprefs|ptop|nowebm|node-finished|netsurf|mupen64plus|mpqc-openmpi|mono-dmcs||nagios-plugins|nagios-plugins-basic|nagios-plugins-common|nagios-plugins-standard|libraspell-ruby|libraspell-ruby1.8|libraspell-ruby1.9.1|rcs-latex|ffgtk|ruby-color-tools|libfilesystem-ruby|libfilesystem-ruby1.8|libfilesystem-ruby1.9|god|rxvt-unicode-ml|bkhive|scanbuttond|python-scikits-learn|slurm-llnl|slurm-llnl-slurmdbd|python-sphinxcontrib-docbookrestapi|python-sphinxcontrib-programoutput|strongswan-ike|strongswan-ikev1|strongswan-ikev2|sushi-plugins|task|tclcl-dev|telepathy-sofiasip|tesseract-ocr-dev|trac-privateticketsplugin|python-twisted-libravatar|vdr-plugin-svdrpext|qemulator|python-weboob-core|xfce4-screenshooter-plugin|zeroinstall-injector|libzookeeper2)" \
-		| egrep -v "(libidn2-0-dev|texlive-htmlxml|gnome-user-guide|libegl1-mesa|libgl1-mesa-glx|libgles2-mesa|iceweasel|texlive-generic-recommended|iceowl-l10n-zh-tw|idle3)" \
 		| grep -v "dummy transitional library" \
 		| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE
 	if [ -s $TMPFILE ] ; then
@@ -473,8 +461,8 @@ if [ "$DISTRO" = "sid" ] ; then
 		echo "Warning: Transitional packages found:"
 		cat $TMPFILE
 	fi
-	if ! cat /etc/debian_version | grep -q ^9 ; then
-		echo "Warning: It seems Buster has been released, please revisit the list of transitional packages to ignore…"
+	if ! cat /etc/debian_version | grep -q ^10 ; then
+		echo "Warning: It seems 'bullseye' has been released, please revisit the list of transitional packages to ignore…"
 	fi
 fi
 



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/b1b378e1980d059c2aa90bfc37977b3157748a43
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/20200123/cdab9c97/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list