public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/courtenay/rails.git
Post release minor fixes

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1753 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Wed Jul 06 23:39:48 -0700 2005
commit  863948fcaa3a3afd1ec4db6c4829670b2e286f01
tree    567a3c37c7861a537b304ced54bb91857cd2dbda
parent  ce31eae3ee40faa1def3830bb3477d88283eae95
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*0.13.0*
0
 
0
 * Changed the default logging level in config/environment.rb to INFO for production (so SQL statements won't be logged)
0
 
...
8
9
10
11
 
12
13
14
...
27
28
29
30
 
...
8
9
10
 
11
12
13
14
...
27
28
29
 
30
0
@@ -8,7 +8,7 @@ unless ruby_forge_password = ARGV.first
0
 end
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/trunk release`
0
 
0
 # Create Rails packages
0
 `cd release/railties && rake template=jamis package`
0
@@ -27,4 +27,4 @@ end
0
 # Upload rails tgz/zip
0
 
0
 # Create SVN tag
0
-
0
+`cd ..; svn cp trunk tags/rel_#{ARGV[1]}`

Comments

    No one has commented yet.