== Build Servers == Builds of SasView, both release and trunk, are automated using Jenkins [http://www.jenkins-ci.org] on a number of servers: * Windows (XP, Python 2.6) build and installer build hosted at UTK (http://build.sasview.org) * Mac OS (Snow Leopard 10.6, Python 2.6) build and installer build hosted at ISIS (http://download.mantidproject.org/jenkins/view/All/job/sasview_snowleopard_32bit/) * RHEL 6 build and installer build hosted at SNS (https://builds.sns.gov/view/Other%20Software/view/SasView/job/sasview_rhel6/) * Ubuntu (10.04, Python 2.6) egg build hosted at UTK (http://build.sasview.org) * Ubuntu (12.04, Python 2.7) egg build hosted at UTK (http://build.sasview.org) == Access == === Jenkins === * UTK hosted - talk to Andrew, Mathieu, Tobias or Peter. You can have a Jenkins account if you need one for setting up jobs, configuring the builds etc. * SNS hosted - talk to Mathieu * ISIS hosted - talk to Peter === Windows Builds === The windows builds are done on a virtualbox VM running on danse2.chem.utk.edu. To access this you must have an account on danse.chem.utk.edu (talk to Andrew). You can then connect to the VM as follows: Set up an ssh tunnel to the server. The command line approach is {{{ $ ssh -LXXXX:danse2.chem.utk.edu:3389 username@danse.chem.utk.edu }}} where `XXXX` is the local port you wish to use (e.g. 3389) and `username` is your username. Then connect your RDP client (Remote Desktop) to `localhost` on the port you chose (e.g. 3389). == Future Plans == Move all builds to servers at ESS data centre in Denmark.