[Piuparts-commits] [piuparts] 03/08: p.conf.anbe: [squeeze2wheezy-rcmd] (--enable-recommends)

Holger Levsen holger at moszumanska.debian.org
Tue Dec 2 22:34:27 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 1deb4639db27e6b8e31261746bbc952d6b89d395
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Dec 2 21:29:08 2014 +0100

    p.conf.anbe: [squeeze2wheezy-rcmd] (--enable-recommends)
    
    * test installation and upgrade with APT::Install-Recommends=1
    
    The bigger package footprint may have an impact on apt computing the
    upgrade path. The metapackage installed for --warn-on-others does not
    include Recommends, .... this is probably a good thing ...
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 TODO                         |  4 ++++
 instances/piuparts.conf.anbe | 47 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/TODO b/TODO
index a31c126..e2c90a3 100644
--- a/TODO
+++ b/TODO
@@ -79,6 +79,10 @@ for 0.6x:
   - java stacktraces
   - "Can't locate .* in @INC"
 
+- we should probably have an install test with --enable-recommends and
+without --warn-on-others to avoid adding artificial barriers where package
+subsets are configured
+
 
 for 0.7x and later:
 
diff --git a/instances/piuparts.conf.anbe b/instances/piuparts.conf.anbe
index aa0ccb8..3c8ff86 100644
--- a/instances/piuparts.conf.anbe
+++ b/instances/piuparts.conf.anbe
@@ -73,6 +73,7 @@ sections =
 	testing2sid/main
 	squeeze2proposed/main
 	squeeze2wheezy/main
+	squeeze2wheezy-rcmd/main
 	lenny/main
 	lenny2squeeze/main
 #
@@ -99,6 +100,7 @@ sections =
 	testing2sid/contrib
 	squeeze2proposed/contrib
 	squeeze2wheezy/contrib
+	squeeze2wheezy-rcmd/contrib
 	lenny/contrib
 	lenny2squeeze/contrib
 #
@@ -125,6 +127,7 @@ sections =
 	testing2sid/non-free
 	squeeze2proposed/non-free
 	squeeze2wheezy/non-free
+	squeeze2wheezy-rcmd/non-free
 	lenny/non-free
 	lenny2squeeze/non-free
 #
@@ -1019,6 +1022,50 @@ distro = squeeze
 upgrade-test-distros = squeeze wheezy
 
 
+[squeeze2wheezy-rcmd/main]
+precedence = 70
+piuparts-flags =
+	--install-recommends
+	%(flags-default)s
+	%(flags-start-squeeze)s
+	%(flags-end-wheezy)s
+	--scriptsdir /etc/piuparts/scripts-debug-problemresolver
+arch = amd64
+area = main
+components = main
+distro = squeeze
+upgrade-test-distros = squeeze wheezy
+reschedule-old-count = 0
+
+[squeeze2wheezy-rcmd/contrib]
+precedence = 95
+piuparts-flags =
+	--install-recommends
+	%(flags-default)s
+	%(flags-start-squeeze)s
+	%(flags-end-wheezy)s
+depends-sections = squeeze2wheezy-rcmd/main squeeze2wheezy-rcmd/non-free
+arch = amd64
+area = contrib
+distro = squeeze
+upgrade-test-distros = squeeze wheezy
+reschedule-old-count = 0
+
+[squeeze2wheezy-rcmd/non-free]
+precedence = 95
+piuparts-flags =
+	--install-recommends
+	%(flags-default)s
+	%(flags-start-squeeze)s
+	%(flags-end-wheezy)s
+depends-sections = squeeze2wheezy-rcmd/main squeeze2wheezy-rcmd/contrib
+arch = amd64
+area = non-free
+distro = squeeze
+upgrade-test-distros = squeeze wheezy
+reschedule-old-count = 0
+
+
 [testing2sid/main]
 precedence = 60
 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