committers-src.dot revision 168081
1# $FreeBSD: head/share/misc/committers-src.dot 168081 2007-03-30 18:49:36Z le $
2
3digraph src {
4
5# Node definitions follow this example:
6#
7#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
8#
9# ????/??/?? is the date when the commit bit was obtained, usually the one you
10# can find looking at CVS logs for the access (or avail) file under CVSROOT.
11#
12# For returned commit bits, the node definition will follow this example:
13#
14#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
15#
16# The first date is the same as for an active committer, the second date is
17# the date when the commit bit has been returned. Again, check CVS logs.
18
19node [color=grey62, style=filled, bgcolor=black];
20
21# Alumni go here.. Try to keep things sorted.
22
23node [color=lightblue2, style=filled, bgcolor=black];
24
25# Current src committers go here. Try to keep things sorted.
26
27benjsc [label="Benjamin Close\nbenjsc@FreeBSD.org\n2007/02/09"]
28bms [label="Bruce M Simpson\nbms@FreeBSD.org\n2003/08/06"]
29cperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2004/01/20"]
30dds [label="Diomidis Spinellis\ndds@FreeBSD.org\n2003/06/20"]
31dhartmei [label="Daniel Hartmeier\ndhartmei@FreeBSD.org\n2004/04/06"]
32flz [label="Florent Thoumie\nflz@FreeBSD.org\n2006/03/30"]
33grog [label="Greg Lehey\ngrog@FreeBSD.org\n1998/08/30"]
34jake [label="Jake Burkholder\njake@FreeBSD.org\n2000/05/16"]
35joerg [label="Joerg Wunsch\njoerg@FreeBSD.org\n????/??/??"]
36le [label="Lukas Ertl\nle@FreeBSD.org\n2004/02/02"]
37mlaier [label="Max Laier\nmlaier@FreeBSD.org\n2004/02/10"]
38obrien [label="David E. O'Brien\nobrien@FreeBSD.org\n????/??/??"]
39sam [label="Sam Leffler\nsam@FreeBSD.org\n2002/07/02"]
40schweikh [label="Jens Schweikhardt\nschweikh@FreeBSD.org\n2001/04/06"]
41thompsa [label="Andrew Thompson\nthompsa@FreeBSD.org\n2005/05/25"]
42
43# Here are the mentor/mentee relationships.
44# Group together all the mentees for a particular mentor.
45# Keep the list sorted by mentor login.
46
47cperciva -> flz
48
49bms -> mlaier
50bms -> dhartmei
51bms -> thompsa
52
53jake -> bms
54
55joerg -> le
56
57grog -> le
58
59mlaier -> benjsc
60mlaier -> dhartmei
61mlaier -> thompsa
62
63obrien -> sam
64
65sam -> benjsc
66
67schweikh -> dds
68
69}
70