[Piuparts-commits] [piuparts] 16/16: p.conf.anbe: [lenny]

Holger Levsen holger at moszumanska.debian.org
Tue Dec 2 18:24:06 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 dae3f11a4f33355b10d3bc7a42a4604dd7d26caf
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Dec 2 18:47:25 2014 +0100

    p.conf.anbe: [lenny]
    
    * use squeeze flags and scripts, too
    * --warn-on-debsums-errors
    * --skip-cronfiles-test
    * ignore leftover udev directories
    * do not reschedule pass logs, but failures
    * never rebuild the basetgz
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 instances/piuparts.conf.anbe | 50 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)

diff --git a/instances/piuparts.conf.anbe b/instances/piuparts.conf.anbe
index dee94a4..f3e5447 100644
--- a/instances/piuparts.conf.anbe
+++ b/instances/piuparts.conf.anbe
@@ -35,6 +35,16 @@ flags-end-squeeze =
 	--warn-on-debsums-errors
 	--scriptsdir /etc/piuparts/scripts-squeeze
 
+flags-start-lenny =
+	--dpkg-noforce-unsafe-io
+	%(flags-start-squeeze)s
+flags-end-lenny =
+	--warn-on-debsums-errors
+	--skip-cronfiles-test
+	%(flags-end-squeeze)s
+	-i /etc/udev/
+	-i /etc/udev/rules.d/
+
 
 [global]
 # sections may be wrapped with continuation lines being indented
@@ -62,6 +72,7 @@ sections =
 	sid2experimental/main
 	testing2sid/main
 	squeeze2wheezy/main
+	lenny/main
 #
 	experimental/contrib
 	sid/contrib
@@ -85,6 +96,7 @@ sections =
 	sid2experimental/contrib
 	testing2sid/contrib
 	squeeze2wheezy/contrib
+	lenny/contrib
 #
 	experimental/non-free
 	sid/non-free
@@ -108,6 +120,7 @@ sections =
 	sid2experimental/non-free
 	testing2sid/non-free
 	squeeze2wheezy/non-free
+	lenny/non-free
 #
 proxy = http://localhost:3128
 #
@@ -836,6 +849,43 @@ arch = amd64
 area = non-free
 
 
+[lenny/main]
+precedence = 110
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-lenny)s
+	%(flags-end-lenny)s
+distro = lenny
+arch = amd64
+area = main
+components = main
+reschedule-old-count = 0
+
+[lenny/contrib]
+precedence = 110
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-lenny)s
+	%(flags-end-lenny)s
+depends-sections = lenny/main lenny/non-free
+distro = lenny
+arch = amd64
+area = contrib
+reschedule-old-count = 0
+
+[lenny/non-free]
+precedence = 110
+piuparts-flags =
+	%(flags-default)s
+	%(flags-start-lenny)s
+	%(flags-end-lenny)s
+depends-sections = lenny/main lenny/contrib
+distro = lenny
+arch = amd64
+area = non-free
+reschedule-old-count = 0
+
+
 ############################################################################
 ###  Install, distupgrade, remove, and purge tests.                      ###
 ############################################################################

-- 
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