You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2016/08/01 22:43:43 UTC

kudu git commit: push_to_asf.py: update repo URL

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 <to...@apache.org>
Tested-by: Adar Dembo <ad...@cloudera.com>


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 <ad...@cloudera.com>
Authored: Mon Aug 1 15:12:33 2016 -0700
Committer: Adar Dembo <ad...@cloudera.com>
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.