[Nagiosplug-checkins] CVS: nagiosplug/tools sfsnapshot,1.9,1.10

Ton Voon tonvoon at users.sourceforge.net
Tue May 13 15:24:06 CEST 2003


Update of /cvsroot/nagiosplug/nagiosplug/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv19772/tools

Modified Files:
	sfsnapshot 
Log Message:
Calls tools/setup and creates a README for the snapshot directory


Index: sfsnapshot
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/sfsnapshot,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** sfsnapshot	24 Mar 2003 02:57:50 -0000	1.9
--- sfsnapshot	13 May 2003 22:23:16 -0000	1.10
***************
*** 41,49 ****
  	sed 's/^VER=.*/VER=$v$DS/;s/^REL=.*/REL=snapshot/' configure.in > configure.tmp
  	mv configure.tmp configure.in
! 	aclocal -I lib
! 	autoheader
! 	autoconf
! 	automake --add-missing --copy
! 	autoreconf
  	./configure
  
--- 41,45 ----
  	sed 's/^VER=.*/VER=$v$DS/;s/^REL=.*/REL=snapshot/' configure.in > configure.tmp
  	mv configure.tmp configure.in
! 	tools/setup
  	./configure
  
***************
*** 79,83 ****
  ssh $OUT_SERVER << EOF
  cd $OUT
! md5sum *.gz > MD5SUM
  EOF
  
--- 75,84 ----
  ssh $OUT_SERVER << EOF
  cd $OUT
! cat <<-END_README > README
! This is the daily CVS snapshot of nagiosplug, consisting of the CVS HEAD
! and any other branches
! The MD5SUM is:
! END_README
! md5sum *.gz | tee -a README > MD5SUM
  EOF
  





More information about the Commits mailing list