[Piuparts-commits] [piuparts] 03/03: p.conf: add [stretch] and [jessie2stretch]
Holger Levsen
holger at moszumanska.debian.org
Sat Apr 25 09:21:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 5e36e94d1c5580e7907391d1a6e639247d1f85b4
Author: Andreas Beckmann <anbe at debian.org>
Date: Thu Apr 23 23:51:53 2015 +0200
p.conf: add [stretch] and [jessie2stretch]
---
debian/changelog | 2 ++
instances/piuparts.conf.pejacevic | 32 ++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 4902e6a..4cba010 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ piuparts (0.63) UNRELEASED; urgency=medium
- Add new suite: jessie-pu (test only packages in jessie-proposed-updates).
- Add new suite: jessie-rcmd (test with --install-recommends).
- Add new suite: wheezy2jessie-rcmd (test with --install-recommends).
+ - Add new suite: stretch.
+ - Add new suite: jessie2stretch.
* piuparts.conf.anbe: Add many more example sections.
* distros.conf: Reactivate 'testing' and 'stable' aliases.
* piupartslib/packagesdb.py:
diff --git a/instances/piuparts.conf.pejacevic b/instances/piuparts.conf.pejacevic
index 640ef93..465c6cd 100644
--- a/instances/piuparts.conf.pejacevic
+++ b/instances/piuparts.conf.pejacevic
@@ -29,6 +29,14 @@ flags-leftovers =
# perform some additional cleanup
--scriptsdir /etc/piuparts/scripts-leftovers
+# common flags for tests starting in stretch
+flags-start-stretch =
+# no flags needed
+
+# common flags for tests ending in stretch
+flags-end-stretch =
+# no flags needed
+
# common flags for tests starting in jessie
flags-start-jessie =
# no flags needed
@@ -80,6 +88,8 @@ sections =
sid
sid-nodoc
testing2sid
+ stretch
+ jessie2stretch
jessie
jessie-rcmd
jessie-pu
@@ -182,6 +192,28 @@ distro = experimental
upgrade-test-distros = sid experimental
+[stretch]
+precedence = 3
+piuparts-flags =
+ %(flags-default)s
+ %(flags-start-stretch)s
+ %(flags-end-stretch)s
+distro = stretch
+# 1 week (60*60*24*7)
+max-tgz-age = 604800
+
+
+[jessie2stretch]
+precedence = 3
+json-sections = none
+piuparts-flags =
+ %(flags-default)s
+ %(flags-start-jessie)s
+ %(flags-end-stretch)s
+distro = jessie
+upgrade-test-distros = jessie stretch
+
+
[jessie]
precedence = 3
piuparts-flags =
--
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