Changeset 5126

Show
Ignore:
Timestamp:
10/22/07 11:42:12 (6 years ago)
Author:
p_lindheimer
Message:

fix syntax in url

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.4/publish.pl

    r5125 r5126  
    2626      die "FATAL: failed to remove previoulsly exported directories\n"; 
    2727    } 
    28     if (system("svn export http//svn.freepbx.org/freepbx/$fwbranch/amp_conf/agi-bin $framework/agi-bin")) { 
     28    if (system("svn export http://svn.freepbx.org/freepbx/$fwbranch/amp_conf/agi-bin $framework/agi-bin")) { 
    2929      die "FATAL: failed to export agi-bin directory\n"; 
    3030    } 
    31     if (system("svn export http//svn.freepbx.org/freepbx/$fwbranch/amp_conf/bin $framework/bin")) { 
     31    if (system("svn export http://svn.freepbx.org/freepbx/$fwbranch/amp_conf/bin $framework/bin")) { 
    3232      die "FATAL: failed to export bin directory\n"; 
    3333    } 
    34     if (system("svn export http//svn.freepbx.org/freepbx/$fwbranch/amp_conf/htdocs $framework/htdocs")) { 
     34    if (system("svn export http://svn.freepbx.org/freepbx/$fwbranch/amp_conf/htdocs $framework/htdocs")) { 
    3535      die "FATAL: failed to export htdocs directory\n"; 
    3636    } 
    37     if (system("svn export http//svn.freepbx.org/freepbx/$fwbranch/amp_conf/htdocs_panel $framework/htdocs_panel")) { 
     37    if (system("svn export http://svn.freepbx.org/freepbx/$fwbranch/amp_conf/htdocs_panel $framework/htdocs_panel")) { 
    3838      die "FATAL: failed to export htdocs_panel directory\n"; 
    3939    } 
    40     if (system("svn export http//svn.freepbx.org/freepbx/$fwbranch/upgrades $framework/upgrades")) { 
     40    if (system("svn export http://svn.freepbx.org/freepbx/$fwbranch/upgrades $framework/upgrades")) { 
    4141      die "FATAL: failed to export upgrades directory\n"; 
    4242    } 
     
    4444    # this is what we wanted: 
    4545    # 
    46     # if (system("svn export http//svn.freepbx.org/freepbx/$fwbranch/libfreepbx.install.php $framework/libfreepbx.install.php")) 
     46    # if (system("svn export http://svn.freepbx.org/freepbx/$fwbranch/libfreepbx.install.php $framework/libfreepbx.install.php")) 
    4747    # 
    48     if (system("svn co --non-recursive http//svn.freepbx.org/freepbx/$fwbranch $framework/tmp")) { 
     48    if (system("svn co --non-recursive http://svn.freepbx.org/freepbx/$fwbranch $framework/tmp")) { 
    4949      die "FATAL: failed to checkout branch with libfreepbx.install.php\n"; 
    5050    }