[Nagiosplug-checkins] CVS: nagiosplug/tools sfsnapshot,1.11,1.12
Ton Voon
tonvoon at users.sourceforge.net
Mon Aug 11 12:54:06 CEST 2003
Update of /cvsroot/nagiosplug/nagiosplug/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv10667
Modified Files:
sfsnapshot
Log Message:
Fixed building snapshots - cvs update ignores new directories.
Also do not need to run make
Index: sfsnapshot
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/sfsnapshot,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** sfsnapshot 7 Aug 2003 01:23:30 -0000 1.11
--- sfsnapshot 11 Aug 2003 19:43:36 -0000 1.12
***************
*** 30,48 ****
[[ ! -d $IN/$cvs_rel ]] && mkdir -p $IN/$cvs_rel
cd $IN/$cvs_rel
! if [[ -d $PROJECT ]] ; then
! cd $PROJECT
! rm configure.in
! cvs update -r $cvs_rel
! else
! cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug
! cd $PROJECT
! fi
!
sed 's/^VER=.*/VER=$v$DS/;s/^REL=.*/REL=snapshot/' configure.in > configure.tmp
mv configure.tmp configure.in
tools/setup
./configure
-
- make
# Make the Nagiosplug dist tarball
--- 30,40 ----
[[ ! -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
More information about the Commits
mailing list