Return-Path: X-Original-To: apmail-tajo-dev-archive@minotaur.apache.org Delivered-To: apmail-tajo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A338C100AA for ; Wed, 15 Jan 2014 14:35:46 +0000 (UTC) Received: (qmail 1537 invoked by uid 500); 15 Jan 2014 14:35:45 -0000 Delivered-To: apmail-tajo-dev-archive@tajo.apache.org Received: (qmail 1504 invoked by uid 500); 15 Jan 2014 14:35:44 -0000 Mailing-List: contact dev-help@tajo.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.incubator.apache.org Delivered-To: mailing list dev@tajo.incubator.apache.org Received: (qmail 1486 invoked by uid 99); 15 Jan 2014 14:35:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 14:35:44 +0000 X-ASF-Spam-Status: No, hits=-2000.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 15 Jan 2014 14:35:41 +0000 Received: (qmail 1439 invoked by uid 99); 15 Jan 2014 14:35:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 14:35:19 +0000 Date: Wed, 15 Jan 2014 14:35:19 +0000 (UTC) From: "Hyunsik Choi (JIRA)" To: dev@tajo.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (TAJO-478) Add request-patch-review.py that helps submitting patches to jira and reviewboard. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TAJO-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyunsik Choi updated TAJO-478: ------------------------------ Status: Open (was: Patch Available) > Add request-patch-review.py that helps submitting patches to jira and reviewboard. > ---------------------------------------------------------------------------------- > > Key: TAJO-478 > URL: https://issues.apache.org/jira/browse/TAJO-478 > Project: Tajo > Issue Type: Improvement > Reporter: Hyunsik Choi > Assignee: Hyunsik Choi > Fix For: 0.8-incubating > > Attachments: TAJO-478.patch, TAJO-478_20140105_02:22:58.patch, TAJO-478_20140105_02:25:29.patch, TAJO-478_20140109_15:44:43.patch, TAJO-478_20140115_18:48:36.patch, TAJO-478_20140115_19:01:21.patch, TAJO-478_20140115_23:31:17.patch > > > As we discussed the recent review process, review requests to reviewboard are strongly recommended in Tajo project. > http://markmail.org/message/rszy3knctczko23d#query:+page:1+mid:qnozgapggzmwxqrw+state:results > This patch adds a helper utility to allow users to create a patch against a specified branch, submit the patch to a specified Jira, and create a review request in reviewboard. > This utility is borrowed from Apache Kafka. > https://github.com/apache/kafka/blob/trunk/kafka-patch-review.py > But, I modified some options and add several new features, and this patch includes its documentation. -- This message was sent by Atlassian JIRA (v6.1.5#6160)