Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla



Date:	Tuesday February 22, 19100 @ 17:22
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv30365

Modified Files:
	PROJECTS 
Log Message:


****************************************

Index: Vanilla/PROJECTS
diff -u Vanilla/PROJECTS:1.69 Vanilla/PROJECTS:1.70
--- Vanilla/PROJECTS:1.69	Thu Jan 13 17:10:46 2000
+++ Vanilla/PROJECTS	Tue Feb 22 17:22:57 2000
@@ -1,9 +1,11 @@
 PROJECTS ... list of things to do or fix, and hints for developers.
 
-#	$Id: PROJECTS,v 1.69 2000/01/13 23:10:46 unbelver Exp $	
+#	$Id: PROJECTS,v 1.70 2000/02/22 23:22:57 cameron Exp $	
 
 Small things
 
+	- integrate robotd sources into Vanilla build,
+
 	- lock navigation move to daemon from ntserv, problems are evident
 	  with transwarp and planetary locks at low update rates.  Do
 	  navigation recalculations at daemon update rate (10u/s).
@@ -62,6 +64,10 @@
 
 Bigger things
 
+	- netrekd is now restartable without affecting play, but it would be
+	  suitably cool if daemon could also be restarted.  Could also do with
+	  a check for change to the shared memory size.
+
 	- connections made immediately after a genocide/conquer seem to stall
 	  for up to a minute, happens on continuum and has been confirmed by
 	  numerous players,
@@ -150,8 +156,8 @@
 	cd Vanilla
 
 	# set variables to ease the rest of this ...
-	set VS=2.9pl4
-	set VL=v_2_9_4
+	set VS=2.9pl5
+	set VL=v_2_9_5
 
 	# make sure you have committed all changes
 	cvs -z9 diff -u > tmp.tmp
@@ -182,7 +188,7 @@
 	# test install kit
 	make install
 	cd /tmp/$VS
-	./newstartd&
+	./netrekd
 
 	# test client
 	cow -h localhost
@@ -190,8 +196,13 @@
 	# clean up
 	rm -rf /tmp/$VS
 	rm -rf Vanilla-$VS
+
+	# rpm packaging
+	# rpm/src2rpm or equivalent
+	rpm -bb netrek.spec
+	# test package install
 
-	# send .tar.gz to ftp sites
+	# send .tar.gz and .rpm to ftp sites
 	ftp://ftp.netrek.org/pub/netrek/incoming/ (note 15 second login timer)
 	ftp://ftp.real-time.com/pub/Incoming/
 	
@@ -212,7 +223,7 @@
 	mailto:vanilla-announce@us.netrek.org
 	news:rec.games.netrek
 
-	# change patchlevel.h or version.h for next kit
+	# update version number, patchlevel.h, version.h, rpm/netrek.spec
 	
 
 INL robot problems reported by d4sand,