From 46f49a4dd794097513f804f6d08f1181125e80f3 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Sat, 19 Jan 2019 23:22:28 +0100 Subject: [PATCH] Add note to prepare-release.bash --- prepare-release.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/prepare-release.bash b/prepare-release.bash index b48d0bfa..41594517 100755 --- a/prepare-release.bash +++ b/prepare-release.bash @@ -45,6 +45,7 @@ tx push -s # Force push/pull to make sure this is executed. Apparently tx only compares timestamps, not file # contents. So if a file was `touch`ed, it won't be updated by default. # Use multiple transifex instances for pulling to speed things up. +# tx pull -a --mode reviewed -r "syncthing-android-1.stringsxml" tx pull -a -f -r "syncthing-android-1.stringsxml" & tx pull -a -f -r "syncthing-android-1.description_fulltxt" & tx pull -a -f -r "syncthing-android-1.description_shorttxt" &