Author: evgeni Date: 2011-05-14 12:27:10 +0000 (Sat, 14 May 2011) New Revision: 12343
Added: software/list-inactive-members/README Log: add minimalistic readme Added: software/list-inactive-members/README =================================================================== --- software/list-inactive-members/README (rev 0) +++ software/list-inactive-members/README 2011-05-14 12:27:10 UTC (rev 12343) @@ -0,0 +1,34 @@ +List inactive members of an Alioth Team +======================================= + +list-inactive-members contains three scripts: + get-svn-commits.sh + get-git-commits.sh + get-members.py + +get-*-commits.sh create a log from the VCS into a file which is then +parsed by get-members.py which outputs the inactive members. + +get-svn-commits.sh +------------------ +This has to be called as + get-svn-commits.sh svn-repo output-file +svn-repo *MAY* be a remote repository. I usually call + get-svn-commits.sh ~/Debian/pkg-games-svn/ /tmp/svn-commits +on my laptop. + +get-git-commits.sh +------------------ +This has to be called as + get-git-commits.sh repo-base output-file +repo-base is the directory where the repositories of the team are cloned +to. As I don't have a complete git checkout of pkg-games, I usually call +the script on alioth.d.o as + get-svn-commits.sh /git/pkg-games/ ~/git-commits +and copy ~/git-commits to my laptop afterwards. + +get-members.py +-------------- +This has to be called as + get-members.py svn-commits git-commits +and will output all inactive members. _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

