[pkg-go] moving to salsa.debian.org
    Clément Hermann 
    nodens at nodens.org
       
    Wed Feb  7 10:30:21 UTC 2018
    
    
  
On 07/02/2018 08:49, Michael Stapelberg wrote:
> I don’t mind having the compiler packages in the go-team.
> 
> Hypothetically, can we set ACLs on subgroups? If so, we should have
> go-team/packages (already exists) and go-team/compiler, with the option
> to maybe ACL go-team/compiler differently in the future if the need arises.
> 
That's roughly how we do it in perl-team.
However, there is one more level, allowing all team member to modify
meta.git,, website etc (but not core/interpreter).
So it goes like this:
	
group perl-team (owners = team admins)
     subgroup interpreter (owners: perl interpreter, explicitely set)
         project perl.git
     subgroup modules (owners: team members, explicitly set, subgroups
and projects are inherited)
         subgroup packages
             project libfoo-perl.git
             project libbar-perl.git
         subgroup attic
             project libbaz.git
         meta.git
         website.git
         scripts.git
I suggest we use a similar organisation for go-team.
Cheers,
-- 
nodens
    
    
More information about the Pkg-go-maintainers
mailing list