]> wagnertech.de Git - kivitendo-erp.git/blobdiff - build/start-build
epic-ts
[kivitendo-erp.git] / build / start-build
diff --git a/build/start-build b/build/start-build
deleted file mode 100755 (executable)
index 23256ac..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-set -e
-
-# checkout build utilities
-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