diff --git a/scripts/build_config.sh b/scripts/build_config.sh
index 8582160408037cbf3b9524e4c6c53dbabd9fdf02..b64ddf0a6461f52eccb281d1144a82f538265283 100755
--- a/scripts/build_config.sh
+++ b/scripts/build_config.sh
@@ -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)
diff --git a/scripts/zmap_build_rt_release_notes.sh b/scripts/zmap_build_rt_release_notes.sh
index 42eb88bf8372aaa9ccc45d0bfd20974ec5b2df8c..8e78de9d0d75a377b932d58bce8cf9c56993f22b 100755
--- a/scripts/zmap_build_rt_release_notes.sh
+++ b/scripts/zmap_build_rt_release_notes.sh
@@ -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
diff --git a/scripts/zmap_do_build.sh b/scripts/zmap_do_build.sh
index 30a98effea3ae859578822470565b3f756b5e2fe..e71644dd10b44d19caec1a88971da2f5bd2e18f6 100755
--- a/scripts/zmap_do_build.sh
+++ b/scripts/zmap_do_build.sh
@@ -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