[translation-tools/master] Don't push source files to the server

3 Sep
2011
3 Sep
'11
3:30 p.m.
commit 0fcc0c5192cf71cc683bba2c727ff0f38a9a17ef Author: Sebastian Hahn <sebastian@torproject.org> Date: Sat Sep 3 17:30:42 2011 +0200 Don't push source files to the server --- update_translations | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/update_translations b/update_translations index 79a4913..67683f4 100755 --- a/update_translations +++ b/update_translations @@ -27,7 +27,7 @@ for project in $PROJECTS; do cd $project; # Fetch new translations for this project ... - $TX pull -a -s > /dev/null; + $TX pull -a > /dev/null; # ... add them to git ... git add . > /dev/null;
5033
Age (days ago)
5033
Last active (days ago)
0 comments
1 participants
participants (1)
-
sebastian@torproject.org