Project

General

Profile

Actions

Proc-errata » History » Revision 3

« Previous | Revision 3/6 (diff) | Next »
David Demelier, 02/13/2017 01:08 PM


Proc-errata

An errata has to be written when a bug is found in a release.

Create a task

Create a task with Bug as tracker, mark it as Urgent and specify the current release branch in the custom field.

Write the fix

Update to the current release branch:

$ hg up release-x.y

Write a unique revision and use the following commit template.

Fix #TASK_NUMBER: short description

Explanation

Task: #TASK_NUMBER
Errata: YYYYMMDD

Export patch

Export the patch and sign it.

hg export > YYYYMMDD.patch
gpg --sign --armor YYYYMMDD.patch

Upload it in http://releases.malikania.fr/irccd/errata.

New release

Then, do a usual release as described in New release.

Wiki page

Create a new wiki page with the following template.

See template

Updated by David Demelier about 6 years ago · 3 revisions