public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
Update release script on stable branch

git-svn-id: 
http://svn-commit.rubyonrails.org/rails/branches/1-2-stable@6123 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Sun Feb 04 14:04:19 -0800 2007
commit  ed6509c843d3ba76ac993f60a40fccd51ba0b305
tree    7f169bf265e8d86f9638d06ad9153df2594a6549
parent  41108fec89da225aac3311e284432591e892cfb5
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@
0
 PACKAGES = %w( activesupport activerecord actionpack actionmailer actionwebservice )
0
 
0
 # Checkout source
0
-`rm -rf release && svn export http://dev.rubyonrails.org/svn/rails/trunk release`
0
+`rm -rf release && svn export http://dev.rubyonrails.org/svn/rails/branches/1-2-stable release`
0
 
0
 # Create Rails packages
0
 `cd release/railties && rake template=jamis package`

Comments

    No one has commented yet.