commit 776ef40d4c11ad82d3e85649137c94ced3c843a8 Author: emma peel emma.peel@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
tor-commits@lists.torproject.org