From 8f7f2f9ff5aeba1e0c101cef54c0c1a891505aab Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Sun, 18 Oct 2015 22:32:14 +0530 Subject: [PATCH] Change repository from stackforge to openstack Change-Id: I58e718b44d72c28cbbf8fd6960bf5cfdb6a4bfcb --- DESCRIPTION | 8 ++++---- README.md | 2 +- USAGE.md | 4 ++-- contrib/jjb/projects.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index ce13b1f..412e83a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -31,9 +31,9 @@ knowing about git-upstream existence. - How can I contribute to git-upstream? -Git-upstream is currently in Stackforge: +Git-upstream is in OpenStack: - https://github.com/stackforge/git-upstream + https://git.openstack.org/openstack/git-upstream As for any other OpenStack project, contributions are submitted thru the Gerrit review system. @@ -51,7 +51,7 @@ To summarise: 3) clone the repo - git clone https://github.com/stackforge/git-upstream + git clone https://git.openstack.org/openstack/git-upstream 4) setup to work with Gerrit @@ -86,7 +86,7 @@ If you need help, please join us on IRC! Before writing new code, it is always a good idea to check if the required change is already in Gerrit: - https://review.openstack.org/#/q/project:stackforge/git-upstream,n,z + https://review.openstack.org/#/q/project:openstack/git-upstream,n,z More info about OpenStack and the Gerrit review process. diff --git a/README.md b/README.md index 5800936..56d78d3 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ git repository or using pip. ## Installing from git repository ```bash -git clone https://github.com/stackforge/git-upstream.git +git clone https://git.openstack.org/openstack/git-upstream.git cd git-upstream # Install git-upstream itself python setup.py install diff --git a/USAGE.md b/USAGE.md index 88702f4..2f32a67 100644 --- a/USAGE.md +++ b/USAGE.md @@ -13,7 +13,7 @@ tip of a project. Of course even other strategies are possible. Clone git-upstream from its git repository. ```bash -git clone https://github.com/stackforge/git-upstream.git +git clone https://git.openstack.org/openstack/git-upstream.git cd git-upstream # Install git-upstream itself python setup.py install @@ -22,7 +22,7 @@ python setup.py install Or ```bash -git clone https://github.com/stackforge/git-upstream.git +git clone https://git.openstack.org/openstack/git-upstream.git cd git-upstream easy_install . ``` diff --git a/contrib/jjb/projects.yaml b/contrib/jjb/projects.yaml index 0f82771..801dcbd 100644 --- a/contrib/jjb/projects.yaml +++ b/contrib/jjb/projects.yaml @@ -8,4 +8,4 @@ name: git-upstream jobs: - 'mirror-openstack': - project_pattern: stackforge/git-upstream + project_pattern: openstack/git-upstream