Skip to content
Snippets Groups Projects
Commit 7f40a2f9 authored by edgrif's avatar edgrif
Browse files

make a global list of build machines.

parent 8598a433
No related branches found
No related tags found
No related merge requests found
......@@ -157,13 +157,20 @@ ZBusage ()
#
ZBscript=`basename $1`
ZBbuildBase=~zmap/BUILDS
ZBBaseDir=~zmap
ZBbuildBase=~zmap/BUILDS
ZBOverDir="$ZBBaseDir/BUILD.OVERNIGHT"
ZBOverBinDir="$ZBBaseDir/BIN.OVERNIGHT"
ZBDevDir="$ZBBaseDir/BUILD.DEVELOPMENT"
ZBDevBinDir="$ZBBaseDir/BIN.DEVELOPMENT"
# Add new build machines to this list, separate with a blank within the single string.
# NOTE THAT THE FIRST MACHINE IN THE LIST _MUST_ BE ABLE TO BUILD THE DOCS....see loop
# in zmapbootstrap script. We only build on this machine at the moment because the Mac
# is not on the network....
ZBmachines='deskpro16113'
# Add new acedb binaries to this list, separate with a blank within the single string.
ZBAcedbBinaries='tace xace sgifaceserver giface makeUserPasswd blixem dotter'
ZBcvsRoot=/nfs/team71/acedb/zmap/CVS
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment