Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yutio888
Tales of MajEyal
Commits
2a00cd3c
Commit
2a00cd3c
authored
14 years ago
by
dg
Browse files
Options
Downloads
Patches
Plain Diff
plop
git-svn-id:
http://svn.net-core.org/repos/t-engine4@2153
51575b47-30f0-44d4-a5cc-537603b46e54
parent
a9795599
No related branches found
Branches containing commit
Tags
tome-beta16
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/release.sh
+22
-3
22 additions, 3 deletions
utils/release.sh
with
22 additions
and
3 deletions
utils/release.sh
+
22
−
3
View file @
2a00cd3c
#!/bin/sh
if
test
$#
-lt
5
;
then
echo
"Usage: release.sh [engine version for teae] [tome version for team] [version for public] [long engine version] [long tome version]"
exit
fi
# Check validity
find game/ bootstrap/
-name
'*lua'
| xargs
-n1
luac
-p
...
...
@@ -8,9 +12,11 @@ if test $? -ne 0 ; then
exit
1
fi
ver
=
"
$1
"
tomename
=
"
$2
"
tename
=
"
$3
"
ever
=
"
$1
"
tver
=
"
$2
"
ver
=
"
$3
"
tomename
=
"
$4
"
tename
=
"
$5
"
rm
-rf
tmp
mkdir
tmp
...
...
@@ -23,7 +29,18 @@ mkdir t-engine4-linux32-"$ver"
echo
"******************** Src"
cd
t-engine4-src-
"
$ver
"
cp
-a
../../bootstrap/ ../../game/ ../../C
*
../../premake4.lua ../../src/
.
rm
-rf
game/modules/angband
find
.
-name
'*~'
-or
-name
'.svn'
| xargs
rm
-rf
# create teae/teams
cd
game/engines
te4_pack_engine.sh default/ te4-
"
$ever
"
mv
-i
te4-
*
.teae boot-te4-
*
.team /var/www/te4.org/htdocs/dl/engines
cd
../modules
te4_pack_module.sh tome
"
$tver
"
mv
-i
tome
*
.team /var/www/te4.org/htdocs/dl/modules/tome/
cd
../../
cd
..
tar
cvjf t-engine4-src-
"
$ver
"
.tar.bz2 t-engine4-src-
"
$ver
"
...
...
@@ -32,6 +49,7 @@ echo "******************** Windows"
cd
t-engine4-windows-
"
$ver
"
cp
-a
../../bootstrap/ ../../game/ ../../C
*
../../dlls/
*
.
find
.
-name
'*~'
-or
-name
'.svn'
| xargs
rm
-rf
rm
-rf
game/modules/angband
cd
..
zip
-r
-9
t-engine4-windows-
"
$ver
"
.zip t-engine4-windows-
"
$ver
"
...
...
@@ -40,6 +58,7 @@ echo "******************** linux32"
cd
t-engine4-linux32-
"
$ver
"
cp
-a
../../bootstrap/ ../../game/ ../../C
*
../../linux-bin/
*
.
find
.
-name
'*~'
-or
-name
'.svn'
| xargs
rm
-rf
rm
-rf
game/modules/angband
cd
..
tar
-cvjf
t-engine4-linux32-
"
$ver
"
.tar.bz2 t-engine4-linux32-
"
$ver
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment