[eigen] moving to a serious issue/patch tracker |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] moving to a serious issue/patch tracker
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Fri, 1 Oct 2010 10:25:59 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=aKpTx28fQC7r1qjiOpFHnxWENeGdaALi68siEeT7sQk=; b=wCFf7G/JT5El1yEX7UbPoeNkCm+BymiV2ln54qC7xa5qPBwvU3/ro/SBwflgJ0D+kq ZILTXXmhnyHIYObFNEBtTmhS84tG+iU8f9aVY+/qOfv91AdLN61SeSQwfAUySh0KNk8O n7BGEIsSssgPl/2PC1r+SFw1KwAcWYx9rfuv8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ElGivhuz1G6DVAcDLZn2yg/SaIA7Ee8a2u6hICpwa+WMa5lZa1rZGSnIeJfNG1N9ox XujduhSF22oyGqv+TYVqeL0e+BSILIb19zSKiYhNXQcPQWl2zWhZHv8U8wrF7ORUZl/k ExuEJISyPeMuQCSi5/xBwu1duUnW/XSqo+2Ys=
Hi,
*** general issue tracker announcements ***
For some time we've been considering moving to a serious issue/patch tracker.
There are 2 main candidates here: Redmine (Thomas' favorite) and
Bugzilla (my favorite).
Toy Bugzilla instance:
http://eigen.tuxfamily.org/bz/
Toy Redmine instance:
http://eigen.freehackers.org
*** bugzilla propaganda ***
What I like with bugzilla is that it matches the workflow that I have
in mind for Eigen. I would like us to move to using such a tracker for
most development discussion, and potentially attach lots of patches to
them. I would like all the discussion to stay on the same bug page,
not be distributed over N separate bug pages. I would like the bug,
not the patches, to be the center of the discussion. So patch review
systems a la reviewboard don't work for me. They are for projects who
stay mainly centered around a mailing list, but this has not be
working for us for a long time now.
Notice that I have set up patch reviewing as follows in this bugzilla:
When you attach a patch, under "flags", there is a "review" line.
There you can select "?" to request review, and enter the name of the
requestee. He then receives an email, and can on one page add a
comment, see your raw patch, quote it, reply r+ or r-.
Click on 'Diff' to see the effect of a patch. There is also a great
'interdiff' feature to see the difference between 2 patches, but i
have yet to make it work.
Benoit