svn commit: r336481 - head/share/misc
Mateusz Piotrowski
0mp at FreeBSD.org
Fri Jul 20 23:12:46 UTC 2018
On Thu, 19 Jul 2018 15:37:21 +0200
"Piotr P. Stefaniak" <pstef at freebsd.org> wrote:
>On 2018-07-19 12:58:10, Mateusz Piotrowski wrote:
>>Author: 0mp (ports committer)
>>Date: Thu Jul 19 12:58:10 2018
>>New Revision: 336481
>>URL: https://svnweb.freebsd.org/changeset/base/336481
>>
>>Log:
>> Update mentor and mentee information.
>>
>> Reviewed by: mat (mentor)
>> Approved by: mat (mentor)
>> Differential Revision: https://reviews.freebsd.org/D16295
>>
>>Modified:
>> head/share/misc/committers-ports.dot
>>
>>Modified: head/share/misc/committers-ports.dot
>>==============================================================================
>>--- head/share/misc/committers-ports.dot Thu Jul 19 12:56:54 2018 (r336480)
>>+++ head/share/misc/committers-ports.dot Thu Jul 19 12:58:10 2018 (r336481)
>>@@ -40,6 +40,7 @@ node [color=lightblue2, style=filled, bgcolor=black];
>>
>> # Current ports committers go here. Try to keep things sorted.
>>
>>+0mp [label="Mateusz Piotrowski\n0mp at FreeBSD.org\n2018/06/16"]
>> ache [label="Andrey Chernov\nache at FreeBSD.org\n1994/11/15"]
>dot(1) doesn't like this.
Actually, I am not sure what we should do about it :/
Maybe I could put my username in double quotes. It should be a legal
DOT language ID [1] then as fair as I understand.
I'll test it out soon.
[1]: https://graphviz.gitlab.io/_pages/doc/info/lang.html
More information about the svn-src-all
mailing list