Well I emailed everyone on the list (using BCC to prevent mailing list
email address scrapers from picking up that the codehaus-id at
codehaus.orgis a mail forwarder), so they can always ping me back...
Trygve already
pinged back... as I stated before all that marking somebody as emeritus
means is that we deem them no longer active, and therefore put a speedbump
on making commits so that we can track who is active and who is inactive.

If we don't have active committers who are working on plugins, then we
don't support those plugins and we need to either recruit more committers
or drop the plugins from the supported list. The GIT repo based people will
be able to commit but just not push, so in a sense it is less of a critical
issue than the SVN repo based people.

IN ANY CASE, if you are emeritus and want to come back to active OR if you
are on the list to go emeritus, just shout out and a Despot should add you
back to active ASAP. There are no votes required. This is just a flag to
say we have not seen you do anything for a year and we need to track our
active community


On 23 May 2013 09:18, Anders Hammar <[email protected]> wrote:

> I just realized that we do have some Git repos for Mojo projects. I know
> that Trygve has moved development of the unix plugin to git [1]. Maybe
> there's more?
> So just checking svn for activity is not correct I think.
>
> [1] http://jira.codehaus.org/browse/HAUS-2295
>
> /Anders
>
> On Wed, May 22, 2013 at 3:12 PM, Stephen Connolly <
> [email protected]> wrote:
>
>> 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