Skip to content

Commit

Permalink
Item2012: The fix I did to get svn ref from .pm file did not feed cor…
Browse files Browse the repository at this point in the history
…rect path to the sub that finds he svn info causing the date and svn ref to be the latest file change in directory of MANIFEST

git-svn-id: http://svn.foswiki.org/trunk@5021 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Sep 20, 2009
1 parent 9a9fdde commit ec37b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BuildContrib/lib/Foswiki/Contrib/Build.pm
Expand Up @@ -225,6 +225,7 @@ sub new {
# to update the SVN number and check in date when you commit
# The commit then updates the RELEASE in the .pm file
$this->{files}[0]->{name} = $this->{pm};
$this->{files}[0]->{name} =~ s/^$basedir\/(.*)/$1/;
$this->{VERSION} = $this->_get_svn_version();

if ( $text =~ /\$SHORTDESCRIPTION\s*=\s*(['"])(.*?)\1/s ) {
Expand Down

0 comments on commit ec37b0c

Please sign in to comment.