[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.51
Andreas Beckmann
anbe at debian.org
Wed May 15 10:09:56 UTC 2013
The following commit has been merged in the master branch:
commit 20f015bbcca981ecf129d453e6441669124b75c5
Author: Andreas Beckmann <anbe at debian.org>
Date: Sat May 4 17:01:46 2013 +0200
p.conf.*: add jessie tests
Signed-off-by: Andreas Beckmann <anbe at debian.org>
diff --git a/instances/piuparts.conf.goldwasser b/instances/piuparts.conf.goldwasser
index cf8c109..abfa85b 100644
--- a/instances/piuparts.conf.goldwasser
+++ b/instances/piuparts.conf.goldwasser
@@ -47,6 +47,8 @@ flags-start-squeeze =
[global]
sections =
# sid
+# jessie
+# wheezy2jessie
wheezy
# squeeze2wheezy
# testing2sid
@@ -96,6 +98,22 @@ reschedule-old-count = 0
log-file = testing2sid.log
+[jessie]
+piuparts-flags =
+ %(flags-default)s
+distro = jessie
+log-file = jessie.log
+
+
+[wheezy2jessie]
+piuparts-flags =
+ %(flags-default)s
+ %(flags-start-wheezy)s
+distro = wheezy
+upgrade-test-distros = wheezy jessie
+log-file = wheezy2jessie.log
+
+
[wheezy]
piuparts-flags =
%(flags-default)s
diff --git a/instances/piuparts.conf.piatti b/instances/piuparts.conf.piatti
index b916ce6..407fade 100644
--- a/instances/piuparts.conf.piatti
+++ b/instances/piuparts.conf.piatti
@@ -64,6 +64,8 @@ sections =
sid
testing2sid
sid2experimental
+ jessie
+ wheezy2jessie
wheezy
squeeze2wheezy
squeeze2bpo2wheezy
@@ -137,6 +139,26 @@ upgrade-test-distros = sid experimental
log-file = sid2experimental.log
+[jessie]
+precedence = 2
+piuparts-flags =
+ %(flags-default)s
+distro = jessie
+log-file = jessie.log
+# 1 week (60*60*24*7)
+max-tgz-age = 604800
+
+
+[wheezy2jessie]
+precedence = 3
+piuparts-flags =
+ %(flags-default)s
+ %(flags-start-wheezy)s
+distro = wheezy
+upgrade-test-distros = wheezy jessie
+log-file = wheezy2jessie.log
+
+
[wheezy]
precedence = 2
piuparts-flags =
@@ -145,8 +167,8 @@ piuparts-flags =
%(flags-end-wheezy)s
distro = wheezy
log-file = wheezy.log
-# 1 week (60*60*24*7)
-max-tgz-age = 604800
+# 1 month (60*60*24*30)
+max-tgz-age = 2592000
[squeeze2wheezy]
--
piuparts git repository
More information about the Piuparts-commits
mailing list