Fixed several problem with the file store.

This commit is contained in:
2016-06-16 00:04:21 -05:00
parent 980194f2a7
commit ff3d441329
10 changed files with 147 additions and 71 deletions
+8
View File
@@ -0,0 +1,8 @@
BRANCH=$1
./scripts/setup_build
make -j4 -C build/sdl clean wombat
rm -rf wombat wombat-*-*.tar.gz
mkdir wombat
git rev-parse HEAD > wombat/revision.txt
cp -pr wombat_path build/sdl/src/wombat/wombat wombat
tar -cvzf wombat-${BRANCH}-`date "+%y%m%d%H%M"`.tar.gz wombat