X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=blobdiff_plain;f=tools%2Fupdate%20web%20site;h=8f844f69e6e49b7d70c144ac46efe3e1d09736da;hp=02ac7d2afd94718cdbc7509e69193fa1c633910b;hb=1181b6a8f25ef632e4e8e514f509c2fb78b90986;hpb=533a274bb661ac95d9b48b33732df6a849fd5a4a diff --git a/tools/update web site b/tools/update web site index 02ac7d2..8f844f6 100755 --- a/tools/update web site +++ b/tools/update web site @@ -1,26 +1,11 @@ #!/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/ - # 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