Skip to content

Commit

Permalink
Item803: fix top 5 task closers
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@2100 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Jan 22, 2009
1 parent c21c5e5 commit bb78e25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/tools/develop/analyse.pl
Expand Up @@ -5,7 +5,7 @@
use List::Util;

my $REPOS = '/home/svn/nextwiki';
my $BUGS = '/home/foswiki.org/data/Tasks';
my $BUGS = '/home/foswiki.org/trunk/core/data/Tasks';
my $MANIFEST = '/home/trunk.foswiki.org/core/lib/MANIFEST';
my $svn = '/usr/local/bin/svn';
my $svnlook = '/usr/local/bin/svnlook';
Expand All @@ -20,6 +20,8 @@
$releases->{0+$2}->{0+$3}->{0+$4} = $1;
}
}
#over-rides because tags were not created at time of release
$releases->{1}->{0}->{0} = 1878;

my @a = sort { $a <=> $b } keys(%$releases);
my $major = pop(@a) || 0;
Expand Down

0 comments on commit bb78e25

Please sign in to comment.