[Nagiosplug-checkins] CVS: nagiosplug/tools sfsnapshot,1.13,1.14

Ton Voon tonvoon at users.sourceforge.net
Fri Jun 25 22:14:08 CEST 2004


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

Modified Files:
	sfsnapshot 
Log Message:
Remove need to alter configure.in. Using different compile farms for 
SF to do the compiling


Index: sfsnapshot
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/sfsnapshot,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** sfsnapshot	16 Sep 2003 11:36:51 -0000	1.13
--- sfsnapshot	26 Jun 2004 05:13:25 -0000	1.14
***************
*** 20,24 ****
  	else
  		cvs_rel="HEAD"
! 		v=""
  	fi
  	
--- 20,24 ----
  	else
  		cvs_rel="HEAD"
! 		v="HEAD-"
  	fi
  	
***************
*** 30,43 ****
  	[[ ! -d $IN/$cvs_rel ]] && mkdir -p $IN/$cvs_rel
  	cd $IN/$cvs_rel
! 	rm -f $PROJECT/configure.in
  	cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug
  	cd $PROJECT
! 	sed 's/^VER=.*/VER=$v$DS/;s/^REL=.*/REL=snapshot/' configure.in > configure.tmp
! 	mv configure.tmp configure.in
  	tools/setup
  	./configure
  
  	# Make the Nagiosplug dist tarball
! 	make dist
  
  	# End ssh
--- 30,43 ----
  	[[ ! -d $IN/$cvs_rel ]] && mkdir -p $IN/$cvs_rel
  	cd $IN/$cvs_rel
! 	#rm -f $PROJECT/configure.in
  	cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug
  	cd $PROJECT
! 	#sed 's/^VER=.*/VER=$v$DS/;s/^REL=.*/REL=snapshot/' configure.in > configure.tmp
! 	#mv configure.tmp configure.in
  	tools/setup
  	./configure
  
  	# Make the Nagiosplug dist tarball
! 	make dist VERSION=$v$DS RELEASE=snapshot
  
  	# End ssh
***************
*** 51,54 ****
--- 51,57 ----
  OUT="/home/groups/n/na/nagiosplug/htdocs/snapshot"
  CF="usf-cf-x86-linux-2"
+ CF="usf-cf-x86-linux-1"
+ CF="x86-linux2"
+ CF="x86-linux1"
  DS=`date -u +%Y%m%d%H%M`
  





More information about the Commits mailing list