commit 13fd19dff7938135776634c16643332298bb54e2 Author: Isis Lovecruft isis@torproject.org Date: Fri Jul 25 06:41:38 2014 +0000
Add -v to rsync command in maint/get-completed translations. --- maint/get-completed-translations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/maint/get-completed-translations b/maint/get-completed-translations index ff352f1..e4f5fad 100755 --- a/maint/get-completed-translations +++ b/maint/get-completed-translations @@ -135,7 +135,7 @@ else fi
cd $PARENT_PATH -rsync -PCAXrq \ +rsync -PCAXvrq \ --filter 'include ./translation/*/LC_MESSAGES/bridgedb.po' \ --filter 'exclude .gitignore' \ ./translation/ ./bridgedb/lib/bridgedb/i18n/
tor-commits@lists.torproject.org