Sylvain Bauza 112efc2cd2 Upstream Training proposal for modifications
Design Summits are now held differently by using Etherpad for selecting
sessions. Also, drafts are no longer accepted by Gerrit because of various
bugs they were creating.

Change-Id: I642fac63a384846f085389e1e535ea2b5d02ef43
2014-10-06 21:11:55 +02:00

121 lines
1.7 KiB
ReStructuredText

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
----
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%
----
New interface: invite reviewers
===============================
.. image:: ./_assets/14-12-new-invite-reviewers.png
----
git commit --amend
==================
.. image:: ./_assets/14-13-git-commit-amend.png
----
gerrit patchset history
=======================
.. image:: ./_assets/14-15-patchset-history.png
----
New interface: gerrit patchset history
=======================================
.. image:: ./_assets/14-16-new-patchset-history.png
----
patchset diffs
==============
.. image:: ./_assets/14-17-patchset-diffs.png
----
Exercise
========
Push a work in progress (wip) and invite reviewers.