You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by jo...@apache.org on 2017/07/25 01:13:24 UTC

[whimsy] branch master updated: Reverting for now, no idea why its failing.

This is an automated email from the ASF dual-hosted git repository.

johndament pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new d51a698  Reverting for now, no idea why its failing.
d51a698 is described below

commit d51a6984553d0ca910df5cd523d8bd536a42962e
Author: John D. Ament <jo...@apache.org>
AuthorDate: Mon Jul 24 21:13:18 2017 -0400

    Reverting for now, no idea why its failing.
---
 lib/whimsy/asf/podling.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/whimsy/asf/podling.rb b/lib/whimsy/asf/podling.rb
index f136b0b..1d73aba 100644
--- a/lib/whimsy/asf/podling.rb
+++ b/lib/whimsy/asf/podling.rb
@@ -358,9 +358,8 @@ module ASF
 
       # parse JIRA titles for proposed name
       issues = JSON.parse(File.read(cache))['issues'].map do |issue|
-        name = issue['fields']['customfield_12310520']
         title = issue['fields']['summary']
-        name ||= title[/"Apache ([A-Z].*?)"/, 1]
+        name = title[/"Apache ([A-Z].*?)"/, 1]
         name ||= title[/'Apache ([A-Z].*?)'/, 1]
         name ||= title[/.*Apache ([A-Z]\S*)/, 1]
         name ||= title.gsub('Apache', '')[/.*\b([A-Z]\S*)/, 1]

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].