repo.or.cz
/
rubinius.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some C/C++ compiler errors due to stricter checks.
[rubinius.git]
/
rakelib
/
release.rake
blob
01a845ad71a51b62c52feb674c6f2d8407790187
1
require "rakelib/release"
2
3
task :revision_file do
4
if git_directory
5
File.open(revision_file, "w") { |f| f.write release_revision.join(" ") }
6
end
7
end
8
9
desc "Create a release tarball"
10
task :release => %W[revision_file package:tar]