Date: Tue, 30 May 2017 09:52:47 GMT From: gavin@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r322785 - svnadmin/conf Message-ID: <201705300952.v4U9qlVT058440@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gavin Date: Tue May 30 09:52:46 2017 New Revision: 322785 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=322785 Log: Split permissions by year for the last few years, enable access to soc2017 Modified: svnadmin/conf/authz Modified: svnadmin/conf/authz ============================================================================== --- svnadmin/conf/authz Tue May 30 07:31:02 2017 (r322784) +++ svnadmin/conf/authz Tue May 30 09:52:46 2017 (r322785) @@ -1,5 +1,8 @@ [groups] soc-admins = simon, rwatson, brooks, jhb, gavin +soc2015 = @soc-admins, btw, clord, dpl, iateaca, kczekirda, mihai, prasadjoshi, pratiksinghal, roam, sdouglas, stefano +soc2016 = @soc-admins, fabs, iateaca, litong, vincenzo, yuanxunzhang +soc2017 = @soc-admins, kneitinger, vaibhav [/] * = r @@ -27,8 +30,10 @@ $authenticated = rw [/soc2015] -$authenticated = rw +@soc2015 = rw [/soc2016] -$authenticated = rw +@soc2016 = rw +[/soc2017] +@soc2017 = rw
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705300952.v4U9qlVT058440>