Merge "Change repositories from stackforge to openstack"

This commit is contained in:
Jenkins 2015-10-20 20:24:37 +00:00 committed by Gerrit Code Review
commit 1bbe7a5059
5 changed files with 10 additions and 11 deletions

View File

@ -4,7 +4,7 @@
Anvil is written in python (we should be compatible with ``python >= 2.6``).
Anvil's official repository is located on GitHub at: https://github.com/stackforge/anvil
Anvil's official repository is located on GitHub at: https://github.com/openstack/anvil
Besides the master branch that tracks the OpenStack ``trunk`` tags will maintained for all OpenStack releases starting with `essex`.
@ -66,4 +66,3 @@ the [gettext] module and can lead to confusion if used for other purposes.
[pylint]: http://pypi.python.org/pypi/pylint
[markdown]: http://daringfireball.net/projects/markdown/
[rst]: http://docutils.sourceforge.net/docs/user/rst/quickstart.html

View File

@ -17,8 +17,8 @@ Source code
The source code is on github located at:
http://git.openstack.org/cgit/stackforge/anvil (mirrored @
http://github.com/stackforge/anvil/).
http://git.openstack.org/cgit/openstack/anvil (mirrored @
http://github.com/openstack/anvil/).
Feel free to fork it and `contribute`_ to it.
@ -55,7 +55,7 @@ Help and developer work/time is always much appreciated!
.. _bug: http://bugs.launchpad.net/anvil
.. _contribute: http://docs.openstack.org/infra/manual/developers.html
.. _freenode: http://freenode.net/irc_servers.shtml
.. _hacking guidelines: http://github.com/stackforge/anvil/blob/master/HACKING.md
.. _hacking guidelines: http://github.com/openstack/anvil/blob/master/HACKING.md
.. _havana: http://wiki.openstack.org/wiki/Releases
.. _launchpads issue tracking system: http://launchpad.net/anvil
.. _releases: http://wiki.openstack.org/wiki/Releases

View File

@ -101,7 +101,7 @@ Well grab the latest version of ANVIL via git:
::
$ git clone git://github.com/stackforge/anvil.git
$ git clone https://git.openstack.org/openstack/anvil.git
$ cd anvil

View File

@ -47,7 +47,7 @@ An example of this, lets adjust ``nova`` to use the ``stable/essex`` branch.
::
nova:
repo: git://github.com/openstack/nova.git
repo: https://github.com/openstack/nova.git
branch: stable/essex
- Component origin parameters are:

View File

@ -1,8 +1,8 @@
.. _summary:
===============
=======
Summary
===============
=======
Anvil is a forging tool to help build OpenStack components and their
dependencies into a complete package-oriented system.
@ -90,11 +90,11 @@ Package tracking and building
* For example uncommenting the following in the `bootstrap`_ file will allow
anvil to find dependencies in the `epel`_ repository.
.. _bootstrap: http://github.com/stackforge/anvil/blob/master/tools/bootstrap/CommonRedHat#L7
.. _bootstrap: http://github.com/openstack/anvil/blob/master/tools/bootstrap/CommonRedHat#L7
.. _OpenStack: http://openstack.org/
.. _chef: http://www.opscode.com/chef/
.. _daemon: http://en.wikipedia.org/wiki/Daemon_(computing)
.. _devstack: http://www.devstack.org/
.. _devstack: http://docs.openstack.org/developer/devstack/
.. _epel: http://fedoraproject.org/wiki/EPEL
.. _puppet: http://puppetlabs.com/
.. _pypi: http://pypi.python.org/pypi