Show
Ignore:
Timestamp:
10/22/08 02:21:33 (5 years ago)
Author:
p_lindheimer
Message:

updates module tools to 2.6 repo and trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.6/fw_arisvn.pl

    r6498 r7087  
    55# fw_ari was last published. 
    66# 
    7 $rver = "2.5"; 
     7$rver = "2.6"; 
     8$fwbranch = "trunk"; 
    89$fw_ari = "fw_ari"; 
    910 
     
    3031  system("tar -zxOf ".$filename." ".$moddir."/svnversion.txt"); 
    3132  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"); 
    3334