Use git.openstack.org as Git repository
Our official Git repository is git.openstack.org. GitHub is a conventional copy site. Change-Id: I30cc4440d76e9b876a6b7bafe7507673a2feb962
This commit is contained in:
parent
c2a0af1aa8
commit
ac23bda090
@ -28,8 +28,8 @@ Instructions
|
|||||||
|
|
||||||
2. Clone Designate and DevStack inside the VM::
|
2. Clone Designate and DevStack inside the VM::
|
||||||
|
|
||||||
|
$ git clone https://git.openstack.org/openstack/designate.git
|
||||||
$ git clone https://git.openstack.org/openstack-dev/devstack.git
|
$ git clone https://git.openstack.org/openstack-dev/devstack.git
|
||||||
$ git clone https://github.com/openstack/designate.git
|
|
||||||
|
|
||||||
3. Install the Designate extension for DevStack::
|
3. Install the Designate extension for DevStack::
|
||||||
|
|
||||||
|
@ -89,4 +89,4 @@ Indices and tables
|
|||||||
|
|
||||||
|
|
||||||
.. _OpenStack Wiki: https://wiki.openstack.org/wiki/Designate
|
.. _OpenStack Wiki: https://wiki.openstack.org/wiki/Designate
|
||||||
.. _source tree: https://github.com/openstack/designate
|
.. _source tree: https://git.openstack.org/cgit/openstack/designate
|
||||||
|
@ -58,7 +58,7 @@ Installing Designate
|
|||||||
|
|
||||||
$ mkdir openstack
|
$ mkdir openstack
|
||||||
$ cd openstack
|
$ cd openstack
|
||||||
$ git clone https://github.com/openstack/designate.git
|
$ git clone https://git.openstack.org/openstack/designate.git
|
||||||
$ cd designate
|
$ cd designate
|
||||||
|
|
||||||
|
|
||||||
|
@ -124,7 +124,7 @@ Installing using Source (Git)
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
$ git clone git://github.com/openstack/designate designate
|
$ git clone https://git.openstack.org/openstack/designate designate
|
||||||
|
|
||||||
3. Change directory to the newly cloned repository
|
3. Change directory to the newly cloned repository
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ Installing Designate
|
|||||||
|
|
||||||
$ mkdir openstack
|
$ mkdir openstack
|
||||||
$ cd openstack
|
$ cd openstack
|
||||||
$ git clone https://github.com/openstack/designate.git
|
$ git clone https://git.openstack.org/openstack/designate.git
|
||||||
$ cd designate
|
$ cd designate
|
||||||
|
|
||||||
3. Checkout a specific version (in this case, the Kilo release)
|
3. Checkout a specific version (in this case, the Kilo release)
|
||||||
|
@ -24,7 +24,7 @@ Related Links
|
|||||||
|
|
||||||
* `Bug Tracker`_
|
* `Bug Tracker`_
|
||||||
* `Blueprints`_
|
* `Blueprints`_
|
||||||
* `GitHub`_
|
* `Git`_
|
||||||
|
|
||||||
================
|
================
|
||||||
Related Projects
|
Related Projects
|
||||||
@ -40,7 +40,7 @@ Related Projects
|
|||||||
|
|
||||||
.. _Bug Tracker: https://bugs.launchpad.net/designate
|
.. _Bug Tracker: https://bugs.launchpad.net/designate
|
||||||
.. _Blueprints: https://blueprints.launchpad.net/designate
|
.. _Blueprints: https://blueprints.launchpad.net/designate
|
||||||
.. _GitHub: https://github.com/openstack/designate
|
.. _Git: https://git.openstack.org/cgit/openstack/designate
|
||||||
.. _Chef Cookbook: https://github.com/moniker-dns/designate-cookbook
|
.. _Chef Cookbook: https://github.com/moniker-dns/designate-cookbook
|
||||||
.. _Debian Packaging: https://github.com/moniker-dns/debian-designate
|
.. _Debian Packaging: https://github.com/moniker-dns/debian-designate
|
||||||
.. _Launchpad PPA: https://launchpad.net/~designate-ppa/+archive/havana
|
.. _Launchpad PPA: https://launchpad.net/~designate-ppa/+archive/havana
|
||||||
|
@ -85,7 +85,7 @@ type=agent
|
|||||||
[backends.backend-impl-msdns]
|
[backends.backend-impl-msdns]
|
||||||
in-tree=False
|
in-tree=False
|
||||||
status=untested
|
status=untested
|
||||||
repository=https://github.com/stackforge/designate-msdnsagent
|
repository=https://git.openstack.org/openstack/designate-msdnsagent
|
||||||
maintainers=Graham Hayes <graham.hayes@hp.com>
|
maintainers=Graham Hayes <graham.hayes@hp.com>
|
||||||
|
|
||||||
[grades]
|
[grades]
|
||||||
|
Loading…
Reference in New Issue
Block a user