As an FYI:

The following developers will me marked Emeritus in 1 week (i.e. 29th May
2013) if they have not made any commits by that time:

aheritier
arsenalist
benjones.selera
bentmann
carlos
dblevins
djencks
edalquist
gjoseph
godin
jochen
jreyes
jvanzyl
lacostej
marceloverdijk
mark
ndeloof
oching
pgier
sgoeschl
sheadrick
simon.brandhof
stimpy
tastle
trygvis
zznate

For despots in the above list, we will retain despot status but replace the
developer role with the emeritus role to flag you as an inactive despot.
Obviously being a despot this will not impact commit rights, but you should
switch the roles back if you start committing again.

For everyone else, all you need to do is shout out that you want back in
and any despot will add you back.

As discussed before this is just a quick way to flag who is active in the
mojo community.

-Stephen


On 16 May 2013 14:16, Stephen Connolly <[email protected]>wrote:

> Project: https://svn.codehaus.org/mojo
>   Last revision: 2013-05-16
>   Active devs:
>     acollign,
>     adslakeside,
>     afloom,
>     baptiste,
>     bimargulies,
>     brett,
>     brianfox,
>     christiangasser,
>     dantran,
>     david,
>     dennisl,
>     fredcooke,
>     gleclaire,
>     handyande,
>     hboutemy,
>     huntc,
>     jglick,
>     jieryn,
>     jmz,
>     jonnio,
>     jponge,
>     khmarbaise,
>     kohsuke,
>     krosenvold,
>     mfriedenhagen,
>     mkleint,
>     olamy,
>     pkernevez,
>     rfscholte,
>     rickard.v.essen,
>     russgold,
>     sbv,
>     shinsuke,
>     soelvpil,
>     stephenconnolly,
>     struberg,
>     t.broyer,
>     tchemit,
>     wguttmn
>
>
> Here is my script for anyone who wants to verify themselves:
>
> #!/bin/bash
>
> echo "Project: $(echo $1 | sed -e "s:/$::")" > $2
> echo "  Last revision: $(svn log $1 --limit 1 --xml | grep "<date>" | sed
> -e "s:</*date>::g;s/T.*//")" >> $2
> echo "  Active devs:"
> echo "    $(svn log $1 -r {$(date -v-1y "+%Y-%m-%d")}:HEAD --xml | grep
> \<author\> | sort -u | sed -e s/\<\\/\*author\>//g | tr \\n , | sed -e
> 's/,$//;s/,/&\
>     /g')" >> $2
> echo "" >>$2
>
>
> On 15 May 2013 17:32, Robert Scholte <[email protected]> wrote:
>
>> Stephen,
>>
>> could you rerun your scripts to see which committers have been inactive
>> for over a year and should have the emeritus role? [1]
>> Could you also check if the list of active projects is still up to
>> date[2]?
>>
>> If anyone wants to be a projectlead for one of the plugins, just update
>> that page[2] as well.
>> This way we can trace if we need new members for a specific area or if
>> (in the worst case scenario) plugins should be dropped.
>>
>>
>> thanks,
>>
>> Robert
>>
>> [1] 
>> http://xircles.codehaus.org/**projects/mojo/members<http://xircles.codehaus.org/projects/mojo/members>
>> [2] 
>> http://docs.codehaus.org/**display/MOJO/Plugin+**reassignments<http://docs.codehaus.org/display/MOJO/Plugin+reassignments>
>>
>> ------------------------------**------------------------------**---------
>> To unsubscribe from this list, please visit:
>>
>>    
>> http://xircles.codehaus.org/**manage_email<http://xircles.codehaus.org/manage_email>
>>
>>
>>
>

Reply via email to