Changeset 5125
- Timestamp:
- 10/22/07 11:39:19 (6 years ago)
- Files:
-
- modules/branches/2.4/publish.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/publish.pl
r5084 r5125 26 26 die "FATAL: failed to remove previoulsly exported directories\n"; 27 27 } 28 if (system("svn export http s://amportal.svn.sourceforge.net/svnroot/amportal/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")) { 29 29 die "FATAL: failed to export agi-bin directory\n"; 30 30 } 31 if (system("svn export http s://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/$fwbranch/amp_conf/bin $framework/bin")) {31 if (system("svn export http//svn.freepbx.org/freepbx/$fwbranch/amp_conf/bin $framework/bin")) { 32 32 die "FATAL: failed to export bin directory\n"; 33 33 } 34 if (system("svn export http s://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/$fwbranch/amp_conf/htdocs $framework/htdocs")) {34 if (system("svn export http//svn.freepbx.org/freepbx/$fwbranch/amp_conf/htdocs $framework/htdocs")) { 35 35 die "FATAL: failed to export htdocs directory\n"; 36 36 } 37 if (system("svn export http s://amportal.svn.sourceforge.net/svnroot/amportal/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")) { 38 38 die "FATAL: failed to export htdocs_panel directory\n"; 39 39 } 40 if (system("svn export http s://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/$fwbranch/upgrades $framework/upgrades")) {40 if (system("svn export http//svn.freepbx.org/freepbx/$fwbranch/upgrades $framework/upgrades")) { 41 41 die "FATAL: failed to export upgrades directory\n"; 42 42 } … … 44 44 # this is what we wanted: 45 45 # 46 # if (system("svn export http s://amportal.svn.sourceforge.net/svnroot/amportal/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")) 47 47 # 48 if (system("svn co --non-recursive http s://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/$fwbranch $framework/tmp")) {48 if (system("svn co --non-recursive http//svn.freepbx.org/freepbx/$fwbranch $framework/tmp")) { 49 49 die "FATAL: failed to checkout branch with libfreepbx.install.php\n"; 50 50 }
