[Piuparts-commits] [piuparts] 01/01: p.conf: use moving aliases for the moving upgrade test suites

Holger Levsen holger at layer-acht.org
Sat Apr 29 16:33:20 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 c0a63b1a93367071b08b7bee62ced6ad67f7b5c6
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Apr 25 03:25:15 2017 +0200

    p.conf: use moving aliases for the moving upgrade test suites
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 instances/piuparts.conf-template.pejacevic | 36 +++++++++++++++++-------------
 1 file changed, 21 insertions(+), 15 deletions(-)

diff --git a/instances/piuparts.conf-template.pejacevic b/instances/piuparts.conf-template.pejacevic
index 4f0bdb9..ee5eecc 100644
--- a/instances/piuparts.conf-template.pejacevic
+++ b/instances/piuparts.conf-template.pejacevic
@@ -23,6 +23,14 @@ flags-leftovers =
 # perform some additional cleanup
 	--scriptsdir /etc/piuparts/scripts-leftovers
 
+# aliases for the definitions below
+flags-start-testing = %(flags-start-stretch)s
+flags-stop-testing = %(flags-stop-stretch)s
+flags-start-stable = %(flags-start-jessie)s
+flags-stop-stable = %(flags-stop-jessie)s
+flags-start-oldstable = %(flags-start-wheezy)s
+flags-stop-oldstable = %(flags-stop-wheezy)s
+
 # common flags for tests starting in stretch
 flags-start-stretch =
 # no flags needed
@@ -79,7 +87,7 @@ flags-start-lenny =
 # dpkg --force-unsafe-io was added in squeeze
 	--dpkg-noforce-unsafe-io
 # same flags needed as in squeeze
-        %(flags-start-squeeze)s
+	%(flags-start-squeeze)s
 
 
 [global]
@@ -115,7 +123,7 @@ sections =
 	jessie-pu
 #	jessie-proposed
 	jessie2proposed
-        oldstable222sid
+	oldstable222sid
 	oldstable22testing
 	wheezy2jessie
 	wheezy2jessie-rcmd
@@ -344,7 +352,7 @@ piuparts-flags =
 	%(flags-default)s
 	%(flags-start-stretch)s
 	%(flags-end-stretch)s
-distro = jessie-stretch
+distro = stretch-proposed
 
 
 [stretch2proposed]
@@ -475,10 +483,9 @@ precedence = 4
 json-sections = none
 piuparts-flags =
 	%(flags-default)s
-	%(flags-start-jessie)s
-	%(flags-end-stretch)s
-distro = jessie
-upgrade-test-distros = jessie stretch sid
+	%(flags-start-stable)s
+distro = stable
+upgrade-test-distros = stable testing sid
 
 
 [oldstable222sid]
@@ -486,10 +493,9 @@ precedence = 10
 json-sections = none
 piuparts-flags =
 	%(flags-default)s
-	%(flags-start-wheezy)s
-	%(flags-end-stretch)s
-distro = wheezy
-upgrade-test-distros = wheezy jessie stretch sid
+	%(flags-start-oldstable)s
+distro = oldstable
+upgrade-test-distros = oldstable stable testing sid
 
 
 [oldstable22testing]
@@ -497,10 +503,10 @@ precedence = 6
 json-sections = none
 piuparts-flags =
 	%(flags-default)s
-	%(flags-start-wheezy)s
-	%(flags-end-stretch)s
-distro = wheezy
-upgrade-test-distros = wheezy jessie stretch
+	%(flags-start-oldstable)s
+	%(flags-end-testing)s
+distro = oldstable
+upgrade-test-distros = oldstable stable testing
 
 
 [wheezy2jessie]

-- 
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