From 32ee81b41e09944caa736b2af2f453b0ed19066b Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Mon, 19 Oct 2015 23:49:46 +0530 Subject: [PATCH] Change repositories from stackforge to openstack Change-Id: I64b4e9ef61b6dab8995b5217f0254e9a14276bb3 --- HACKING.md | 3 +-- docs/source/topics/bugshugscode.rst | 6 +++--- docs/source/topics/gettingstarted.rst | 2 +- docs/source/topics/qanda.rst | 2 +- docs/source/topics/summary.rst | 8 ++++---- 5 files changed, 10 insertions(+), 11 deletions(-) diff --git a/HACKING.md b/HACKING.md index 9c276246..b0d4220e 100644 --- a/HACKING.md +++ b/HACKING.md @@ -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 - diff --git a/docs/source/topics/bugshugscode.rst b/docs/source/topics/bugshugscode.rst index 3e9e9afb..cf66913c 100644 --- a/docs/source/topics/bugshugscode.rst +++ b/docs/source/topics/bugshugscode.rst @@ -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 .. _launchpad’s issue tracking system: http://launchpad.net/anvil .. _releases: http://wiki.openstack.org/wiki/Releases diff --git a/docs/source/topics/gettingstarted.rst b/docs/source/topics/gettingstarted.rst index 6b5cdbaa..c57f74e5 100644 --- a/docs/source/topics/gettingstarted.rst +++ b/docs/source/topics/gettingstarted.rst @@ -101,7 +101,7 @@ We’ll 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 diff --git a/docs/source/topics/qanda.rst b/docs/source/topics/qanda.rst index 09b02d7c..9e5420ea 100644 --- a/docs/source/topics/qanda.rst +++ b/docs/source/topics/qanda.rst @@ -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: diff --git a/docs/source/topics/summary.rst b/docs/source/topics/summary.rst index 1a9f8450..63fc1c04 100644 --- a/docs/source/topics/summary.rst +++ b/docs/source/topics/summary.rst @@ -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