X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d-demos.git;a=blobdiff_plain;f=tools%2Fupdate%20web%20site;h=57963a5ff8cad469bccbe86b5613c19613b2e94a;hp=8f630847adf6139219c3f27e4321994a98b5e0f8;hb=b6bdbc685546909eb74c3cd1b1457078ab3a7a0b;hpb=8699433dbd9238c4d926d78bd2e50f892fc51324 diff --git a/tools/update web site b/tools/update web site index 8f63084..57963a5 100755 --- a/tools/update web site +++ b/tools/update web site @@ -1,27 +1,10 @@ #!/bin/bash -cd "${0%/*}"; if [ "$1" != "T" ]; then xterm -e "'$0' T"; exit; fi; +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; -# -# TODO: needs updating -# -# ( -# cd .. +cd .. -# mvn clean +rsync -avz --delete -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth-3d-demos/ -# mkdir -p target/website/codegraphs - -# mvn test package -e exec:java -Dexec.mainClass="eu.svjatoslav.sixth.DataGraph" -Dexec.classpathScope="test" - -# ( -# cd target/website/codegraphs/ -# meviz index -t Sixth -# ) - -# cp target/sixth.jar target/website/ - -# rsync -avz --delete target/website/ n0@svjatoslav.eu:/var/www/svjatoslav.eu/projects/sixth -# ) - -echo "Script finished. Press ENTER to close this terminal" +echo "" +echo "Press ENTER to close this window." read