[tor-commits] [translation-tools/master] shut off the script because is too noisy

emmapeel at torproject.org emmapeel at torproject.org
Tue Oct 30 07:55:01 UTC 2018


commit 776ef40d4c11ad82d3e85649137c94ced3c843a8
Author: emma peel <emma.peel at riseup.net>
Date:   Tue Oct 30 07:54:51 2018 +0000

    shut off the script because is too noisy
---
 update_translations | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update_translations b/update_translations
index 927821c..acc3c07 100755
--- a/update_translations
+++ b/update_translations
@@ -34,7 +34,7 @@ for project in $PROJECTS; do
   git commit -qm "Update translations for $project" > /dev/null || test $? = 1;
 
   # ... and push them live.
-  git push -q origin $project;
+  git push -q origin $project > /dev/null;
 
   cd ..;
 done



More information about the tor-commits mailing list