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>
>
>
>