You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/03/18 18:54:51 UTC

arrow git commit: ARROW-652: Remove trailing f in merge script output

Repository: arrow
Updated Branches:
  refs/heads/master f5157a0af -> 5ef684003


ARROW-652: Remove trailing f in merge script output

Author: Uwe L. Korn <uw...@xhochy.com>

Closes #402 from xhochy/ARROW-652 and squashes the following commits:

005488c [Uwe L. Korn] ARROW-652: Remove trailing f in merge script output


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/5ef68400
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/5ef68400
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/5ef68400

Branch: refs/heads/master
Commit: 5ef684003cfa268d5532564e43f2589d9fe3ca43
Parents: f5157a0
Author: Uwe L. Korn <uw...@xhochy.com>
Authored: Sat Mar 18 14:54:38 2017 -0400
Committer: Wes McKinney <we...@twosigma.com>
Committed: Sat Mar 18 14:54:38 2017 -0400

----------------------------------------------------------------------
 dev/merge_arrow_pr.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/5ef68400/dev/merge_arrow_pr.py
----------------------------------------------------------------------
diff --git a/dev/merge_arrow_pr.py b/dev/merge_arrow_pr.py
index f7e7a37..39db254 100755
--- a/dev/merge_arrow_pr.py
+++ b/dev/merge_arrow_pr.py
@@ -253,7 +253,7 @@ def resolve_jira(title, merge_branches, comment):
     if cur_status == "Resolved" or cur_status == "Closed":
         fail("JIRA issue %s already has status '%s'" % (jira_id, cur_status))
     print("=== JIRA %s ===" % jira_id)
-    print("summary\t\t%s\nassignee\t%s\nstatus\t\t%s\nurl\t\t%s/%sf\n"
+    print("summary\t\t%s\nassignee\t%s\nstatus\t\t%s\nurl\t\t%s/%s\n"
           % (cur_summary, cur_assignee, cur_status, JIRA_BASE, jira_id))
 
     resolve = [x for x in asf_jira.transitions(jira_id)