X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=bc039989b6938f622fb46195eaae590c17ffc543;hp=c5624003bd88ffe8dc81f2e4ddb24087ef61be60;hb=df379ac3ac2b6d9192b1b3dd3027a85b002884b6;hpb=db618397cc9cb09491aea262bff46ebee6b1e010 diff --git a/Makefile b/Makefile index c562400..bc03998 100644 --- a/Makefile +++ b/Makefile @@ -522,3 +522,9 @@ push: darcs push charger.brianweb.net:/home/darcs/nestedvm; \ fi darcs push /afs/ibex.org/project/nestedvm + +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