Merge "Follow rename of sandbox repos"

This commit is contained in:
Zuul 2019-05-31 19:42:30 +00:00 committed by Gerrit Code Review
commit 755330aa15
2 changed files with 15 additions and 15 deletions

View File

@ -469,21 +469,21 @@ channel, add it to the ``openstack-oslo`` section:
- patchset-created - patchset-created
projects: projects:
- openstack/cliff - openstack/cliff
- openstack/oslo.config - openstack/cookiecutter
- openstack/hacking
- openstack/oslo-cookiecutter
- openstack/oslo-incubator - openstack/oslo-incubator
- openstack/oslo-specs
- openstack/oslo.config
- openstack/oslo.messaging - openstack/oslo.messaging
- openstack/oslo.rootwrap - openstack/oslo.rootwrap
- openstack/oslosphinx
- openstack/oslo-specs
- openstack/oslo.test - openstack/oslo.test
- openstack/oslo.version - openstack/oslo.version
- openstack/oslo.vmware - openstack/oslo.vmware
- openstack/oslosphinx
- openstack/pbr
- openstack/stevedore - openstack/stevedore
- openstack/taskflow - openstack/taskflow
- openstack-dev/cookiecutter
- openstack-dev/hacking
- openstack-dev/oslo-cookiecutter
- openstack-dev/pbr
branches: branches:
- master - master
@ -529,7 +529,7 @@ Every project needs at least one test job or patches will not be able to land.
You can add jobs in either your new project's ``.zuul.yaml`` file or You can add jobs in either your new project's ``.zuul.yaml`` file or
in file the ``zuul.d/projects.yaml`` in the central repository in file the ``zuul.d/projects.yaml`` in the central repository
``openstack-infra/project-config``. ``openstack/project-config``.
Official OpenStack projects should implement the OpenStack wide jobs Official OpenStack projects should implement the OpenStack wide jobs
mentioned in the `Project Testing Interface`_ (PTI) document. For more mentioned in the `Project Testing Interface`_ (PTI) document. For more
@ -651,8 +651,8 @@ library edit the "Oslo" section:
tags: tags:
- name: release:independent - name: release:independent
- name: release:has-stable-branches - name: release:has-stable-branches
- repo: openstack-dev/cookiecutter - repo: openstack/cookiecutter
- repo: openstack-dev/pbr - repo: openstack/pbr
tags: tags:
- name: release:independent - name: release:independent
@ -773,7 +773,7 @@ Start by checking out a copy of your new repository:
Choosing the Right cookiecutter Template Choosing the Right cookiecutter Template
---------------------------------------- ----------------------------------------
The template in ``openstack-dev/cookiecutter`` is suitable for The template in ``openstack/cookiecutter`` is suitable for
most projects. It can be used as follows: most projects. It can be used as follows:
.. warning:: .. warning::
@ -1005,7 +1005,7 @@ file of devstack.
Updating devstack Updating devstack
----------------- -----------------
#. Check out ``openstack-dev/devstack``. #. Check out ``openstack/devstack``.
#. Edit the appropriate project file under ``lib`` to add a variable #. Edit the appropriate project file under ``lib`` to add a variable
defining where the source should go. For example, when adding a new defining where the source should go. For example, when adding a new

View File

@ -4,7 +4,7 @@ Learn the Gerrit Workflow in the Sandbox
---------------------------------------- ----------------------------------------
OpenStack has a sandbox repository for learning and testing purposes: OpenStack has a sandbox repository for learning and testing purposes:
https://opendev.org/openstack-dev/sandbox. This is a great https://opendev.org/opendev/sandbox. This is a great
repository to begin your OpenStack learning. It allows you to experiment repository to begin your OpenStack learning. It allows you to experiment
with the workflow and try different options so you can learn what they do. with the workflow and try different options so you can learn what they do.
Please only create 2 or 3 different changes and submit new patchsets to Please only create 2 or 3 different changes and submit new patchsets to
@ -13,7 +13,7 @@ intention of this repository.
Clone the sandbox repo:: Clone the sandbox repo::
git clone https://opendev.org/openstack-dev/sandbox git clone https://opendev.org/opendev/sandbox
Move into the root directory for the sandbox repo:: Move into the root directory for the sandbox repo::
@ -126,5 +126,5 @@ line using `Gerrit ssh commands <https://review.opendev.org/Documentation/cmd-re
ssh -l <YOUR_GERRIT_USERNAME>\ ssh -l <YOUR_GERRIT_USERNAME>\
-p 29418 \ -p 29418 \
review.opendev.org 'gerrit review' \ review.opendev.org 'gerrit review' \
--project openstack-dev/sandbox.git \ --project opendev/sandbox.git \
--abandon <THE_CHANGE_ID>,2 --abandon <THE_CHANGE_ID>,2