|
From: <dwa...@us...> - 2011-08-22 08:53:12
|
Revision: 10435
http://zaf.svn.sourceforge.net/zaf/?rev=10435&view=rev
Author: dwaynebailey
Date: 2011-08-22 08:53:05 +0000 (Mon, 22 Aug 2011)
Log Message:
-----------
Don't do anything with time and group syncing
Modified Paths:
--------------
trunk/po/fftb/push-to-pootle.sh
Modified: trunk/po/fftb/push-to-pootle.sh
===================================================================
--- trunk/po/fftb/push-to-pootle.sh 2011-08-22 08:32:43 UTC (rev 10434)
+++ trunk/po/fftb/push-to-pootle.sh 2011-08-22 08:53:05 UTC (rev 10435)
@@ -50,6 +50,7 @@
for lang in $langs
do
- rsync -az --include="*.po" --delete $local_copy/$lang $us...@po...:$pootle_dir/
+ # FIXME only sync if we copied up correctly, this way we catch permission errors quickly
+ rsync -az --no-g --no-times --include="*.po" --delete $local_copy/$lang $us...@po...:$pootle_dir/
ssh $us...@po... "$update_command --language=$lang"
done
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|