Skip to content

Commit

Permalink
Update release script on stable branch
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/branches/1-2-stable@6123 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Feb 4, 2007
1 parent 41108fe commit ed6509c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PACKAGES = %w( activesupport activerecord actionpack actionmailer actionwebservice )

# Checkout source
`rm -rf release && svn export http://dev.rubyonrails.org/svn/rails/trunk release`
`rm -rf release && svn export http://dev.rubyonrails.org/svn/rails/branches/1-2-stable release`

# Create Rails packages
`cd release/railties && rake template=jamis package`
Expand All @@ -22,4 +22,4 @@
`rubyforge add_release rails rails 'REL #{VERSION}' rails-#{VERSION}.zip`

# Create SVN tag
puts "Remeber to create SVN tag"
puts "Remeber to create SVN tag"

0 comments on commit ed6509c

Please sign in to comment.