forked from github/server
Merge branch 'develop' of https://github.com/ennorehling/eressea.git
This commit is contained in:
commit
3ac834a46d
1 changed files with 14 additions and 0 deletions
14
s/upgrade
Executable file
14
s/upgrade
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
ROOT=`pwd`
|
||||
while [ ! -d $ROOT/.git ]; do
|
||||
ROOT=`dirname $ROOT`
|
||||
done
|
||||
|
||||
cd $ROOT
|
||||
git pull
|
||||
git submodule update
|
||||
s/build
|
||||
s/runtests
|
||||
s/install
|
Loading…
Reference in a new issue