Commit 44d046d9 by Takumi Imai

ビルドテストコミット

parent f6a7560e
2012*/
_bk/
abvw.zip
_config/
ob/
*.gz
*.zip
patch/
*.iml
.idea/
# directory index file list
DirectoryIndex login.html index.html
# mimetype
AddType image/svg+xml .svg
AddType video/mp4 .mov
# favicon
AddType image/x-icon .ico
<Files favicon.ico>
ErrorDocument 404 ./favicon.ico
</Files>
<Files ~ "\.(js|json)$">
Header add Pragma "no-cache"
Header set Cache-Control no-cache
</Files>
#SetEnvIf Referer "^http://web3\.agentec\.jp/web_test/" RefererCheck
#Order deny,allow
#Deny from all
#Allow from env=RefererCheck
<Files ~ "\.(js|json)$">
Header add Pragma "no-cache"
Header set Cache-Control no-cache
</Files>
#!/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`
#git pull
rm -fr ob
mkdir -p ob
cp -p *.html ob/
cp -rp abvw ob/
cp -p .htaccess ob/
cp -p favicon.ico ob/
cd ./packer
./obfuscate.sh
cd ../ob
tar zcvf ../webviewer_${GIT_BRANCH}_${GIT_HASH}_${DATE}.tar.gz .
#!/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
This source diff could not be displayed because it is too large. You can view the blob instead.
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