зеркало из https://github.com/github/ruby.git
* tool/redmine-backporter.rb (rel): should not raise exceptions even if
the user input is wrong. only reports the error and continue process. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
6ef87aa633
Коммит
95f3abf34a
|
@ -1,3 +1,8 @@
|
|||
Tue Apr 26 23:42:30 2016 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* tool/redmine-backporter.rb (rel): should not raise exceptions even if
|
||||
the user input is wrong. only reports the error and continue process.
|
||||
|
||||
Tue Apr 26 23:35:23 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ruby.c (process_options): convert -e script to the encoding
|
||||
|
|
|
@ -420,7 +420,7 @@ eom
|
|||
res.value
|
||||
rescue
|
||||
$stderr.puts "deployed redmine doesn't have https://github.com/ruby/bugs.ruby-lang.org/commit/01fbba60d68cb916ddbccc8a8710e68c5217171d\nask naruse or hsbt"
|
||||
raise
|
||||
next
|
||||
end
|
||||
puts res.body
|
||||
@changesets << rev
|
||||
|
|
Загрузка…
Ссылка в новой задаче