[Phpfreechat-svn] SF.net SVN: phpfreechat: [717] trunk/misc/tarSource
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-08-29 21:01:20
|
Revision: 717 Author: kerphi Date: 2006-08-29 14:01:10 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=717&view=rev Log Message: ----------- add the local mirror to the list (for easy testing) Modified Paths: -------------- trunk/misc/tarSource Modified: trunk/misc/tarSource =================================================================== --- trunk/misc/tarSource 2006-08-29 20:55:31 UTC (rev 716) +++ trunk/misc/tarSource 2006-08-29 21:01:10 UTC (rev 717) @@ -35,6 +35,7 @@ rm -rf ./$PFCSETUPNAME/pearrc rm -rf ./$PFCSETUPNAME/OS echo "$NAME.tar.gz" > $PFCSETUPNAME/archive +echo `pwd` >> $PFCSETUPNAME/mirrors tar czfp $PFCSETUPNAME.tar.gz ./$PFCSETUPNAME echo "-> removing temporary files" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |