Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
c4206814
Commit
c4206814
authored
Nov 07, 2022
by
Takumi Imai
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ビルドテストコミット
parent
559439fd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
packer/obfuscate.sh
+2
-2
release.sh
+1
-0
release_nonobfuscate.sh
+1
-1
No files found.
packer/obfuscate.sh
View file @
c4206814
...
@@ -10,7 +10,7 @@ if [ $# -eq 1 ]; then
...
@@ -10,7 +10,7 @@ if [ $# -eq 1 ]; then
else
else
TARGET0
=
"abvw"
TARGET0
=
"abvw"
fi
fi
echo
*******************
TARGET0
*****************
$TARGET0
# abvw/js/*
# abvw/js/*
if
[
"
$TARGET0
"
=
"abvw"
]
;
then
if
[
"
$TARGET0
"
=
"abvw"
]
;
then
TARGET1
=
'Limit_Access_Content.js bookmark.js contentsearch.js contentview.js contentview_3d.js contentview_Anket.js contentview_CallApi.js contentview_ContentTypeNone.js contentview_CreateObjects.js contentview_Events.js contentview_General.js contentview_GetData.js contentview_Gomu.js contentview_ImagePreview.js contentview_InitObjects.js contentview_Maker.js contentview_Marking.js contentview_Memo.js contentview_Paint.js contentview_Pen.js contentview_PopupText.js detail.js header.js history.js home.js login.js settings.js share.js stview.js contentview_Streaming.js contentview_Getits.js'
TARGET1
=
'Limit_Access_Content.js bookmark.js contentsearch.js contentview.js contentview_3d.js contentview_Anket.js contentview_CallApi.js contentview_ContentTypeNone.js contentview_CreateObjects.js contentview_Events.js contentview_General.js contentview_GetData.js contentview_Gomu.js contentview_ImagePreview.js contentview_InitObjects.js contentview_Maker.js contentview_Marking.js contentview_Memo.js contentview_Paint.js contentview_Pen.js contentview_PopupText.js detail.js header.js history.js home.js login.js settings.js share.js stview.js contentview_Streaming.js contentview_Getits.js'
...
@@ -26,7 +26,7 @@ else
...
@@ -26,7 +26,7 @@ else
fi
fi
OBFUSCATE_EXECUTABLE
=
"
$DIR
/packer/jsPacker.pl -e10"
OBFUSCATE_EXECUTABLE
=
"
$DIR
/packer/jsPacker.pl -e10"
echo
*******************
*****************
OBFUSCATE_EXECUTABLE
$OBFUSCATE_EXECUTABLE
for
f
in
$TARGET1
for
f
in
$TARGET1
do
do
ORG
=
$DIR
/
$TARGET0
/js/
$f
ORG
=
$DIR
/
$TARGET0
/js/
$f
...
...
release.sh
View file @
c4206814
...
@@ -9,6 +9,7 @@ mkdir -p ob
...
@@ -9,6 +9,7 @@ mkdir -p ob
cp
-p
*
.html ob/
cp
-p
*
.html ob/
cp
-rp
abvw ob/
cp
-rp
abvw ob/
cp
-rp
abweb ob/
cp
-p
.htaccess ob/
cp
-p
.htaccess ob/
cp
-p
favicon.ico ob/
cp
-p
favicon.ico ob/
...
...
release_nonobfuscate.sh
View file @
c4206814
...
@@ -3,4 +3,4 @@ GIT_BRANCH=`git branch | grep '^\*' | awk '{print $2}'`
...
@@ -3,4 +3,4 @@ GIT_BRANCH=`git branch | grep '^\*' | awk '{print $2}'`
GIT_HASH
=
`
git log
--pretty
=
"%h"
-n
1
`
GIT_HASH
=
`
git log
--pretty
=
"%h"
-n
1
`
DATE
=
`
date +%Y%m%d%H%M%S
`
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
tar
zcvf webviewer_nonobfuscate_
${
GIT_BRANCH
}
_
${
GIT_HASH
}
_
${
DATE
}
.tar.gz
*
.ico
*
.html usermanual.files abvw .git
abweb
Takumi Imai
@imai-t
mentioned in commit
2854811a
Nov 07, 2022
mentioned in commit
2854811a
mentioned in commit 2854811a0d74767cadfc579eea2829afdfe449ca
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment