Replace git.openstack.org in README
Change-Id: Iebabe5bf8f6fe314cb5b287ae157ceb706b3a0ae
This commit is contained in:
parent
42a6e0876d
commit
5e95d84573
18
README.rst
18
README.rst
@ -27,10 +27,10 @@ location.
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
src emonty/src.sh
|
src ansible/ansbile
|
||||||
|
|
||||||
Results in the ``emonty/src.sh`` repo being cloned to
|
Results in the ``ansible/ansible`` repo being cloned to
|
||||||
``~/src/github.com/emonty/src.sh`` if it's not already there and that being set
|
``~/src/github.com/ansible/ansible`` if it's not already there and that being set
|
||||||
to the current directory.
|
to the current directory.
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
@ -51,13 +51,15 @@ defaults to "github.com". For instance:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
export SRCSRCPREFIXES="git.openstack.org/openstack-infra \
|
export SRCSRCPREFIXES="opendev.org/opendev \
|
||||||
git.openstack.org/openstack \
|
opendev.org/inaugust \
|
||||||
github.com"
|
gitlab.com/waterwanders \
|
||||||
src shade
|
github.com \
|
||||||
|
gerrit.googlesource.com"
|
||||||
|
src src.sh
|
||||||
|
|
||||||
Results in shade being cloned to
|
Results in shade being cloned to
|
||||||
``~/src/git.openstack.org/openstack-infra/shade``.
|
``~/src/opendev.org/inaugust/src.sh``.
|
||||||
|
|
||||||
``src.sh`` defaults to using cd to change directories. Setting
|
``src.sh`` defaults to using cd to change directories. Setting
|
||||||
``$SRCSRCUSEPUSHD=1`` will cause it to use pushd instead.
|
``$SRCSRCUSEPUSHD=1`` will cause it to use pushd instead.
|
||||||
|
Loading…
Reference in New Issue
Block a user