Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 468 for trunk/pushgems.rb

Show
Ignore:
Timestamp:
01/20/05 14:55:13 (4 years ago)
Author:
david
Message:

A few missing files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pushgems.rb

    r458 r468  
    33build_number = `svn log -q -rhead http://dev.rubyonrails.org/svn/rails`.scan(/r([0-9]*)/).first.first.to_i 
    44 
    5 %w( actionmailer actionpack activerecord railties ).each do |pkg| 
     5(%w( actionmailer actionpack activerecord railties ) - ARGV).each do |pkg| 
    66  puts "Pushing: #{pkg} (#{build_number})" 
    77  `cd #{pkg} && PKG_BUILD=#{build_number} rake pgem && cd ..`