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

CVS update: Vanilla



Date:	Thursday December 30, 1999 @ 3:36
Author:	cameron

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

Modified Files:
	PROJECTS 
Log Message:
adjust release procedure slightly


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

Index: Vanilla/PROJECTS
diff -u Vanilla/PROJECTS:1.65 Vanilla/PROJECTS:1.66
--- Vanilla/PROJECTS:1.65	Thu Dec 30 00:39:56 1999
+++ Vanilla/PROJECTS	Thu Dec 30 03:36:20 1999
@@ -1,6 +1,6 @@
 PROJECTS ... list of things to do or fix, and hints for developers.
 
-#	$Id: PROJECTS,v 1.65 1999/12/30 06:39:56 cameron Exp $	
+#	$Id: PROJECTS,v 1.66 1999/12/30 09:36:20 cameron Exp $	
 
 Small things
 
@@ -156,14 +156,15 @@
 	# review uncommitted changes
 	more tmp.tmp
 	# commit changes
-	cvs commit
+	cvs -z9 commit
 
 	# tag the release
-	cvs tag $VL
-	cvs tag -F v_release
+	cvs -z9 tag $VL
+	cvs -z9 tag -F v_release
 
 	# export the tagged release to a new directory and tar
 	cd ..
+	setenv CVSROOT :pserver:cameron@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
@@ -189,11 +190,11 @@
 	rm -rf Vanilla-$VS
 
 	# send .tar.gz to ftp sites
-	ftp://bigbang.astro.indiana.edu/incoming/
-	ftp://ftp.netrek.org/ somewhere?
-	ftp://ftp.real-time.com/
+	ftp://bigbang.astro.indiana.edu/incoming/ fails, permission denied
+	ftp://ftp.netrek.org/incoming/ (note 15 second login timer)
+	ftp://ftp.real-time.com/pub/Incoming/
 	
-	# notify mirror owners
+	# notify mirror owners, include URL of incoming copy and md5sum.
 	mailto:vanilla-list@us.netrek.org
 
 	# build differences between this version and previous