mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-27 12:56:04 -04:00
Have to use own id for cvs checkout. Change compile server because
old one not working consistently git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1302 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
9c89de133b
commit
c8a9bf228f
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ function make_dist {
|
|||
cd $COMPILE_DIR/$cvs_rel
|
||||
|
||||
# Cannot use cvs export due to conflicts on second run - think this is better for cvs server
|
||||
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug
|
||||
CVS_RSH=ssh cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug
|
||||
|
||||
cd $PROJECT
|
||||
|
||||
|
|
@ -64,7 +64,7 @@ OUT_SERVER="shell.sf.net"
|
|||
OUT="/home/groups/n/na/nagiosplug/htdocs/snapshot"
|
||||
|
||||
# Make sure prereqs are satisfied on server!
|
||||
CF="x86-linux2"
|
||||
CF="amd64-linux2"
|
||||
DS=`date -u +%Y%m%d%H%M`
|
||||
|
||||
# Setup home directory area
|
||||
|
|
|
|||
Loading…
Reference in a new issue