>> 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:
Thanks. But could you briefly explain how this knowledge can help me?
I mean, I am willing to do it myself, if I just know if I can or how.
>
> [[[
> % 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
>
>
--
http://www.grobmeier.de
---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org
|