[Nagiosplug-checkins] nagiosplug/tools sfsnapshot,1.18,1.19
Ton Voon
tonvoon at users.sourceforge.net
Mon May 15 06:22:12 CEST 2006
Update of /cvsroot/nagiosplug/nagiosplug/tools
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv16665/tools
Modified Files:
sfsnapshot
Log Message:
Changed snapshot generator due to cvs changes on SF
Index: sfsnapshot
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/sfsnapshot,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- sfsnapshot 21 Jan 2006 21:46:38 -0000 1.18
+++ sfsnapshot 15 May 2006 13:07:19 -0000 1.19
@@ -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_RSH=ssh cvs -z3 -d:ext:tonvoon at cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug
+ CVS_RSH=ssh cvs -z3 -d:ext:tonvoon at nagiosplug.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="amd64-linux2"
+CF="x86-linux2"
DS=`date -u +%Y%m%d%H%M`
# Setup home directory area
More information about the Commits
mailing list