public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
Cleanup pkg when pushing gems

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@963 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Mon Mar 21 04:09:16 -0800 2005
commit  553f115be537e279cf5432d650225184d87c4eff
tree    62755d06394ccf13076a3384d4085ec83d0f8b6a
parent  7d09215506503354f5bdea48544e5f07a4376efa
...
4
5
6
7
 
8
...
4
5
6
 
7
8
0
@@ -4,5 +4,5 @@ build_number = `svn log -q -rhead http://dev.rubyonrails.org/svn/rails`.scan(/r(
0
 
0
 (%w( actionwebservice actionmailer actionpack activerecord railties activesupport) - ARGV).each do |pkg|
0
   puts "Pushing: #{pkg} (#{build_number})"
0
- `cd #{pkg} && PKG_BUILD=#{build_number} rake pgem && cd ..`
0
+ `cd #{pkg} && rm -rf pkg && PKG_BUILD=#{build_number} rake pgem && cd ..`
0
 end

Comments

    No one has commented yet.