public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
A few missing files

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@468 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Thu Jan 20 06:55:13 -0800 2005
commit  dfed3d309e26c11ba4132aaf4c3cd25ad3b2c905
tree    c1310189b961850f154406b4fd9ef72ffaefb1ac
parent  93f7cb2a80b53d38eb01aaeade8f5c8bf13090f2
...
2
3
4
5
 
6
7
8
9
...
2
3
4
 
5
6
7
8
9
0
@@ -2,7 +2,7 @@
0
 
0
 build_number = `svn log -q -rhead http://dev.rubyonrails.org/svn/rails`.scan(/r([0-9]*)/).first.first.to_i
0
 
0
-%w( actionmailer actionpack activerecord railties ).each do |pkg|
0
+(%w( actionmailer actionpack activerecord railties ) - ARGV).each do |pkg|
0
   puts "Pushing: #{pkg} (#{build_number})"
0
   `cd #{pkg} && PKG_BUILD=#{build_number} rake pgem && cd ..`
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.