X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fbin%2Fmkws-bootstrap.sh;h=e44456ac383676262428e7414ace95c1288a1b18;hp=1aefc93fb2a76e926cc8035d77d6b3c6c49a4a77;hb=HEAD;hpb=9769e523c75825b2618b1bf3ad60da529bf6e409 diff --git a/tools/bin/mkws-bootstrap.sh b/tools/bin/mkws-bootstrap.sh index 1aefc93..e44456a 100755 --- a/tools/bin/mkws-bootstrap.sh +++ b/tools/bin/mkws-bootstrap.sh @@ -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 check > 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