Deleted Added
full compact
committers-src.dot (168060) committers-src.dot (168064)
1# $FreeBSD: head/share/misc/committers-src.dot 168060 2007-03-30 17:22:08Z dds $
1# $FreeBSD: head/share/misc/committers-src.dot 168064 2007-03-30 17:42:01Z flz $
2
3digraph src {
4
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
5node [color=grey62, style=filled, bgcolor=black];
6
19node [color=grey62, style=filled, bgcolor=black];
20
7# Alumni go here.
21# Alumni go here.. Try to keep things sorted.
8
9node [color=lightblue2, style=filled, bgcolor=black];
10
11# Current src committers go here. Try to keep things sorted.
12
13cperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2004/01/20"]
14dds [label="Diomidis Spinellis\ndds@FreeBSD.org\n2003/06/20"]
15flz [label="Florent Thoumie\nflz@FreeBSD.org\n2006/03/30"]
16
17# Here are the mentor/mentee relationships.
22
23node [color=lightblue2, style=filled, bgcolor=black];
24
25# Current src committers go here. Try to keep things sorted.
26
27cperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2004/01/20"]
28dds [label="Diomidis Spinellis\ndds@FreeBSD.org\n2003/06/20"]
29flz [label="Florent Thoumie\nflz@FreeBSD.org\n2006/03/30"]
30
31# Here are the mentor/mentee relationships.
32# Group together all the mentees for a particular mentor.
33# Keep the list sorted by mentor login.
18
19cperciva -> flz
34
35cperciva -> flz
36
20schweikh -> dds
21
22}
37schweikh -> dds
38
39}