diff options
Diffstat (limited to 'devtools/update_translations.sh')
-rwxr-xr-x | devtools/update_translations.sh | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devtools/update_translations.sh b/devtools/update_translations.sh index 5a4275fd..58e4e11d 100755 --- a/devtools/update_translations.sh +++ b/devtools/update_translations.sh @@ -19,13 +19,11 @@ # exit if anything fails set -e -## Maybe we'll uncomment these post-merge to master +echo "==> checking out master" +git checkout master -# echo "==> checking out master" -# git checkout master - -# echo "==> pulling git master" -# git pull +echo "==> pulling git master" +git pull echo "==> pulling present translations" rsync --exclude-from="devtools/pootle-exclude.txt" -vaz chapters.gnu.org::pootle/mediagoblin/ mediagoblin/i18n/ |