Commit 32fa65d6 by Motohisa Nakano

developブランチもとりあえずstagingを向いた設定へ

parent 398260e0
...@@ -6,3 +6,5 @@ ob/ ...@@ -6,3 +6,5 @@ ob/
*.gz *.gz
*.zip *.zip
patch/ patch/
*.iml
.idea/
{ {
"apiUrl" : "http://web3.agentec.jp/acms/{0}/abvapi", "apiUrl" : "https://221.111.54.26/sc/{0}/abvapi",
"apiLoginUrl" : "http://web3.agentec.jp/acms/nuabvapi", "apiLoginUrl" : "https://221.111.54.26/sc/nuabvapi",
"apiResourceDlUrl" : "http://web3.agentec.jp/acms/{0}/dl", "apiResourceDlUrl" : "https://221.111.54.26/scdl/{0}/dl",
"bookShelfCount": 15, "bookShelfCount": 15,
"bookListCount" : 15, "bookListCount" : 15,
"debug" : true, "debug" : true,
......
#!/bin/sh
GIT_BRANCH=`git branch | grep '^\*' | awk '{print $2}'`
GIT_HASH=`git log --pretty="%h" -n 1`
DATE=`date +%Y%m%d%H%M%S`
tar zcvf webviewer_nonobfuscate_${GIT_BRANCH}_${GIT_HASH}_${DATE}.tar.gz *.ico *.html usermanual.files abvw .git
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment