X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=Makefile;h=0b0944a41444b6698e1dbac4391aaa6f933b7bc3;hp=f6b0cf44a8f4d6f246030269ed8a6fdd169af104;hb=b11e7c6c29f2b5f7b0828bf93eb741c4a30ec411;hpb=69dfc6bbb44081ab04fbdcfe027f04e607c784d6 diff --git a/Makefile b/Makefile index f6b0cf4..0b0944a 100644 --- a/Makefile +++ b/Makefile @@ -490,7 +490,7 @@ commit: update: @if [ -d _darcs ]; then darcs pull; \ - else wget -nH -rl 16 -N -X _darcs http://nestedvm.darcs.brianweb.net; \ + else echo "you must have darcs installed in order to acquire the rest of the software" \ fi # @@ -518,7 +518,10 @@ pdf: doc/ivme04.pdf open doc/ivme04.pdf push: - if [ "$${HOSTNAME#*.}" = "brianweb.net" ]; then \ - darcs push charger.brianweb.net:/home/darcs/nestedvm; \ - fi - darcs push /afs/ibex.org/project/nestedvm + git push /afs/megacz.com/web/org/ibex/nestedvm/ master + +snapshot: + git archive --prefix=nestedvm-`date +%Y-%m-%d`/ HEAD | \ + gzip -c > \ + /afs/megacz.com/web/org/ibex/nestedvm/dist/nestedvm-`date +%Y-%m-%d`.tgz + @echo url is http://nestedvm.ibex.org/dist/dist/nestedvm-`date +%Y-%m-%d`.tgz