aboutsummaryrefslogtreecommitdiffstats
path: root/tool/redmine-backporter.rb
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-26 14:43:50 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-26 14:43:50 +0000
commit95f3abf34a0088ded7ed92653bc1c5c3a7bdbc14 (patch)
tree6aab0882f0bd1acf644e38cf4cace5f5f6121775 /tool/redmine-backporter.rb
parent6ef87aa6333cab6763a3729e37f310f3408b97e5 (diff)
downloadruby-95f3abf34a0088ded7ed92653bc1c5c3a7bdbc14.tar.gz
* 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
Diffstat (limited to 'tool/redmine-backporter.rb')
-rwxr-xr-xtool/redmine-backporter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/redmine-backporter.rb b/tool/redmine-backporter.rb
index 01ec04225e..66f320e0d8 100755
--- a/tool/redmine-backporter.rb
+++ b/tool/redmine-backporter.rb
@@ -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