Change repositories from stackforge to openstack
Change-Id: Id1cecf2e55128494684c7f7bd23600b52fd5b6cb
This commit is contained in:
parent
94ce66ee88
commit
21f6fa7172
@ -39,14 +39,14 @@ git config --global user.email "your_email@youremail.com"
|
|||||||
### Clone the source
|
### Clone the source
|
||||||
You can clone the swiftonfile repo from Gerrit:
|
You can clone the swiftonfile repo from Gerrit:
|
||||||
~~~
|
~~~
|
||||||
git clone ssh://<your-gerrit-username>@review.openstack.org:29418/stackforge/swiftonfile
|
git clone ssh://<your-gerrit-username>@review.openstack.org:29418/openstack/swiftonfile
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Alternatively, if you just want to clone the source for trying things out,
|
Alternatively, if you just want to clone the source for trying things out,
|
||||||
without setting up lp or Gerrit account or SSH keys, you can clone from the
|
without setting up lp or Gerrit account or SSH keys, you can clone from the
|
||||||
github mirror.
|
github mirror.
|
||||||
~~~
|
~~~
|
||||||
git clone git://github.com/stackforge/swiftonfile
|
git clone https://github.com/openstack/swiftonfile
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
### Git Review
|
### Git Review
|
||||||
@ -79,7 +79,7 @@ If there is no output, then everything is setup correctly. If the output
|
|||||||
contains the string *We don't know where your gerrit is*, then you need to
|
contains the string *We don't know where your gerrit is*, then you need to
|
||||||
manually setup a remote repo with the name `gerrit`.
|
manually setup a remote repo with the name `gerrit`.
|
||||||
~~~
|
~~~
|
||||||
git remote add gerrit ssh://<your-gerrit-username>@review.openstack.org:29418/stackforge/swiftonfile
|
git remote add gerrit ssh://<your-gerrit-username>@review.openstack.org:29418/openstack/swiftonfile
|
||||||
git remote -v
|
git remote -v
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ Name : %{_name}
|
|||||||
Version : %{_version}
|
Version : %{_version}
|
||||||
Release : %{_release}%{?dist}
|
Release : %{_release}%{?dist}
|
||||||
Group : Applications/System
|
Group : Applications/System
|
||||||
URL : https://github.com/stackforge/swiftonfile
|
URL : https://github.com/openstack/swiftonfile
|
||||||
Source0 : %{_name}-%{_version}-%{_release}.tar.gz
|
Source0 : %{_name}-%{_version}-%{_release}.tar.gz
|
||||||
License : ASL 2.0
|
License : ASL 2.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
Reference in New Issue
Block a user