[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.49-152-g1abc2d2

Andreas Beckmann anbe at debian.org
Tue Mar 5 08:52:43 UTC 2013


The following commit has been merged in the develop branch:
commit ed68c358ff3e9390216c45d81425d6630bcbd563
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Mar 4 22:46:37 2013 +0100

    distros.conf: fix testing alias configuration
    
    do not use virtual distros for piuparts-{master,report}
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>

diff --git a/conf/distros.conf b/conf/distros.conf
index 056c026..5604df9 100644
--- a/conf/distros.conf
+++ b/conf/distros.conf
@@ -61,8 +61,7 @@ target-release = wheezy-backports
 
 # alias
 [testing]
-uri = None
-depends = wheezy
+distribution = wheezy
 
 
 [experimental]
@@ -70,8 +69,10 @@ depends = sid
 target-release = experimental
 
 
-# It's also possible to have "virtual" entries to provide aliases
-# e.g. to combine several partial distributions
+# It's also possible to have "virtual" entries by setting uri to
+# the string "None". This allows e.g. to combine several partial
+# distributions. Such virtual distros can be used for standalone
+# piuparts runs, but not in master-slave setup.
 [squeeze-current]
 uri = None
 depends = squeeze/updates squeeze-updates

-- 
piuparts git repository



More information about the Piuparts-commits mailing list