mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
find_svn_log may return blank xml
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
14ad015896
commit
9db0dd7bb9
1 changed files with 1 additions and 2 deletions
|
@ -314,8 +314,7 @@ eom
|
|||
end
|
||||
|
||||
log = find_svn_log("##@issue]")
|
||||
if log
|
||||
rev = log[/revision="(\d+)/, 1]
|
||||
if log && /revision="(?<rev>\d+)/ =~ log
|
||||
str = log[/merge revision\(s\) ([^:]+)(?=:)/]
|
||||
str.insert(5, "d")
|
||||
str = "ruby_#{TARGET_VERSION.tr('.','_')} r#{rev} #{str}."
|
||||
|
|
Loading…
Reference in a new issue