[Piuparts-commits] [SCM] piuparts git repository branch, bikeshed, updated. 0.51-57-ge7a9361

Andreas Beckmann anbe at debian.org
Mon May 27 13:02:27 UTC 2013


The following commit has been merged in the bikeshed branch:
commit d633c041340e0b787c875863416dbd9fdacf7fa1
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon May 27 14:31:42 2013 +0200

    p.conf.anbe: [wheezy]
    
    * --warn-on-debsums-errors in wheezy
    * rebuild basetgz monthly
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>

diff --git a/instances/piuparts.conf.anbe b/instances/piuparts.conf.anbe
index 6fa1f0a..2bb2026 100644
--- a/instances/piuparts.conf.anbe
+++ b/instances/piuparts.conf.anbe
@@ -16,6 +16,11 @@ flags-leftovers =
 	%(flags-base)s
 	--scriptsdir /etc/piuparts/scripts-leftovers
 
+flags-start-wheezy =
+flags-end-wheezy =
+	--warn-on-debsums-errors
+	--scriptsdir /etc/piuparts/scripts-wheezy
+
 
 [global]
 # sections may be wrapped with continuation lines being indented
@@ -23,12 +28,15 @@ flags-leftovers =
 sections =
 	sid/main
 	jessie/main
+	wheezy/main
 #
 	sid/contrib
 	jessie/contrib
+	wheezy/contrib
 #
 	sid/non-free
 	jessie/non-free
+	wheezy/non-free
 #
 proxy = http://localhost:3128
 #
@@ -133,6 +141,41 @@ arch = amd64
 area = non-free
 
 
+[wheezy/main]
+precedence = 10
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-wheezy)s
+	%(flags-end-wheezy)s
+distro = wheezy
+arch = amd64
+area = main
+# 60*60*24*30
+max-tgz-age = 2592000
+
+[wheezy/contrib]
+precedence = 45
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-wheezy)s
+	%(flags-end-wheezy)s
+depends-sections = wheezy/main wheezy/non-free
+distro = wheezy
+arch = amd64
+area = contrib
+
+[wheezy/non-free]
+precedence = 45
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-wheezy)s
+	%(flags-end-wheezy)s
+depends-sections = wheezy/main wheezy/contrib
+distro = wheezy
+arch = amd64
+area = non-free
+
+
 ############################################################################
 ###  Install, distupgrade, remove, and purge tests.                      ###
 ############################################################################

-- 
piuparts git repository



More information about the Piuparts-commits mailing list