Skip to content

Commit

Permalink
Item11210: More debug
Browse files Browse the repository at this point in the history
Seems to have missed a couple of commits even though the task ran.

git-svn-id: http://svn.foswiki.org/trunk@12935 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Oct 29, 2011
1 parent ad64a32 commit 6b09500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/tools/develop/post-commit.pl
Expand Up @@ -13,7 +13,7 @@
my $BUGS = '/home/foswiki.org/public_html/data/Tasks';
my $SUPPORT = '/home/svn';

my $verbose = 0; # 1 to debug
my $verbose = 1; # 1 to debug

my $first = 1;
if ( open( F, '<', "$SUPPORT/lastupdate" ) ) {
Expand Down Expand Up @@ -57,6 +57,7 @@ sub _add {
my @list = sort { $a <=> $b } keys %curr; # numeric sort
my $new = join( " ", map { "Foswikirev:$_" } @list );
$$changed = 1 if $cur ne $new;
print STDERR "cur $cur, new $new\n" if $verbose;
return $new;
}

Expand Down

0 comments on commit 6b09500

Please sign in to comment.