[Piuparts-commits] [piuparts] 03/51: p.conf: stretch has been released, prepare for buster

Holger Levsen holger at layer-acht.org
Thu Jul 20 21:15:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 4e1f09c9f45a09f387698da694935a9b559b9aa3
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Jun 18 14:10:50 2017 +0200

    p.conf: stretch has been released, prepare for buster
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog                           |  7 ++---
 instances/piuparts.conf-template.pejacevic | 41 ++++++++++++++++++++++--------
 2 files changed, 34 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fa80471..a907423 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ piuparts (0.78) UNRELEASED; urgency=medium
     - Set keyring for archived distros to debian-archive-removed-keys.gpg.
     - Enable stretch2proposed.  (Closes: #864933)
     - Use --warn-on-debsums-errors for tests ending in stretch.
+    - Rotate aliases for testing=buster and stable=stretch.
   * piuparts.conf.anbe: Add some more example sections.
   * piupartslib/packagesdb.py:
     - Add new state "outdated" to ignore packages if a dependency distro
@@ -91,10 +92,10 @@ piuparts (0.78) UNRELEASED; urgency=medium
     - dynamically report detected issues.
   * instances/piuparts.conf-template.pejacevic:
     - Add new suites to be tested:
-      - stable2sid, upgrading jessie -> sid (skipping testing/stretch) to find
+      - stable2sid, upgrading stretch -> sid (skipping testing/buster) to find
         possible upgrade problems before a package migrates to testing
-      - stable22sid, upgrading jessie -> stretch -> sid
-      - oldstable222sid, upgrading from wheezy -> jessie -> stretch -> sid
+      - stable22sid, upgrading stretch -> buster -> sid
+      - oldstable222sid, upgrading from jessie -> stretch -> buster -> sid
         (Closes: #859620)
       - jessie2Xstretch-rcmd, doing two-stage upgrades (apt-get update &&
         apt-get dist-upgrade) from jessie to stretch (with
diff --git a/instances/piuparts.conf-template.pejacevic b/instances/piuparts.conf-template.pejacevic
index 63ddcac..cdc8888 100644
--- a/instances/piuparts.conf-template.pejacevic
+++ b/instances/piuparts.conf-template.pejacevic
@@ -24,12 +24,20 @@ flags-leftovers =
 	--scriptsdir /etc/piuparts/scripts-leftovers
 
 # aliases for the definitions below
-flags-start-testing = %(flags-start-stretch)s
-flags-end-testing = %(flags-end-stretch)s
-flags-start-stable = %(flags-start-jessie)s
-flags-end-stable = %(flags-end-jessie)s
-flags-start-oldstable = %(flags-start-wheezy)s
-flags-end-oldstable = %(flags-end-wheezy)s
+flags-start-testing = %(flags-start-buster)s
+flags-end-testing = %(flags-end-buster)s
+flags-start-stable = %(flags-start-stretch)s
+flags-end-stable = %(flags-end-stretch)s
+flags-start-oldstable = %(flags-start-jessie)s
+flags-end-oldstable = %(flags-end-jessie)s
+
+# common flags for tests starting in buster
+flags-start-buster =
+# no flags needed
+
+# common flags for tests ending in buster
+flags-end-buster =
+# no flags needed
 
 # common flags for tests starting in stretch
 flags-start-stretch =
@@ -95,6 +103,7 @@ flags-start-lenny =
 [global]
 basetgz-sections =
 	tarball/sid
+	tarball/buster
 	tarball/stretch
 	tarball/jessie
 	tarball/wheezy
@@ -108,13 +117,15 @@ sections =
 	sid-nodoc
 	testing2sid
 	stable2sid
+	stable22sid
 	stretch
 	stretch-rcmd
 	stretch-security
 	stretch-pu
 #	stretch-proposed
 	stretch2proposed
-	stable22sid
+	oldstable222sid
+	oldstable22testing
 	jessie2stretch
 	jessie2stretch-rcmd
 	jessie2Xstretch-rcmd
@@ -126,8 +137,6 @@ sections =
 	jessie-pu
 #	jessie-proposed
 	jessie2proposed
-	oldstable222sid
-	oldstable22testing
 	wheezy2jessie
 	wheezy2jessie-rcmd
 	wheezy2bpo2jessie
@@ -190,14 +199,24 @@ upgrade-test-distros = sid
 max-tgz-age = 259200
 
 
+[tarball/buster]
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-buster)s
+distro = None
+upgrade-test-distros = buster
+# 1 week (60*60*24*7)
+max-tgz-age = 604800
+
+
 [tarball/stretch]
 piuparts-flags =
 	%(flags-default)s
 	%(flags-start-stretch)s
 distro = None
 upgrade-test-distros = stretch
-# 1 week (60*60*24*7)
-max-tgz-age = 604800
+# 1 month (60*60*24*30)
+max-tgz-age = 2592000
 
 
 [tarball/jessie]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list