From 5b6e13f9bf68f53855e8c3b9d200b0b0ffed891d Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Mon, 12 Feb 2018 16:11:05 -0800 Subject: [PATCH] Update client-python url --- README.md | 4 ++-- run_tox.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c85f68c4..53713115 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/kubernetes-client/python-base.svg?branch=master)](https://travis-ci.org/kubernetes-client/python-base) -This is the utility part of the [python client](https://github.com/kubernetes-incubator/client-python). It has been added to the main +This is the utility part of the [python client](https://github.com/kubernetes-client/python). It has been added to the main repo using git submodules. This structure allow other developers to create their own kubernetes client and still use standard kubernetes python utilities. For more information refer to [clients-library-structure](https://github.com/kubernetes-client/community/blob/master/design-docs/clients-library-structure.md). @@ -10,4 +10,4 @@ For more information refer to [clients-library-structure](https://github.com/kub # Development Any changes to utilites in this repo should be send as a PR to this repo. After the PR is merged, developers should create another PR in the main repo to update -the submodule. See [this document](https://github.com/kubernetes-incubator/client-python/blob/master/devel/submodules.md) for more guidelines. +the submodule. See [this document](https://github.com/kubernetes-client/python/blob/master/devel/submodules.md) for more guidelines. diff --git a/run_tox.sh b/run_tox.sh index 94e51580..55733785 100755 --- a/run_tox.sh +++ b/run_tox.sh @@ -34,8 +34,8 @@ SCRIPT_ROOT=`pwd` popd > /dev/null cd "${TMP_DIR}" -git clone https://github.com/kubernetes-incubator/client-python.git -cd client-python +git clone https://github.com/kubernetes-client/python.git +cd python git config user.email "kubernetes-client@k8s.com" git config user.name "kubenetes client" git rm -rf kubernetes/base