Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
7f40a2f9
Commit
7f40a2f9
authored
18 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
make a global list of build machines.
parent
8598a433
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/ZBfunctions
+8
-1
8 additions, 1 deletion
scripts/ZBfunctions
with
8 additions
and
1 deletion
scripts/ZBfunctions
+
8
−
1
View file @
7f40a2f9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment