[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.47-22-g77d3c57

Andreas Beckmann debian at abeckmann.de
Sun Nov 4 14:13:27 UTC 2012


The following commit has been merged in the develop branch:
commit 5ecef8b06250aba0d23e725199656c7e48a9a02b
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sat Nov 3 15:23:59 2012 +0100

    p.conf: use reschedule-old-count=0 to disable recycling pass/
    
    but continue to recycle fail/ and affected/
    (auto-reschedule=no would disable this, too)
    
    disable recycling pass/ from testing2sid: after a package
    migrated to testing the testing2sid distupgrade-test would
    just redo the install-purge-test in testing or sid
    (ignoring possible side-effects of dist-upgrading the base
    system (and dependecies), but these hopefully show up
    elsewhere, too)
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/instances/piuparts.conf.goldwasser b/instances/piuparts.conf.goldwasser
index 5867587..6a63215 100644
--- a/instances/piuparts.conf.goldwasser
+++ b/instances/piuparts.conf.goldwasser
@@ -39,6 +39,7 @@ piuparts-cmd = sudo /org/piuparts.debian.org/sbin/piuparts --warn-on-others --wa
 upgrade-test-distros = testing sid
 upgrade-test-chroot-tgz = testing.tar.gz
 max-reserved = 50
+reschedule-old-count = 0
 log-file = testing2sid.log
 
 
@@ -48,7 +49,7 @@ piuparts-cmd = sudo /org/piuparts.debian.org/sbin/piuparts --warn-on-others --wa
 distro = wheezy
 chroot-tgz = wheezy.tar.gz
 max-reserved = 50
-auto-reschedule = no
+reschedule-old-count = 0
 log-file = wheezy.log
 
 
@@ -58,6 +59,6 @@ piuparts-cmd = sudo /org/piuparts.debian.org/sbin/piuparts --warn-on-others --wa
 upgrade-test-distros = squeeze wheezy
 upgrade-test-chroot-tgz = squeeze.tar.gz
 max-reserved = 50
-auto-reschedule = no
+reschedule-old-count = 0
 log-file = squeeze2wheezy.log
 
diff --git a/instances/piuparts.conf.piatti b/instances/piuparts.conf.piatti
index 7712e8e..389c814 100644
--- a/instances/piuparts.conf.piatti
+++ b/instances/piuparts.conf.piatti
@@ -46,7 +46,7 @@ description = Debian main: package installation in sid and dist-upgrade to testi
 piuparts-cmd = sudo /org/piuparts.debian.org/sbin/piuparts --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp
 upgrade-test-distros = testing sid
 upgrade-test-chroot-tgz = testing.tar.gz
-auto-reschedule = no
+reschedule-old-count = 0
 max-reserved = 100
 log-file = testing2sid.log
 
@@ -78,7 +78,7 @@ piuparts-cmd = sudo /org/piuparts.debian.org/sbin/piuparts --warn-on-others --wa
 distro = squeeze
 chroot-tgz = squeeze.tar.gz
 max-reserved = 50
-auto-reschedule = no
+reschedule-old-count = 0
 log-file = squeeze.log
 
 

-- 
piuparts git repository



More information about the Piuparts-commits mailing list