|
From: <dwa...@us...> - 2012-06-24 19:22:46
|
Revision: 10888
http://zaf.svn.sourceforge.net/zaf/?rev=10888&view=rev
Author: dwaynebailey
Date: 2012-06-24 19:22:40 +0000 (Sun, 24 Jun 2012)
Log Message:
-----------
Update precommand
Modified Paths:
--------------
trunk/po/fftb/get-from-pootle.sh
trunk/po/fftb/push-to-pootle.sh
Modified: trunk/po/fftb/get-from-pootle.sh
===================================================================
--- trunk/po/fftb/get-from-pootle.sh 2012-06-24 19:11:45 UTC (rev 10887)
+++ trunk/po/fftb/get-from-pootle.sh 2012-06-24 19:22:40 UTC (rev 10888)
@@ -8,7 +8,7 @@
server=pootle.locamotion.org
local_copy=.pootle_tmp
manage_py_verbosity=2
-precommand=". ~andy/.virtualenvs/pootle/bin/activate;"
+precommand=". /var/www/sites/mozilla/env/bin/activate;"
if [ $# -lt 1 ]; then
echo "$(basename $0) [lang(s)]"
Modified: trunk/po/fftb/push-to-pootle.sh
===================================================================
--- trunk/po/fftb/push-to-pootle.sh 2012-06-24 19:11:45 UTC (rev 10887)
+++ trunk/po/fftb/push-to-pootle.sh 2012-06-24 19:22:40 UTC (rev 10888)
@@ -9,7 +9,7 @@
local_copy=.pootle_phases_tmp
phaselist=firefox.phaselist
manage_py_verbosity=2
-precommand=". ~andy/.virtualenvs/pootle/bin/activate;"
+precommand=". /var/www/sites/mozilla/env/bin/activate;"
if [ $# -lt 1 ]; then
echo "$(basename $0) [lang(s)]"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|