[tor-commits] [translation-tools/master] restrict reviewed strings to release and completed branches

emmapeel at torproject.org emmapeel at torproject.org
Wed Aug 28 13:11:59 UTC 2019


commit 9a4f7688bca7cc9178a82250543812c54c335b57
Author: emma peel <emma.peel at riseup.net>
Date:   Wed Aug 28 13:08:17 2019 +0000

    restrict reviewed strings to release and completed branches
---
 update_translations | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update_translations b/update_translations
index 1d59466..b882f9a 100755
--- a/update_translations
+++ b/update_translations
@@ -26,7 +26,7 @@ for project in $PROJECTS; do
 
   cd $project;
 
-  if echo "$project" | grep -Eqs '^tails-|^whisperback|^mat-|^liveusb-' ; then
+  if echo "$project" | grep -Eqs '_release$|_completed$' ; then
     TX_PULL_OPTS='--mode=reviewed'
   else
     TX_PULL_OPTS='--mode=developer'





More information about the tor-commits mailing list