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=16575ff4254201622e84f9875de517c9e31a4e96;hb=9b35b24c41c87625e4610b9f7f12cd90021ad3f8;hpb=3291f612c408e68aaf901f1f5d9eb1c85a1b7d97 diff --git a/tools/bin/mkws-bootstrap.sh b/tools/bin/mkws-bootstrap.sh index 16575ff..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 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