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:36 UTC

kudu git commit: site_tool: update repository URLs

Repository: kudu
Updated Branches:
  refs/heads/gh-pages 549971a59 -> d180e9bb0


site_tool: update repository URLs

Change-Id: I5535e922ecf4f71b712b6d0dc1ce2d40d109870f
Reviewed-on: http://gerrit.cloudera.org:8080/3827
Reviewed-by: Mike Percy <mp...@apache.org>
Tested-by: Mike Percy <mp...@apache.org>


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

Branch: refs/heads/gh-pages
Commit: d180e9bb0440d285bfe20ba017882ea87c5ffa64
Parents: 549971a
Author: Adar Dembo <ad...@cloudera.com>
Authored: Mon Aug 1 15:37:48 2016 -0700
Committer: Mike Percy <mp...@apache.org>
Committed: Mon Aug 1 22:43:14 2016 +0000

----------------------------------------------------------------------
 site_tool | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/d180e9bb/site_tool
----------------------------------------------------------------------
diff --git a/site_tool b/site_tool
index 11a69e7..2cae9ed 100755
--- a/site_tool
+++ b/site_tool
@@ -38,12 +38,12 @@ from kudu_util import check_output
 
 # The repository and branch where we version the actual site source (jekyll
 # code, posts, etc)
-SITE_REPO = "https://git-wip-us.apache.org/repos/asf/incubator-kudu.git"
+SITE_REPO = "https://git-wip-us.apache.org/repos/asf/kudu.git"
 SITE_BRANCH = "gh-pages"
 
 # The repository and branch from which we publish the official ASF site.
 # Changes here are immediately visible to the world.
-PUBLISH_REPO = "https://git-wip-us.apache.org/repos/asf/incubator-kudu-site.git"
+PUBLISH_REPO = "https://git-wip-us.apache.org/repos/asf/kudu-site.git"
 PUBLISH_BRANCH = "asf-site"
 
 # The local directory in which we check out PUBLISH_REPO and build the site.