Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Update client-python url #46

Merged
merged 1 commit into from
Feb 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

[![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).

# 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.
4 changes: 2 additions & 2 deletions run_tox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config user.name "kubenetes client"
git rm -rf kubernetes/base
Expand Down