mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Post release minor fixes
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1753 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
ce31eae3ee
commit
863948fcaa
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
*SVN*
|
||||
*0.13.0*
|
||||
|
||||
* Changed the default logging level in config/environment.rb to INFO for production (so SQL statements won't be logged)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ unless ruby_forge_password = ARGV.first
|
|||
end
|
||||
|
||||
# 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/trunk release`
|
||||
|
||||
# Create Rails packages
|
||||
`cd release/railties && rake template=jamis package`
|
||||
|
@ -27,4 +27,4 @@ end
|
|||
# Upload rails tgz/zip
|
||||
|
||||
# Create SVN tag
|
||||
|
||||
`cd ..; svn cp trunk tags/rel_#{ARGV[1]}`
|
||||
|
|
Loading…
Reference in a new issue