public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Get rid of that silly lock

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2128 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Sat Sep 03 17:28:28 -0700 2005
commit  9e803e081a04a817c109fa42360ebf020d23a342
tree    13c4c1209b8c4e853621bb54e61c8e4604ff71a4
parent  558707f61a34e1cd7e0f4e537ff23fe354048bba
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 #!/usr/local/bin/ruby
0
 
0
 unless ARGV.first == "no_build"
0
- build_number = "1962"
0
+ build_number = build_number = `svn log -q -rhead http://dev.rubyonrails.org/svn/rails`.scan(/r([0-9]*)/).first.first.to_i
0
 end
0
 
0
 %w( actionwebservice actionmailer actionpack activerecord railties activesupport ).each do |pkg|

Comments

    No one has commented yet.