r2811 - trunk/misc

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Sep 27 14:03:16 EDT 2007


Author: div0
Date: 2007-09-27 14:03:15 -0400 (Thu, 27 Sep 2007)
New Revision: 2811

Modified:
   trunk/misc/makebuild.sh
Log:
send current state of build script to svn. Build will soon move from hector to hagger, though, so it will need changes to build on IA32 instead of IA64.


Modified: trunk/misc/makebuild.sh
===================================================================
--- trunk/misc/makebuild.sh	2007-09-20 21:39:34 UTC (rev 2810)
+++ trunk/misc/makebuild.sh	2007-09-27 18:03:15 UTC (rev 2811)
@@ -1,7 +1,5 @@
 #!/bin/sh
 
-echo TODO: add darkplaces.txt to Docs/
-
 set -e
 
 base=`pwd`
@@ -35,7 +33,7 @@
 		;;
 esac
 
-basepk3=$base/data20060905.pk3
+basepk3=$base/data20070531.pk3
 nexdir=$base/nexuiz
 nexprodir=$base/nexuizpro
 dpdir=$base/darkplaces
@@ -189,6 +187,7 @@
 cd "$tmpdir/Docs"
 perl -pi -e '/^#---SET nexversion=([0-9.]*)$/ and $_ = "#---SET nexversion='$version'\n"' FAQ.aft
 perl -pi -e '/^\s*Version ([0-9.]*)<\/div>$/ and $_ = "Version '$version'</div>\n"' Readme.htm
+cp "$dpdir/darkplaces.txt" .
 aft FAQ.aft
 aft FAQ.aft
 rm FAQ.aft-TOC
@@ -233,10 +232,15 @@
 
 rm -f "$zipdir/nexuiz$date$ext.zip"
 zip $zipflags -9yr "$zipdir/nexuiz$date$ext.zip"           Nexuiz/gpl.txt Nexuiz/nexuiz* Nexuiz/Nexuiz* Nexuiz/*.dll Nexuiz/sources Nexuiz/Docs Nexuiz/data/data$date.pk3 Nexuiz/data/common-spog.pk3 Nexuiz/pro/*
+ln -snf nexuiz$date$ext.zip "$zipdir/nexuizNEWEST.zip"
+
 rm -f "$zipdir/nexuizengineonly$date$ext.zip"
 zip $zipflags -9yr "$zipdir/nexuizengineonly$date$ext.zip" Nexuiz/gpl.txt Nexuiz/nexuiz* Nexuiz/Nexuiz* Nexuiz/*.dll
+ln -snf nexuizengineonly$date$ext.zip "$zipdir/nexuizengineonlyNEWEST.zip"
+
 rm -f "$zipdir/nexuizsource$date$ext.zip"
 zip $zipflags -9yr "$zipdir/nexuizsource$date$ext.zip"     Nexuiz/gpl.txt                                            Nexuiz/sources
+ln -snf nexuizsource$date$ext.zip "$zipdir/nexuizsourceNEWEST.zip"
 
 zipdiff -o "Nexuiz/data/datapatch$date.pk3" -f "$basepk3" -t Nexuiz/data/data$date.pk3
 mkdir -p gfx
@@ -247,9 +251,12 @@
 
 rm -f "$zipdir/nexuizpatch$date$ext.zip"
 zip $zipflags -9yr "$zipdir/nexuizpatch$date$ext.zip"      Nexuiz/gpl.txt Nexuiz/nexuiz* Nexuiz/Nexuiz* Nexuiz/*.dll Nexuiz/sources Nexuiz/Docs Nexuiz/data/datapatch$date.pk3 Nexuiz/pro/*
+ln -snf nexuizpatch$date$ext.zip "$zipdir/nexuizpatchNEWEST.zip"
 
 rm -f "$zipdir/nexuizdocs$date$ext.zip"
 zip $zipflags -9yr "$zipdir/nexuizdocs$date$ext.zip"       Nexuiz/gpl.txt Nexuiz/Docs
+ln -snf nexuizdocs$date$ext.zip "$zipdir/nexuizdocsNEWEST.zip"
 
 rm -f "$zipdir/nexuizdebug$date$ext.zip"
-zip $zipflags -9yr "$zipdir/nexuizdebug$date$ext.zip"      Nexuiz/gpl.txt Nexuiz/debuginfo/*
+zip $zipflags -9yr "$zipdir/nexuizdebug$date$ext.zip"      Nexuiz/gpl.txt Nexuiz/debuginfo/* Nexuiz/sources
+ln -snf nexuizdebug$date$ext.zip "$zipdir/nexuizdebugNEWEST.zip"




More information about the nexuiz-commits mailing list