[Scummvm-git-logs] scummvm-web master -> 5493e59a362d8afb28d912c5db5e456d94f392b7
Mataniko
mataniko at gmail.com
Sun Nov 18 14:25:57 CET 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
5493e59a36 BUILD: Push I18N updates back to git
Commit: 5493e59a362d8afb28d912c5db5e456d94f392b7
https://github.com/scummvm/scummvm-web/commit/5493e59a362d8afb28d912c5db5e456d94f392b7
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-11-18T08:25:42-05:00
Commit Message:
BUILD: Push I18N updates back to git
Changed paths:
site-update/install.sh
diff --git a/site-update/install.sh b/site-update/install.sh
index 7e08c78..f3d9a05 100755
--- a/site-update/install.sh
+++ b/site-update/install.sh
@@ -1,6 +1,9 @@
#!/bin/bash
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+eval $(ssh-agent -s)
+ssh-add ~/.ssh/id_rsa_website_deploy
+
# echo empty line because the buffer starts with a tab for some reason
echo ''
echo "Current time: $(date)"
@@ -40,6 +43,12 @@ echo "Composer home:" $COMPOSER_HOME
echo '$ composer install'
composer install 2>&1
+# Update i18n
+echo 'Update base news translation file'
+git add data/news/i18n/news.en.json
+git commit -m "I18N: Update base news translation file"
+git push
+
# Run npm install
echo "$ npm install"
npm install 2>&1
More information about the Scummvm-git-logs
mailing list