[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.51
Andreas Beckmann
anbe at debian.org
Wed May 15 10:09:29 UTC 2013
The following commit has been merged in the master branch:
commit 0f73b16c9065c05a92c66e9c3856162068779879
Author: Andreas Beckmann <anbe at debian.org>
Date: Sat Mar 16 22:50:47 2013 +0100
p.conf: add flags-{start,end}-wheezy
add some fake-essential packages and ignore debsums errors in wheezy
Signed-off-by: Andreas Beckmann <anbe at debian.org>
diff --git a/instances/piuparts.conf.goldwasser b/instances/piuparts.conf.goldwasser
index 73fe8c7..cd624e8 100644
--- a/instances/piuparts.conf.goldwasser
+++ b/instances/piuparts.conf.goldwasser
@@ -25,6 +25,17 @@ flags-leftovers =
# perform some additional cleanup
--scriptsdir /etc/piuparts/scripts-leftovers
+# common flags for starting a test in wheezy
+flags-start-wheezy =
+# no flags needed
+
+# common flags for tests ending in wheezy
+flags-end-wheezy =
+# extra fake-essential packages for successfully purging in wheezy
+ --scriptsdir /etc/piuparts/scripts-wheezy
+# debsums failures won't be fixed in wheezy
+ --warn-on-debsums-errors
+
# common flags for starting a test in squeeze
flags-start-squeeze =
# eatmydata was added post-squeeze
@@ -88,6 +99,8 @@ log-file = testing2sid.log
[wheezy]
piuparts-flags =
%(flags-default)s
+ %(flags-start-wheezy)s
+ %(flags-end-wheezy)s
distro = wheezy
reschedule-old-count = 0
log-file = wheezy.log
@@ -97,6 +110,7 @@ log-file = wheezy.log
piuparts-flags =
%(flags-default)s
%(flags-start-squeeze)s
+ %(flags-end-wheezy)s
distro = squeeze
upgrade-test-distros = squeeze wheezy
reschedule-old-count = 0
diff --git a/instances/piuparts.conf.piatti b/instances/piuparts.conf.piatti
index 6c9e830..0d71bb2 100644
--- a/instances/piuparts.conf.piatti
+++ b/instances/piuparts.conf.piatti
@@ -25,6 +25,17 @@ flags-leftovers =
# perform some additional cleanup
--scriptsdir /etc/piuparts/scripts-leftovers
+# common flags for starting a test in wheezy
+flags-start-wheezy =
+# no flags needed
+
+# common flags for tests ending in wheezy
+flags-end-wheezy =
+# extra fake-essential packages for successfully purging in wheezy
+ --scriptsdir /etc/piuparts/scripts-wheezy
+# debsums failures won't be fixed in wheezy
+ --warn-on-debsums-errors
+
# common flags for starting a test in squeeze
flags-start-squeeze =
# eatmydata was added post-squeeze
@@ -130,6 +141,8 @@ log-file = sid2experimental.log
precedence = 2
piuparts-flags =
%(flags-default)s
+ %(flags-start-wheezy)s
+ %(flags-end-wheezy)s
distro = wheezy
log-file = wheezy.log
# 1 week (60*60*24*7)
@@ -141,6 +154,7 @@ precedence = 3
piuparts-flags =
%(flags-default)s
%(flags-start-squeeze)s
+ %(flags-end-wheezy)s
distro = squeeze
upgrade-test-distros = squeeze wheezy
log-file = squeeze2wheezy.log
@@ -151,6 +165,7 @@ precedence = 5
piuparts-flags =
%(flags-default)s
%(flags-start-squeeze)s
+ %(flags-end-wheezy)s
depends-sections = squeeze
distro = squeeze-backports
arch = amd64
--
piuparts git repository
More information about the Piuparts-commits
mailing list