mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 10:49:48 +02:00
cleanup after removing submodules [skip ci]
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user