]> wagnertech.de Git - kivitendo-erp.git/blobdiff - build/start-build
epic-ts
[kivitendo-erp.git] / build / start-build
index a26548cf7563dd22ae3f42fb148c91147e9fd7d4..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 "Next step: call 'configure <project> <tag>'"
+echo "Available are:"
+ls *.co