diff options
Diffstat (limited to 'tools/sfsnapshot')
-rwxr-xr-x | tools/sfsnapshot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/sfsnapshot b/tools/sfsnapshot index 0a5c650..46f34a3 100755 --- a/tools/sfsnapshot +++ b/tools/sfsnapshot | |||
@@ -31,7 +31,7 @@ function make_dist { | |||
31 | cd $COMPILE_DIR/$cvs_rel | 31 | cd $COMPILE_DIR/$cvs_rel |
32 | 32 | ||
33 | # Cannot use cvs export due to conflicts on second run - think this is better for cvs server | 33 | # Cannot use cvs export due to conflicts on second run - think this is better for cvs server |
34 | CVS_RSH=ssh cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug | 34 | CVS_RSH=ssh cvs -z3 -d:ext:tonvoon@nagiosplug.cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug |
35 | 35 | ||
36 | cd $PROJECT | 36 | cd $PROJECT |
37 | 37 | ||
@@ -64,7 +64,7 @@ OUT_SERVER="shell.sf.net" | |||
64 | OUT="/home/groups/n/na/nagiosplug/htdocs/snapshot" | 64 | OUT="/home/groups/n/na/nagiosplug/htdocs/snapshot" |
65 | 65 | ||
66 | # Make sure prereqs are satisfied on server! | 66 | # Make sure prereqs are satisfied on server! |
67 | CF="amd64-linux2" | 67 | CF="x86-linux2" |
68 | DS=`date -u +%Y%m%d%H%M` | 68 | DS=`date -u +%Y%m%d%H%M` |
69 | 69 | ||
70 | # Setup home directory area | 70 | # Setup home directory area |