summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2004-06-26 05:13:25 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2004-06-26 05:13:25 (GMT)
commitd158e47189abffb0f754231b214953ea22063ae9 (patch)
tree11b8a43f56213ca8dd0cf96a2f47f9234b589e4b /tools
parent355191328668c2140894665f3d14a1f380b436c4 (diff)
downloadmonitoring-plugins-d158e47189abffb0f754231b214953ea22063ae9.tar.gz
Remove need to alter configure.in. Using different compile farms for
SF to do the compiling git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@879 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'tools')
-rwxr-xr-xtools/sfsnapshot13
1 files changed, 8 insertions, 5 deletions
diff --git a/tools/sfsnapshot b/tools/sfsnapshot
index b50cf22..122fb71 100755
--- a/tools/sfsnapshot
+++ b/tools/sfsnapshot
@@ -19,7 +19,7 @@ function make_dist {
19 v="$1-" 19 v="$1-"
20 else 20 else
21 cvs_rel="HEAD" 21 cvs_rel="HEAD"
22 v="" 22 v="HEAD-"
23 fi 23 fi
24 24
25 # Get compile server to do the work 25 # Get compile server to do the work
@@ -29,16 +29,16 @@ function make_dist {
29 PATH=$PATH 29 PATH=$PATH
30 [[ ! -d $IN/$cvs_rel ]] && mkdir -p $IN/$cvs_rel 30 [[ ! -d $IN/$cvs_rel ]] && mkdir -p $IN/$cvs_rel
31 cd $IN/$cvs_rel 31 cd $IN/$cvs_rel
32 rm -f $PROJECT/configure.in 32 #rm -f $PROJECT/configure.in
33 cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug 33 cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug
34 cd $PROJECT 34 cd $PROJECT
35 sed 's/^VER=.*/VER=$v$DS/;s/^REL=.*/REL=snapshot/' configure.in > configure.tmp 35 #sed 's/^VER=.*/VER=$v$DS/;s/^REL=.*/REL=snapshot/' configure.in > configure.tmp
36 mv configure.tmp configure.in 36 #mv configure.tmp configure.in
37 tools/setup 37 tools/setup
38 ./configure 38 ./configure
39 39
40 # Make the Nagiosplug dist tarball 40 # Make the Nagiosplug dist tarball
41 make dist 41 make dist VERSION=$v$DS RELEASE=snapshot
42 42
43 # End ssh 43 # End ssh
44EOF 44EOF
@@ -50,6 +50,9 @@ IN=${HOME}/tmp_snapshot
50OUT_SERVER="shell.sf.net" 50OUT_SERVER="shell.sf.net"
51OUT="/home/groups/n/na/nagiosplug/htdocs/snapshot" 51OUT="/home/groups/n/na/nagiosplug/htdocs/snapshot"
52CF="usf-cf-x86-linux-2" 52CF="usf-cf-x86-linux-2"
53CF="usf-cf-x86-linux-1"
54CF="x86-linux2"
55CF="x86-linux1"
53DS=`date -u +%Y%m%d%H%M` 56DS=`date -u +%Y%m%d%H%M`
54 57
55# Make dists for HEAD and any others in command parameters 58# Make dists for HEAD and any others in command parameters