[pLog-svn] r6168 - plog/branches/lifetype-1.2/bin-devel

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Jan 23 10:45:45 EST 2008


Author: jondaley
Date: 2008-01-23 10:45:45 -0500 (Wed, 23 Jan 2008)
New Revision: 6168

Modified:
   plog/branches/lifetype-1.2/bin-devel/build-svn.sh
Log:
mostly comment changes, make sure to remove the release directory

Modified: plog/branches/lifetype-1.2/bin-devel/build-svn.sh
===================================================================
--- plog/branches/lifetype-1.2/bin-devel/build-svn.sh	2008-01-23 15:38:34 UTC (rev 6167)
+++ plog/branches/lifetype-1.2/bin-devel/build-svn.sh	2008-01-23 15:45:45 UTC (rev 6168)
@@ -1,9 +1,9 @@
 
 #!/bin/bash
 
-# Script to generate distribution builds of pLog
+# Script to generate distribution builds of LifeType
 #
-# (c) 27-08-2004, the pLog Team
+# (c) 27-08-2004, the LifeType Team
 #
 #
 # Requires two parameters: the name of the output package and the
@@ -22,7 +22,7 @@
 # array with the files that we are going to remove before
 # making the package... Wildcards, complete paths, whatever
 # can be used here
-#
+# NOTE: When changing this list, update the list in build-diff.sh as well
 
 TOREMOVE="include_files release/ locale/old/ templates/LifeType/ templates/standard-with-plugins/ templates/grey-sf/ templates/plogworld docs-devel/ class/gallery/getid3/module.archive.rar.php class/gallery/getid3/module.archive.szip.php class/gallery/getid3/module.audio-video.bink.php class/gallery/getid3/module.audio-video.matroska.php class/gallery/getid3/module.audio-video.nsv.php class/gallery/getid3/module.audio.avr.php class/gallery/getid3/module.audio.bonk.php class/gallery/getid3/module.audio.la.php class/gallery/getid3/module.audio.lpac.php class/gallery/getid3/module.audio.monkey.php class/gallery/getid3/module.audio.optimfrog.php class/gallery/getid3/module.audio.rkau.php class/gallery/getid3/module.audio.shorten.php class/gallery/getid3/module.audio.tta.php class/gallery/getid3/module.audio.voc.php class/gallery/getid3/module.audio.vqf.php class/gallery/getid3/module.graphic.bmp.php class/gallery/getid3/module.graphpc.pcd.php class/gallery/getid3/module.misc.exe
 .php class/gallery/getid3/module.misc.iso.php class/gallery/getid3/extension.cache.dbm.php class/gallery/getid3/extension.cache.mysql.php class/gallery/getid3/write.apetag.php class/gallery/getid3/write.id3v1.php class/gallery/getid3/write.id3v2.php class/gallery/getid3/write.lyrics3.php class/gallery/getid3/write.metaflac.php class/gallery/getid3/write.php class/gallery/getid3/write.real.php class/gallery/getid3/write.vorbiscomment.php dbperf.php *.xcode tools/ runtests.php"
 
@@ -123,12 +123,12 @@
 cp -f $WORKDIR/release/logging.properties.php.dist $WORKDIR/config/logging.properties.php
 cp -f $WORKDIR/release/cache.properties.php.dist $WORKDIR/config/cache.properties.php
 cp -f $WORKDIR/release/userdata.properties.php.dist $WORKDIR/config/userdata.properties.php
-rm -rf $WORKDIR/dist
+rm -rf $WORKDIR/release
 
 # regular users want to use the wizard
 mv $WORKDIR/wizard $WORKDIR/wizard.php
 
-# finally, update the version.php file
+# update the version.php file
 message "Updating the version.php file..."
 VERNAME=`basename ${SVNTAG}`
 echo "<?php" > $WORKDIR/version.php



More information about the pLog-svn mailing list