From c2a4a3a67f4cc87bdbd4d653477f4a09662be228 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Mon, 11 Aug 2003 19:43:36 +0000 Subject: [PATCH] Fixed building snapshots - cvs update ignores new directories. Also do not need to run make git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@681 f882894a-f735-0410-b71e-b25c423dba1c --- tools/sfsnapshot | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/tools/sfsnapshot b/tools/sfsnapshot index 7714aef..68076e3 100755 --- a/tools/sfsnapshot +++ b/tools/sfsnapshot @@ -29,22 +29,14 @@ function make_dist { PATH=$PATH [[ ! -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@cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug - cd $PROJECT - fi - + rm -f $PROJECT/configure.in + cvs -z3 -d:pserver:anonymous@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 - # Make the Nagiosplug dist tarball make dist -- 2.30.2