Changeset 7087 for modules/branches/2.6/fw_arisvn.pl
- Timestamp:
- 10/22/08 02:21:33 (5 years ago)
- Files:
-
- modules/branches/2.6/fw_arisvn.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/fw_arisvn.pl
r6498 r7087 5 5 # fw_ari was last published. 6 6 # 7 $rver = "2.5"; 7 $rver = "2.6"; 8 $fwbranch = "trunk"; 8 9 $fw_ari = "fw_ari"; 9 10 … … 30 31 system("tar -zxOf ".$filename." ".$moddir."/svnversion.txt"); 31 32 print "Geting svn log since that version for $rver : .... \n\n"; 32 $svnver = system("svn log http://svn.freepbx.org/freepbx/ branches/$rver/amp_conf/htdocs/recordings -r `tar -zxOf ".$filename." ".$moddir."/svnversion.txt | sed -e s/SVN\\\ VERSION://`:HEAD");33 $svnver = system("svn log http://svn.freepbx.org/freepbx/$fwbranch/amp_conf/htdocs/recordings -r `tar -zxOf ".$filename." ".$moddir."/svnversion.txt | sed -e s/SVN\\\ VERSION://`:HEAD"); 33 34
