Files
training-guides/doc/upstream-training/source/14-gerrit.rst
KATO Tomoyuki 52e1ce5997 Update Gerrit screenshot with the latest version
Change-Id: I29d645fd4be0fc6865e9985335c68842a6d185f4
2015-12-17 13:15:42 +09:00

91 lines
1.5 KiB
ReStructuredText

====================
review.openstack.org
====================
.. image:: ./_assets/os_background.png
:class: fill
:width: 100%
review.openstack.org
====================
.. image:: ./_assets/14-01-review.png
:width: 100%
gerrit workflow
===============
.. image:: ./_assets/14-02-gerrit-workflow.png
:width: 100%
upload an ssh key
=================
- https://review.openstack.org/#/settings/ssh-keys
.. image:: ./_assets/14-03-upload-ssh-key.png
:width: 85%
git config
==========
- git config --global user.name "Firstname Lastname"
- git config --global user.email "your_email@youremail.com"
.. image:: ./_assets/14-04-git-config.png
Install git review
==================
- apt-get / yum / pip install … git review
.. image:: ./_assets/14-05-install.png
git clone
=========
.. image:: ./_assets/14-06-git-clone.png
git review -s
=============
.. image:: ./_assets/14-07-git-review-s.png
git checkout -b TOPIC-BRANCH
============================
.. image:: ./_assets/14-08-git-checkout.png
running unit tests
==================
.. image:: ./_assets/14-09-unit-tests.png
invite reviewers
================
.. image:: ./_assets/14-11-invite-reviewers.png
:width: 100%
git commit --amend
==================
.. image:: ./_assets/14-13-git-commit-amend.png
gerrit patchset history
=======================
.. image:: ./_assets/14-15-patchset-history.png
:width: 100%
patchset diffs
==============
.. image:: ./_assets/14-17-patchset-diffs.png
:width: 100%
Exercise
========
Push a work in progress (wip) and invite reviewers.