[Piuparts-commits] [piuparts] 01/05: p.conf: add flags-start-jessie, flags-end-jessie variables
Holger Levsen
holger at moszumanska.debian.org
Tue Dec 2 10:29:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 786be1d8f0401b2c9698c9de7ea963ccc933ac07
Author: Andreas Beckmann <anbe at debian.org>
Date: Mon Dec 1 18:43:21 2014 +0100
p.conf: add flags-start-jessie, flags-end-jessie variables
Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
debian/changelog | 2 ++
instances/piuparts.conf.pejacevic | 17 ++++++++++++++---
2 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cc2a3e8..a7d58dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,8 @@ piuparts (0.61) UNRELEASED; urgency=medium
nameserver entries found on the host.
* Remove debugging output for resolvconf.
* lib/dwke.py: Fix parsing known_problems/*.conf using EXCLUDE_PATTERN.
+ * piuparts.conf:
+ - Add flags-start-jessie, flags-end-jessie global variables.
* distros.conf:
- Add *updates, *backports, *proposed for jessie.
- Switch 'testing' alias to 'stretch', but deactivate it for stable.
diff --git a/instances/piuparts.conf.pejacevic b/instances/piuparts.conf.pejacevic
index 381e6cf..3d9cf91 100644
--- a/instances/piuparts.conf.pejacevic
+++ b/instances/piuparts.conf.pejacevic
@@ -29,7 +29,14 @@ flags-leftovers =
# perform some additional cleanup
--scriptsdir /etc/piuparts/scripts-leftovers
-# common flags for starting a test in wheezy
+# common flags for tests starting in jessie
+flags-start-jessie =
+# no flags needed
+
+# common flags for tests ending in jessie
+flags-end-jessie =
+
+# common flags for tests starting in wheezy
flags-start-wheezy =
# no flags needed
@@ -40,7 +47,7 @@ flags-end-wheezy =
# debsums failures won't be fixed in wheezy
--warn-on-debsums-errors
-# common flags for starting a test in squeeze
+# common flags for tests starting in squeeze
flags-start-squeeze =
# up to squeeze a non-empty /etc/shells was shipped, actually installing
# and removing a shell would remove its entry from /etc/shells
@@ -53,7 +60,7 @@ flags-end-squeeze =
# debsums failures won't be fixed in squeeze
--warn-on-debsums-errors
-# common flags for starting a test in lenny
+# common flags for tests starting in lenny
flags-start-lenny =
# dpkg --force-unsafe-io was added in squeeze
--dpkg-noforce-unsafe-io
@@ -169,6 +176,8 @@ upgrade-test-distros = sid experimental
precedence = 3
piuparts-flags =
%(flags-default)s
+ %(flags-start-jessie)s
+ %(flags-end-jessie)s
distro = jessie
# 1 week (60*60*24*7)
max-tgz-age = 604800
@@ -180,6 +189,7 @@ json-sections = none
piuparts-flags =
%(flags-default)s
%(flags-start-wheezy)s
+ %(flags-end-jessie)s
distro = wheezy
upgrade-test-distros = wheezy jessie
@@ -190,6 +200,7 @@ json-sections = none
piuparts-flags =
%(flags-default)s
%(flags-start-wheezy)s
+ %(flags-end-jessie)s
depends-sections = wheezy
arch = amd64
area = main
--
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