[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.49-147-g5e9a5c3

Andreas Beckmann anbe at debian.org
Mon Mar 4 09:54:37 UTC 2013


The following commit has been merged in the develop branch:
commit 7161b6041b84a6db3487794018cd050a79ffe53d
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Mar 3 18:33:31 2013 +0100

    p.conf: set PYTHONPATH when running piuparts from git
    
    piuparts needs to use piupartslib to read distros.conf
    
    setting PYTHONPATH is only needed for running piuparts from git
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>

diff --git a/instances/piuparts.conf.goldwasser b/instances/piuparts.conf.goldwasser
index ba95261..19c4eb9 100644
--- a/instances/piuparts.conf.goldwasser
+++ b/instances/piuparts.conf.goldwasser
@@ -18,6 +18,7 @@ master-user = piupartsm
 bts-from = piuparts-devel at lists.alioth.debian.org
 piuparts-command =
 	sudo
+	env PYTHONPATH=%(PYTHONPATH)s
 	timeout -s INT -k 5m 35m
 	/org/piuparts.debian.org/sbin/piuparts
 	--skip-logrotatefiles-test
diff --git a/instances/piuparts.conf.piatti b/instances/piuparts.conf.piatti
index 95ef681..f34f190 100644
--- a/instances/piuparts.conf.piatti
+++ b/instances/piuparts.conf.piatti
@@ -20,6 +20,7 @@ master-user = piupartsm
 bts-from = piuparts-devel at lists.alioth.debian.org
 piuparts-command =
 	sudo
+	env PYTHONPATH=%(PYTHONPATH)s
 	timeout -s INT -k 5m 35m
 	/org/piuparts.debian.org/sbin/piuparts
 	--skip-logrotatefiles-test

-- 
piuparts git repository



More information about the Piuparts-commits mailing list