[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, develop, updated. ae049a34e964978e2b0fdadce4309d6b3489ec02

Holger Levsen holger at layer-acht.org
Sun Oct 23 12:05:04 UTC 2011


The following commit has been merged in the develop branch:
commit ae049a34e964978e2b0fdadce4309d6b3489ec02
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Oct 23 14:04:55 2011 +0200

    add python2.7 to PYTHONPATH

diff --git a/home/piupartsm/crontab b/home/piupartsm/crontab
index 903ad65..ba60d6d 100644
--- a/home/piupartsm/crontab
+++ b/home/piupartsm/crontab
@@ -4,7 +4,7 @@
 # create reports once a day
 #  (dinstall runs 1|7|13|19:52, so this is long after mirror pushes...)
 #
-0 0 * * * ( /home/piupartsm/bin/detect_well_known_errors ; find /org/piuparts.debian.org/master/*/fail /org/piuparts.debian.org/master/*/bugged -type f -mtime -1 -exec ls -rt1 {} \;|sed s#^/org/#http://#g | sed s#/master/#/#g ; PYTHONPATH=/org/piuparts.debian.org/lib/python2.6/dist-packages:/org/piuparts.debian.org/lib/python2.6/dist-packages nice python /org/piuparts.debian.org/share/piuparts/piuparts-report  2>&1 ) > /org/piuparts.debian.org/htdocs/dailyreport.txt ; cat /org/piuparts.debian.org/htdocs/dailyreport.txt | mail -s piuparts-report piupartsm # failures of the day it should be, the rest is boring.
+0 0 * * * ( /home/piupartsm/bin/detect_well_known_errors ; find /org/piuparts.debian.org/master/*/fail /org/piuparts.debian.org/master/*/bugged -type f -mtime -1 -exec ls -rt1 {} \;|sed s#^/org/#http://#g | sed s#/master/#/#g ; PYTHONPATH=/org/piuparts.debian.org/lib/python2.6/dist-packages:/org/piuparts.debian.org/lib/python2.7/dist-packages nice python /org/piuparts.debian.org/share/piuparts/piuparts-report  2>&1 ) > /org/piuparts.debian.org/htdocs/dailyreport.txt ; cat /org/piuparts.debian.org/htdocs/dailyreport.txt | mail -s piuparts-report piupartsm # failures of the day it should be, the rest is boring.
 
 #
 # monitor slave session every hour
diff --git a/home/piupartss/bin/slave_run b/home/piupartss/bin/slave_run
index a66032f..155242f 100755
--- a/home/piupartss/bin/slave_run
+++ b/home/piupartss/bin/slave_run
@@ -23,7 +23,7 @@ set -e
 
 SCREENLOG=/org/piuparts.debian.org/slave/screenlog.0
 MONITORDIR=/org/piuparts.debian.org/master/monitor-slave
-export PYTHONPATH=/org/piuparts.debian.org/lib/python2.6/dist-packages:/org/piuparts.debian.org/lib/python2.6/dist-packages
+export PYTHONPATH=/org/piuparts.debian.org/lib/python2.6/dist-packages:/org/piuparts.debian.org/lib/python2.7/dist-packages
 
 cd /org/piuparts.debian.org/slave
 (ps fax|grep -v grep| grep piuparts-slave ) && exit 0

-- 
piatti.debian.org configuration files



More information about the Piuparts-commits mailing list