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

Changeset 963

Show
Ignore:
Timestamp:
03/21/05 12:09:16 (4 years ago)
Author:
david
Message:

Cleanup pkg when pushing gems

Files:

Legend:

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

    r676 r963  
    55(%w( actionwebservice actionmailer actionpack activerecord railties activesupport) - ARGV).each do |pkg| 
    66  puts "Pushing: #{pkg} (#{build_number})" 
    7   `cd #{pkg} && PKG_BUILD=#{build_number} rake pgem && cd ..` 
     7  `cd #{pkg} && rm -rf pkg && PKG_BUILD=#{build_number} rake pgem && cd ..` 
    88end