[Piuparts-devel] [Git][debian/piuparts][develop] 5 commits: p.conf-template.pejacevic: generate json for stretch-pu until EOL

Holger Levsen gitlab at salsa.debian.org
Sat Jul 6 13:01:36 BST 2019



Holger Levsen pushed to branch develop at Debian / piuparts


Commits:
3859dcca by Paul Gevers at 2019-05-31T20:35:16Z
p.conf-template.pejacevic: generate json for stretch-pu until EOL

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

- - - - -
2e95933e by Holger Levsen at 2019-05-31T20:36:24Z
Revert "p.conf-template.pejacevic: generate json for stretch-pu until EOL"

This reverts commit 3859dcca9e242843d711ea239fcd437bf25d906a.

- - - - -
9bfa2d4d by Holger Levsen at 2019-06-17T20:49:36Z
Merge branch 'develop'

- - - - -
e2782aeb by Andreas Beckmann at 2019-06-17T20:50:50Z
update configuration for stable=buster

Signed-off-by: Andreas Beckmann <anbe at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
e998e154 by Holger Levsen at 2019-06-18T12:50:10Z
release as 1.0.1

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

- - - - -


7 changed files:

- conf/distros.conf
- custom-scripts/scripts/post_distupgrade_exceptions
- custom-scripts/scripts/post_setup_minimize
- custom-scripts/scripts/pre_distupgrade_zz_database-server
- debian/changelog
- instances/piuparts.conf-template.pejacevic
- instances/piuparts.conf.anbe


Changes:

=====================================
conf/distros.conf
=====================================
@@ -176,19 +176,19 @@ target-release = experimental
 
 # alias
 [oldoldstable]
-distribution = wheezy
+distribution = jessie
 
 # alias
 [oldstable]
-distribution = jessie
+distribution = stretch
 
 # alias
 [stable]
-distribution = stretch
+distribution = buster
 
 # alias
 [testing]
-distribution = buster
+distribution = bullseye
 
 
 # It's also possible to have "virtual" entries by setting uri to


=====================================
custom-scripts/scripts/post_distupgrade_exceptions
=====================================
@@ -111,8 +111,7 @@ if [ "$PIUPARTS_DISTRIBUTION_PREV" = "stretch" ]; then
 
 fi
 
-if [ "$PIUPARTS_DISTRIBUTION" = "buster" ] || \
-	[ "$PIUPARTS_DISTRIBUTION" = "sid" -a "$PIUPARTS_DISTRIBUTION_PREV" = "stretch" ]; then
+if [ "$PIUPARTS_DISTRIBUTION" = "buster" ]; then
 
 	# libc-bin only upgrades pristine /etc/nsswitch.conf
 	if grep -q '^passwd:.*compat' /etc/nsswitch.conf ; then


=====================================
custom-scripts/scripts/post_setup_minimize
=====================================
@@ -8,7 +8,7 @@ then
 		jessie)
 			dpkg --purge gcc-4.8-base
 			;;
-		sid|stretch)
+		stretch)
 			dpkg --purge lsb-base tzdata
 			;;
 	esac


=====================================
custom-scripts/scripts/pre_distupgrade_zz_database-server
=====================================
@@ -56,7 +56,7 @@ case "$PIUPARTS_DISTRIBUTION_NEXT" in
 		CANDIDATES="$CANDIDATES mariadb-server-10.3"
 		CANDIDATES="$CANDIDATES postgresql-11"
 		;;
-	sid)
+	bullseye|sid)
 		CANDIDATES="$CANDIDATES mariadb-server-10.3"
 		CANDIDATES="$CANDIDATES postgresql-11"
 		;;
@@ -164,7 +164,10 @@ case "${PIUPARTS_DISTRIBUTION}:${PIUPARTS_DISTRIBUTION_NEXT}" in
 	stretch*:buster)
 		upgrade_pg_cluster 9.6 11
 		;;
-	stretch:sid)
+	buster*:bullseye)
+		upgrade_pg_cluster 9.6 11
+		;;
+	buster:sid)
 		upgrade_pg_cluster 9.6 11
 		;;
 esac


=====================================
debian/changelog
=====================================
@@ -1,12 +1,12 @@
-piuparts (1.0.1) UNRELEASED; urgency=medium
+piuparts (1.0.1) unstable; urgency=medium
 
   [ Andreas Beckmann ]
+  * piuparts.conf, distros.conf: Update for buster release.
   * piuparts.py:
     - Add '--max-command-output-size' option to allow overriding the default
       of 8 MB for debugging runs.
     - Run pre_remove scripts before computing packages to be removed.
     - Fix spurious failure to remove packages with names ending with '+'.
-  * piuparts.conf.anbe: Add some more example sections.
   * piupartslib/packagesdb.py:
     - Remove stale .kpr files after receiving new logs.
   * piuparts-slave.py:
@@ -16,11 +16,13 @@ piuparts (1.0.1) UNRELEASED; urgency=medium
     - Clean up stale temporary and empty files.
   * master-bin/rotate_master_logs: Delete master logs older than 90 days.
   * slave-bin/slave_reexec: New, send SIGUSR1 to all running slaves.
+  * custom-scripts: Add and update several exceptions.
+  * piuparts.conf.anbe: Add some more example sections.
 
   [ Holger Levsen ]
   * generate_daily_report: improve statistics.
 
- -- Holger Levsen <holger at debian.org>  Sat, 04 May 2019 21:53:16 +0200
+ -- Holger Levsen <holger at debian.org>  Tue, 18 Jun 2019 14:48:59 +0200
 
 piuparts (1.0.0) unstable; urgency=medium
 


=====================================
instances/piuparts.conf-template.pejacevic
=====================================
@@ -230,7 +230,7 @@ sections =
 	squeeze2squeeze-lts
 	squeeze
 	lenny2squeeze
-testing-suite = buster
+testing-suite = bullseye
 mirror = @MIRROR@
 master-host = pejacevic.debian.org
 master-user = piupartsm


=====================================
instances/piuparts.conf.anbe
=====================================
@@ -426,7 +426,7 @@ sections =
 	lenny2squeeze/non-free
 	lenny2squeeze_i386/non-free
 #
-testing-suite = buster
+testing-suite = bullseye
 #
 json-sections = none
 #



View it on GitLab: https://salsa.debian.org/debian/piuparts/compare/7dbcf8730ac6a18413acd52c47b2efbd668c05f2...e998e1547161082b5ec7dd75c8992960a2581734

-- 
View it on GitLab: https://salsa.debian.org/debian/piuparts/compare/7dbcf8730ac6a18413acd52c47b2efbd668c05f2...e998e1547161082b5ec7dd75c8992960a2581734
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/piuparts-devel/attachments/20190706/1aefdcde/attachment-0001.html>


More information about the Piuparts-devel mailing list