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
c65bdca6
Commit
c65bdca6
authored
15 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
switch to deskpro16113 for now.
parent
9ef2634b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
scripts/build_config.sh
+6
-3
6 additions, 3 deletions
scripts/build_config.sh
scripts/zmap_build_rt_release_notes.sh
+2
-1
2 additions, 1 deletion
scripts/zmap_build_rt_release_notes.sh
scripts/zmap_do_build.sh
+2
-1
2 additions, 1 deletion
scripts/zmap_do_build.sh
with
10 additions
and
5 deletions
scripts/build_config.sh
+
6
−
3
View file @
c65bdca6
...
...
@@ -91,7 +91,8 @@ function _config_source_file
# no = FALSEHOOD
# config for the master build script
ZMAP_MASTER_HOST
=
tviewsrv
#ZMAP_MASTER_HOST=tviewsrv
ZMAP_MASTER_HOST
=
deskpro16113
ZMAP_MASTER_BUILD_DOCS
=
yes
ZMAP_MASTER_BUILD_DOXYGEN_DOCS
=
yes
ZMAP_MASTER_BUILD_DIST
=
yes
...
...
@@ -105,7 +106,8 @@ ZMAP_MASTER_NOTIFY_MAIL=zmapdev@sanger.ac.uk
ZMAP_MASTER_BUILD_CANVAS_DIST
=
no
ZMAP_CLUSTER_CONFIG_FILE
=
~zmap/cluster.config.sh
ZMAP_BUILD_MACHINES
=
"tviewsrv mac18480i cbi4"
#ZMAP_BUILD_MACHINES="tviewsrv mac18480i cbi4"
ZMAP_BUILD_MACHINES
=
"deskpro16113 mac18480i cbi4"
ZMAP_SSH_OPTIONS
=
"-oStrictHostKeyChecking=no
\
-oConnectTimeout=3
\
-oSetupTimeOut=3
\
...
...
@@ -152,7 +154,8 @@ ZMAP_WEBSITE_SINGLE_FILES="src/zmapServer/acedb/models.wrm:user_doc/models.wrm.s
WEBROOT
=
/nfs/WWWdev/SANGER_docs/htdocs
WEBUSER
=
zmap
# Should be the machine where /nfs/WWWdev is exported!
WEBHOST
=
tviewsrv
#WEBHOST=tviewsrv
WEBHOST
=
deskpro16113
ZMAP_WEBSITE_TARGET
=
$WEBROOT
/Software/analysis/ZMap
# bootstrap (autotools locations)
...
...
This diff is collapsed.
Click to expand it.
scripts/zmap_build_rt_release_notes.sh
+
2
−
1
View file @
c65bdca6
...
...
@@ -218,7 +218,8 @@ $NO_RELEASE_B
EOF
# Can no longer run on scratchy.. rt is now installed in /software/acedb/bin for i386
RTSERVER=tviewsrv
#RTSERVER=tviewsrv
RTSERVER=deskpro16113
RTHTTPSERVER="https://rt.sanger.ac.uk"
RTUSER=zmap
RTRESULTS=rt_tickets.out
...
...
This diff is collapsed.
Click to expand it.
scripts/zmap_do_build.sh
+
2
−
1
View file @
c65bdca6
...
...
@@ -9,7 +9,8 @@
# Configuring variables
# ================== CONFIG ==================
SRC_MACHINE
=
tviewsrv
#SRC_MACHINE=tviewsrv
SRC_MACHINE
=
deskpro16113
CVS_CHECKOUT_SCRIPT
=
./build_bootstrap.sh
GLOBAL_LOG
=
~/BUILDS/latest.build.log
ERROR_RECIPIENT
=
zmapdev@sanger.ac.uk
...
...
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