diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-03-05 15:03:00 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-03-05 15:03:00 -0600 |
commit | d85f70bd15e8e3077db70b52099d66c7c7250a1a (patch) | |
tree | 103e8be23032e965d2d744cdc3637c6364c0987d /devtools | |
parent | 41dbb27a4f162b5c2b109d2214c5ccd2946ed535 (diff) | |
download | mediagoblin-d85f70bd15e8e3077db70b52099d66c7c7250a1a.tar.lz mediagoblin-d85f70bd15e8e3077db70b52099d66c7c7250a1a.tar.xz mediagoblin-d85f70bd15e8e3077db70b52099d66c7c7250a1a.zip |
Not sure why these changes never got pushed up ...
Diffstat (limited to 'devtools')
-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/ |