Skip to content

Commit

Permalink
more robust stats
Browse files Browse the repository at this point in the history
  • Loading branch information
gperciva committed Mar 19, 2012
1 parent 343a471 commit 9ee53dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stats/make-stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ cd $ONE_YEAR
ln -s authors.html AUTHORS.html
rsync -a $ONE_YEAR/* $SERVER_ONE_YEAR/

cd $LILYPOND_GIT
$GITSTATS \
-c commit_begin=`git rev-list -1 --until="3 months ago" origin` \
$LILYPOND_GIT $THREE_MONTHS
cd $THREE_MONTHS
ln -s authors.html AUTHORS.html
rsync -a $THREE_MONTHS/* $SERVER_THREE_MONTHS/

cd $LILYPOND_GIT
$GITSTATS \
$LILYPOND_GIT $ALL
cd $ALL
Expand Down

0 comments on commit 9ee53dd

Please sign in to comment.