]> wagnertech.de Git - mfinanz.git/blobdiff - build/start-build
epic-ts
[mfinanz.git] / build / start-build
index d12dd59c4e5b42f4f23ee50e9d05126176f4cf01..23256ace8bad7d271e73b3f5f094d9cdcd535021 100755 (executable)
@@ -2,10 +2,16 @@
 set -e
 
 # checkout build utilities
-if [ ! -d projects ]; then
+if [ -d projects ]; then
+       pushd projects >/dev/null
+               git pull origin master
+       popd >/dev/null
+else
        git clone https://github.com/wagner-tech/projects/
 fi
 
 ln -sf projects/tools/make/configure .
 
-echo "Nexr step: call 'configure <project> <tag>'"
+echo "Next step: call 'configure <project> <tag>'"
+echo "Available are:"
+ls *.co