From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 11513138247 for ; Wed, 8 Jan 2014 18:25:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2302E0C80; Wed, 8 Jan 2014 18:25:29 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B6C4E0C79 for ; Wed, 8 Jan 2014 18:25:28 +0000 (UTC) Received: from localhost.localdomain ([88.150.18.76]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MH0eg-1WEjSv394k-00Dp88 for ; Wed, 08 Jan 2014 19:25:27 +0100 From: SebastianLuther@gmx.de To: gentoo-portage-dev@lists.gentoo.org Subject: [gentoo-portage-dev] [PATCH] Document bugzilla workflow Date: Wed, 8 Jan 2014 19:25:19 +0100 Message-Id: <1389205519-8889-1-git-send-email-SebastianLuther@gmx.de> X-Mailer: git-send-email 1.8.3.2 X-Provags-ID: V03:K0:PWjTQ8txGCKEafs8be7rRogiw+TiEQ1rVKxHOdXUnMEGZ5+Cmx8 jUmHdSoA5u2MTo4cMULBf1rBEI/5Mj11M4xZEHC0H5APN+L9q6StICmND/zuXCS2s8D6NIU /bD+kjJAOkqgv+DWuLgWCr+/AWn1QLMFYKn0KvUIKKWXP/rrkcI7i2EGDmDpy9e/xVwj8+4 lMXO7HKk28GyKrrAjYr4A== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org X-Archives-Salt: 6191e3e6-11b8-4c1b-a92d-174c44974bf7 X-Archives-Hash: f8eb88065ddba7f644139fadd8baee85 From: Sebastian Luther --- DEVELOPING | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/DEVELOPING b/DEVELOPING index a2c9ae1..7a97d3d 100644 --- a/DEVELOPING +++ b/DEVELOPING @@ -161,6 +161,34 @@ somewhat annoying because the import line needs to be modified when functions are needed and often unused functions are left in the import line until someone comes along with a linter to clean up (does not happen often). +Bugzilla +-------- + +There always exists a tracker bug, named: +"[Tracker] sys-apps/portage-". + +This bug is renamed from X.Y.Z to X.Y.Z+1 after a release, until +it gets closed when Y changes and a new one is opened. + +Whenever a commit for a specific bug is made to the git repo, +the corresponding bug gets changed in the following ways: +* InVCS is added to Keywords +* The bug is marked as blocking the tracker for the next version +* A comment is added saying: This is fixed in git: +(note that the bug stays open) + +After a release all open bugs blocking the tracker are closed +with the comment "This is fixed in .". + +For individual open bugs it is encouraged to set UNCONFIRMED, +CONFIRMED or IN_PROGESS as appropriate. + +There are a number of bugs named "[TRACKER] *" that collect bugs +for specific topics. Confirmed bugs should be marked as blocking +these tracker bugs if appropriate. + +It is encouraged to set the alias field for frequently used bugs. + Releases -------- -- 1.8.3.2