[Phpfreechat-svn] SF.net SVN: phpfreechat: [721] trunk
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-08-30 21:06:14
|
Revision: 721 http://svn.sourceforge.net/phpfreechat/?rev=721&view=rev Author: kerphi Date: 2006-08-30 14:05:51 -0700 (Wed, 30 Aug 2006) Log Message: ----------- rename archive to archivename because of windows problem Modified Paths: -------------- trunk/contrib/pfcInstaller2/config.php trunk/misc/tarSource Added Paths: ----------- trunk/contrib/pfcInstaller2/archivename Removed Paths: ------------- trunk/contrib/pfcInstaller2/archive Deleted: trunk/contrib/pfcInstaller2/archive =================================================================== --- trunk/contrib/pfcInstaller2/archive 2006-08-29 21:18:06 UTC (rev 720) +++ trunk/contrib/pfcInstaller2/archive 2006-08-30 21:05:51 UTC (rev 721) @@ -1 +0,0 @@ -phpfreechat-1.0-beta5.tar.gz Copied: trunk/contrib/pfcInstaller2/archivename (from rev 720, trunk/contrib/pfcInstaller2/archive) =================================================================== --- trunk/contrib/pfcInstaller2/archivename (rev 0) +++ trunk/contrib/pfcInstaller2/archivename 2006-08-30 21:05:51 UTC (rev 721) @@ -0,0 +1 @@ +phpfreechat-1.0-beta5.tar.gz Modified: trunk/contrib/pfcInstaller2/config.php =================================================================== --- trunk/contrib/pfcInstaller2/config.php 2006-08-29 21:18:06 UTC (rev 720) +++ trunk/contrib/pfcInstaller2/config.php 2006-08-30 21:05:51 UTC (rev 721) @@ -3,7 +3,7 @@ require_once dirname(__FILE__).'/file_get_contents.php'; require_once dirname(__FILE__).'/file_put_contents.php'; -$archivename = trim(file_get_contents(dirname(__FILE__)."/archive")); +$archivename = trim(file_get_contents(dirname(__FILE__)."/archivename")); $archivename2 = str_replace(".tar.gz","",str_replace(".zip","",$archivename)); $mirrors = file(dirname(__FILE__)."/mirrors"); $dstpath = dirname(__FILE__)."/data"; Modified: trunk/misc/tarSource =================================================================== --- trunk/misc/tarSource 2006-08-29 21:18:06 UTC (rev 720) +++ trunk/misc/tarSource 2006-08-30 21:05:51 UTC (rev 721) @@ -33,7 +33,7 @@ rm -rf ./$PFCSETUPNAME/pear.sh rm -rf ./$PFCSETUPNAME/pearrc rm -rf ./$PFCSETUPNAME/OS -echo "$NAME.tar.gz" > $PFCSETUPNAME/archive +echo "$NAME.tar.gz" > $PFCSETUPNAME/archivename echo `pwd` >> $PFCSETUPNAME/mirrors tar czfp $PFCSETUPNAME.tar.gz ./$PFCSETUPNAME echo "-> creating $PFCSETUPNAME.zip" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |