clarify licensing
[nestedvm.git] / Makefile
index c562400..0b0944a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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