extract latest git commit ID from github, MKWS-420
[mkws-moved-to-github.git] / tools / bin / mkws-bootstrap.sh
index 16575ff..e44456a 100755 (executable)
@@ -12,11 +12,11 @@ cd $dir
 
 : ${debug=""}
 
-git clone -q ssh://git.indexdata.com:222/home/git/private/mkws.git
+git clone -q ssh://git.indexdata.com:222/home/git/pub/mkws.git
 cd mkws
 
 test -n "$debug" && echo "start bootstraping in $dir"
-if make pz2api-git-checkout check check-js > mkws.log 2>&1; then
+if make check phantomjs > mkws.log 2>&1; then
     test -n "$debug" && echo "Ok"
     test -z "$debug" && rm -rf $dir
     exit 0