Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 99F57200B67 for ; Tue, 2 Aug 2016 00:43:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 98928160AA7; Mon, 1 Aug 2016 22:43:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1319D160A6C for ; Tue, 2 Aug 2016 00:43:43 +0200 (CEST) Received: (qmail 3189 invoked by uid 500); 1 Aug 2016 22:43:43 -0000 Mailing-List: contact commits-help@kudu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.apache.org Delivered-To: mailing list commits@kudu.apache.org Received: (qmail 3180 invoked by uid 99); 1 Aug 2016 22:43:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2016 22:43:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0718CE058E; Mon, 1 Aug 2016 22:43:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: adar@apache.org To: commits@kudu.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: kudu git commit: push_to_asf.py: update repo URL Date: Mon, 1 Aug 2016 22:43:43 +0000 (UTC) archived-at: Mon, 01 Aug 2016 22:43:44 -0000 Repository: kudu Updated Branches: refs/heads/master 980b75193 -> 2ed1f37d4 push_to_asf.py: update repo URL Change-Id: Ibabca8039d4c749c05ab789959e04aab69d15223 Reviewed-on: http://gerrit.cloudera.org:8080/3826 Reviewed-by: Todd Lipcon Tested-by: Adar Dembo Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/2ed1f37d Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/2ed1f37d Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/2ed1f37d Branch: refs/heads/master Commit: 2ed1f37d42aa81214d9105d914f1d33ffa5d4a66 Parents: 980b751 Author: Adar Dembo Authored: Mon Aug 1 15:12:33 2016 -0700 Committer: Adar Dembo Committed: Mon Aug 1 22:43:14 2016 +0000 ---------------------------------------------------------------------- build-support/push_to_asf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/2ed1f37d/build-support/push_to_asf.py ---------------------------------------------------------------------- diff --git a/build-support/push_to_asf.py b/build-support/push_to_asf.py index 0bae118..b5216ba 100755 --- a/build-support/push_to_asf.py +++ b/build-support/push_to_asf.py @@ -40,7 +40,7 @@ import sys from kudu_util import check_output, confirm_prompt, Colors, get_my_email -APACHE_REPO = "https://git-wip-us.apache.org/repos/asf/incubator-kudu.git" +APACHE_REPO = "https://git-wip-us.apache.org/repos/asf/kudu.git" GERRIT_URL_RE = re.compile(r"ssh://.+@gerrit.cloudera.org:29418/kudu") # ANSI color codes.