Date:	Sunday July 2, 2000 @ 19:52
Author:	cameron

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

Modified Files:
	PROJECTS 
Log Message:


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

Index: Vanilla/PROJECTS
diff -u Vanilla/PROJECTS:1.80 Vanilla/PROJECTS:1.81
--- Vanilla/PROJECTS:1.80	Tue Jun 27 17:09:28 2000
+++ Vanilla/PROJECTS	Sun Jul  2 19:51:59 2000
@@ -1,9 +1,11 @@
 PROJECTS ... list of things to do or fix, and hints for developers.
 
-#	$Id: PROJECTS,v 1.80 2000/06/27 22:09:28 cameron Exp $	
+#	$Id: PROJECTS,v 1.81 2000/07/03 00:51:59 cameron Exp $	
 
 Small things
 
+	- god observer should see all teams messages.
+
 	- practice robots fail to shoot torpedoes if created while server 
           is in topgun mode.
 
@@ -261,8 +263,15 @@
 	cd ..
 	setenv CVSROOT :pserver:cameron at cvs.us.netrek.org:/home/netrek/cvsroot
 	cvs -z9 export -d Vanilla-$VS -r $VL Vanilla
-	tar cvf Vanilla-$VS.tar Vanilla-$VS
-	gzip -9v Vanilla-$VS.tar
+	# package res-rsa with .tar.gz as per dave ahn 28th june 2000
+	cd Vanilla-$VS
+	tar xf ../Vanilla/res-rsa-2.9.2.tar.gz
+	mv res-rsa-2.9.2/* res-rsa/
+	rmdir res-rsa-2.9.2
+	# code above unverified
+	cd ..
+	tar cf Vanilla-$VS.tar Vanilla-$VS
+	gzip -9 Vanilla-$VS.tar
 
 	# record md5sum of kit for publishing
 	md5sum Vanilla-$VS.tar.gz > Vanilla-$VS.tar.gz.md5sum
@@ -275,20 +284,21 @@
 
 	# test install kit
 	make install
-	cd /tmp/$VS
-	./netrekd
+	/tmp/$VS/netrekd
 
 	# test client
 	cow -h localhost
 
 	# clean up
+	/tmp/$VS/netrekd stop
 	rm -rf /tmp/$VS
+	cd ..
 	rm -rf Vanilla-$VS
 
 	# rpm packaging
-	cd Vanilla
-	rpm/tar2rpm
-	cp res-rsa-*.tar.gz /usr/src/redhat/SOURCES
+	Vanilla/rpm/tar2rpm
+	cp Vanilla/res-rsa-*.tar.gz /usr/src/redhat/SOURCES
+	cd /usr/src/redhat/SPECS
 	rpm -ba netrek.spec
 	# test package install