Christian Grobmeier wrote on Tue, Jun 07, 2011 at 09:24:45 +0200:
> Hello,
>
> I sent this to infra, but I have been told the incubator chair should
> handle this.
>
> Can the people below be added to the incubator group so they can
> update the ONGL website? I have hear our inc-chair is ooo (wow, that
> acronym got somehow hijiacked in this list) - do we have a deputy
> handling it?
>
Thirty-six other people on the Incubator PMC have sufficient karma:
[[[
% cat ./count-ipmc-chairs.zsh
#!/usr/bin/env zsh
f() {
ldapsearch -LLL cn=$1 member | grep ^member: | sort
}
comm -12 =(f incubator) =(f pmc-chairs) | wc -l
% ./count-ipmcchairs.zsh
37
]]]
---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org
|