• R/O
  • HTTP
  • SSH
  • HTTPS

transifex_scripts: コミット

transifex上のwesnoth開発版翻訳プロジェクト用のスクリプト群


コミットメタ情報

リビジョンabc14175c859faf5bdf9c6a346a118f716644d00 (tree)
日時2018-05-01 09:51:50
作者Hironori Fujimoto <broadbarredfirefish@gmai...>
コミッターHironori Fujimoto

ログメッセージ

masterブランチに変更

変更サマリ

差分

--- a/build.sh
+++ b/build.sh
@@ -17,8 +17,8 @@ git stash
1717 git stash clear
1818 echo 'リポジトリの更新・マージ'
1919 git fetch origin
20-git checkout 1.14
21-git merge origin/1.14
20+git checkout master
21+git merge origin/master
2222
2323 if [ ! -d ${BUILD_DIR} ]; then
2424 mkdir ${BUILD_DIR}
旧リポジトリブラウザで表示