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

switch to deskpro16113 for now.

parent 9ef2634b
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,8 @@ function _config_source_file ...@@ -91,7 +91,8 @@ function _config_source_file
# no = FALSEHOOD # no = FALSEHOOD
# config for the master build script # 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_DOCS=yes
ZMAP_MASTER_BUILD_DOXYGEN_DOCS=yes ZMAP_MASTER_BUILD_DOXYGEN_DOCS=yes
ZMAP_MASTER_BUILD_DIST=yes ZMAP_MASTER_BUILD_DIST=yes
...@@ -105,7 +106,8 @@ ZMAP_MASTER_NOTIFY_MAIL=zmapdev@sanger.ac.uk ...@@ -105,7 +106,8 @@ ZMAP_MASTER_NOTIFY_MAIL=zmapdev@sanger.ac.uk
ZMAP_MASTER_BUILD_CANVAS_DIST=no ZMAP_MASTER_BUILD_CANVAS_DIST=no
ZMAP_CLUSTER_CONFIG_FILE=~zmap/cluster.config.sh 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 \ ZMAP_SSH_OPTIONS="-oStrictHostKeyChecking=no \
-oConnectTimeout=3 \ -oConnectTimeout=3 \
-oSetupTimeOut=3 \ -oSetupTimeOut=3 \
...@@ -152,7 +154,8 @@ ZMAP_WEBSITE_SINGLE_FILES="src/zmapServer/acedb/models.wrm:user_doc/models.wrm.s ...@@ -152,7 +154,8 @@ ZMAP_WEBSITE_SINGLE_FILES="src/zmapServer/acedb/models.wrm:user_doc/models.wrm.s
WEBROOT=/nfs/WWWdev/SANGER_docs/htdocs WEBROOT=/nfs/WWWdev/SANGER_docs/htdocs
WEBUSER=zmap WEBUSER=zmap
# Should be the machine where /nfs/WWWdev is exported! # Should be the machine where /nfs/WWWdev is exported!
WEBHOST=tviewsrv #WEBHOST=tviewsrv
WEBHOST=deskpro16113
ZMAP_WEBSITE_TARGET=$WEBROOT/Software/analysis/ZMap ZMAP_WEBSITE_TARGET=$WEBROOT/Software/analysis/ZMap
# bootstrap (autotools locations) # bootstrap (autotools locations)
......
...@@ -218,7 +218,8 @@ $NO_RELEASE_B ...@@ -218,7 +218,8 @@ $NO_RELEASE_B
EOF EOF
# Can no longer run on scratchy.. rt is now installed in /software/acedb/bin for i386 # 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" RTHTTPSERVER="https://rt.sanger.ac.uk"
RTUSER=zmap RTUSER=zmap
RTRESULTS=rt_tickets.out RTRESULTS=rt_tickets.out
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
# Configuring variables # Configuring variables
# ================== CONFIG ================== # ================== CONFIG ==================
SRC_MACHINE=tviewsrv #SRC_MACHINE=tviewsrv
SRC_MACHINE=deskpro16113
CVS_CHECKOUT_SCRIPT=./build_bootstrap.sh CVS_CHECKOUT_SCRIPT=./build_bootstrap.sh
GLOBAL_LOG=~/BUILDS/latest.build.log GLOBAL_LOG=~/BUILDS/latest.build.log
ERROR_RECIPIENT=zmapdev@sanger.ac.uk ERROR_RECIPIENT=zmapdev@sanger.ac.uk
......
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