Merge "Change repositories from stackforge to openstack"

This commit is contained in:
Jenkins 2015-10-19 18:19:26 +00:00 committed by Gerrit Code Review
commit eb9abdc934
2 changed files with 4 additions and 4 deletions

@ -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