mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 19:00:07 +02:00
cleanup after removing submodules [skip ci]
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -93,3 +93,6 @@ $RECYCLE.BIN/
|
||||
/mk/linux/zetaglest
|
||||
/mk/linux/zetaglest_editor
|
||||
/mk/linux/zetaglest_g3dviewer
|
||||
data
|
||||
source/masterserver
|
||||
mk/linux/tools-for-standalone-client/installer/mojosetup
|
||||
|
0
.gitmodules
vendored
0
.gitmodules
vendored
@@ -71,7 +71,9 @@ libwxgtk3.0-dev libxml2-dev
|
||||
|
||||
Use this command:
|
||||
|
||||
git clone --recursive https://github.com/ZetaGlest/zetaglest-source.git
|
||||
git clone https://github.com/ZetaGlest/zetaglest-source.git zetaglest
|
||||
cd zetaglest
|
||||
git clone https://github.com/ZetaGlest/zetaglest-data.git data
|
||||
|
||||
Afterward, to build, change to the mk/ directory, select your operating
|
||||
system and run
|
||||
|
Submodule data/glest_game deleted from 46430e3b13
16
git_update.sh
Executable file
16
git_update.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
export LANG=C
|
||||
|
||||
cd "$(dirname $(readlink -f $0))"
|
||||
|
||||
cd git pull &&
|
||||
|
||||
cd data &&
|
||||
git pull &&
|
||||
|
||||
cd source/masterserver &&
|
||||
git pull &&
|
||||
|
||||
cd mk/linux/tools-for-standalone-client/installer/mojosetup
|
||||
git pull
|
||||
|
@@ -1,28 +0,0 @@
|
||||
#!/bin/bash
|
||||
export LANG=C
|
||||
|
||||
cd "$(dirname $(readlink -f $0))"
|
||||
|
||||
echo "STAGE 1/3 - GIT PULL"
|
||||
echo
|
||||
echo "Entering '../..'"
|
||||
git pull
|
||||
echo
|
||||
git submodule foreach 'git pull; echo'
|
||||
|
||||
echo
|
||||
echo
|
||||
echo "STAGE 2/3 - GIT BRANCH"
|
||||
echo
|
||||
echo "Entering '../..'"
|
||||
git branch
|
||||
echo
|
||||
git submodule foreach 'git branch; echo'
|
||||
|
||||
echo
|
||||
echo "STAGE 3/3 - GIT STATUS"
|
||||
echo
|
||||
echo "Entering '../..'"
|
||||
git status
|
||||
echo
|
||||
git submodule foreach 'git status; echo'
|
@@ -1,3 +1,3 @@
|
||||
DataPath=$APPLICATIONPATH/../../data/glest_game/
|
||||
DataPath=$APPLICATIONPATH/../data/glest_game/
|
||||
ServerListPath=$APPLICATIONPATH/../shared/
|
||||
GlestKeysIniPath=$APPLICATIONPATH/../shared/
|
||||
|
Submodule source/masterserver deleted from c8717d3a5d
Reference in New Issue
Block a user