the archive target now generates a rubixir-head.tgz tarball

This commit is contained in:
Laurent Sansonetti
2011-07-15 13:26:19 -07:00
parent 83a8c5245f
commit b3cdebf86e

View File

@@ -31,7 +31,7 @@ end
desc "Generate source code archive"
task :archive do
base = "rubixir-#{PROJECT_VERSION}"
base = "rubixir-head"
rm_rf "/tmp/#{base}"
sh "git archive --format=tar --prefix=#{base}/ HEAD | (cd /tmp && tar xf -)"
Dir.chdir('vm') do