
28 Aug
2019
28 Aug
'19
1:11 p.m.
commit 9a4f7688bca7cc9178a82250543812c54c335b57 Author: emma peel <emma.peel@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'
2116
Age (days ago)
2116
Last active (days ago)
0 comments
1 participants
participants (1)
-
emmapeel@torproject.org