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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed May 30 16:03:20 EDT 2007


Author: oscar
Date: 2007-05-30 16:03:20 -0400 (Wed, 30 May 2007)
New Revision: 5462

Modified:
   plog/branches/lifetype-1.2/bin-devel/build-svn.sh
Log:
The main build script will now also generate a "clean" list of MD5 hashes, for inclusion in the final distributable package instead of relying on the version stored in our repository (which may or may not be up-to-date)


Modified: plog/branches/lifetype-1.2/bin-devel/build-svn.sh
===================================================================
--- plog/branches/lifetype-1.2/bin-devel/build-svn.sh	2007-05-30 19:29:26 UTC (rev 5461)
+++ plog/branches/lifetype-1.2/bin-devel/build-svn.sh	2007-05-30 20:03:20 UTC (rev 5462)
@@ -46,8 +46,8 @@
 
 cleanup_exit()
 {
-	rm -rf $WORKDIR
-	rm -rf $WORKDIR-docs
+	#rm -rf $WORKDIR
+	#rm -rf $WORKDIR-docs
 	exit $1
 }
 
@@ -115,6 +115,10 @@
 cp -f $WORKDIR/release/userdata.properties.php.dist $WORKDIR/config/userdata.properties.php
 rm -rf $WORKDIR/dist
 
+# generate install/file.properties.php with the MD5 hashes of most core files
+message "Generating MD5 hashes..."
+php $WORKDIR/bin-devel/genmd5.php
+
 # finally, update the version.php file
 message "Updating the version.php file..."
 echo "<?php" > $WORKDIR/version.php



More information about the pLog-svn mailing list