Change repository from stackforge to openstack

Change-Id: I58e718b44d72c28cbbf8fd6960bf5cfdb6a4bfcb
This commit is contained in:
venkatamahesh
2015-10-18 22:32:14 +05:30
parent ada3917650
commit 8f7f2f9ff5
4 changed files with 8 additions and 8 deletions

View File

@@ -31,9 +31,9 @@ knowing about git-upstream existence.
- How can I contribute to git-upstream? - 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 As for any other OpenStack project, contributions are submitted thru the Gerrit
review system. review system.
@@ -51,7 +51,7 @@ To summarise:
3) clone the repo 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 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 Before writing new code, it is always a good idea to check if the required
change is already in Gerrit: 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. More info about OpenStack and the Gerrit review process.

View File

@@ -91,7 +91,7 @@ git repository or using pip.
## Installing from git repository ## Installing from git repository
```bash ```bash
git clone https://github.com/stackforge/git-upstream.git git clone https://git.openstack.org/openstack/git-upstream.git
cd git-upstream cd git-upstream
# Install git-upstream itself # Install git-upstream itself
python setup.py install python setup.py install

View File

@@ -13,7 +13,7 @@ tip of a project. Of course even other strategies are possible.
Clone git-upstream from its git repository. Clone git-upstream from its git repository.
```bash ```bash
git clone https://github.com/stackforge/git-upstream.git git clone https://git.openstack.org/openstack/git-upstream.git
cd git-upstream cd git-upstream
# Install git-upstream itself # Install git-upstream itself
python setup.py install python setup.py install
@@ -22,7 +22,7 @@ python setup.py install
Or Or
```bash ```bash
git clone https://github.com/stackforge/git-upstream.git git clone https://git.openstack.org/openstack/git-upstream.git
cd git-upstream cd git-upstream
easy_install . easy_install .
``` ```

View File

@@ -8,4 +8,4 @@
name: git-upstream name: git-upstream
jobs: jobs:
- 'mirror-openstack': - 'mirror-openstack':
project_pattern: stackforge/git-upstream project_pattern: openstack/git-upstream