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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed May 30 16:13:46 EDT 2007


Author: oscar
Date: 2007-05-30 16:13:46 -0400 (Wed, 30 May 2007)
New Revision: 5463

Modified:
   plog/branches/lifetype-1.2/bin-devel/build-diff.sh
Log:
The script that generates "differential" releases will now also generate a fresh version of install/files.properties.php rather than relying on the version stored in the repository.

Modified: plog/branches/lifetype-1.2/bin-devel/build-diff.sh
===================================================================
--- plog/branches/lifetype-1.2/bin-devel/build-diff.sh	2007-05-30 20:03:20 UTC (rev 5462)
+++ plog/branches/lifetype-1.2/bin-devel/build-diff.sh	2007-05-30 20:13:46 UTC (rev 5463)
@@ -38,6 +38,9 @@
 svn switch $SVNSERVER$SVNREPO/$BRANCH2 > files
 cd ..
 
+echo "Generating MD5 hash of files..."
+php $WORKFOLDER/bin-devel/genmd5.php
+
 echo "Copying new or updated files..."
 # need to change this.  We should parse deleted files, and parse
 # this list in order because the same file could have been added
@@ -51,6 +54,11 @@
 	cp $WORKFOLDER/$i $DESTFOLDER/$FOLDER
 done
 
+# make sure that install/files.properties.php is included
+echo "Moving the updated files.properties.php to the destination package..."
+mkdir -p $DESTFOLDER/install
+cp $WORKFOLDER/install/files.properties.php $DESTFOLDER/install/files.properties.php
+
 # remove temporary folders
 rm -rf $WORKFOLDER
 
@@ -62,7 +70,6 @@
 rm -r $DESTFOLDER/bin-devel/
 rm -r $DESTFOLDER/docs-devel/
 rm -r $DESTFOLDER/plog.xcode/
-rm -r $DESTFOLDER/install/
 rm -r $DESTFOLDER/release/
 rm -r $DESTFOLDER/templates/LifeType
 rm -r $DESTFOLDER/templates/grey-sf



More information about the pLog-svn mailing list