[Nagiosplug-checkins] nagiosplug/tools sfsnapshot,1.17,1.18

Ton Voon tonvoon at users.sourceforge.net
Sat Jan 21 13:47:05 CET 2006


Update of /cvsroot/nagiosplug/nagiosplug/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2360

Modified Files:
	sfsnapshot 
Log Message:
Have to use own id for cvs checkout. Change compile server because
old one not working consistently


Index: sfsnapshot
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/sfsnapshot,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- sfsnapshot	18 Nov 2005 12:56:08 -0000	1.17
+++ sfsnapshot	21 Jan 2006 21:46:38 -0000	1.18
@@ -31,7 +31,7 @@
 	cd $COMPILE_DIR/$cvs_rel
 
 	# Cannot use cvs export due to conflicts on second run - think this is better for cvs server
-	cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug
+	CVS_RSH=ssh cvs -z3 -d:ext:tonvoon at cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug
 
 	cd $PROJECT
 
@@ -64,7 +64,7 @@
 OUT="/home/groups/n/na/nagiosplug/htdocs/snapshot"
 
 # Make sure prereqs are satisfied on server!
-CF="x86-linux2"
+CF="amd64-linux2"
 DS=`date -u +%Y%m%d%H%M`
 
 # Setup home directory area





More information about the Commits mailing list