Last sync 2016.04.01
[deliverable/titan.core.git] / etc / autotest / titan_builder.sh
1 #!/bin/bash -x
2 ###############################################################################
3 # Copyright (c) 2000-2016 Ericsson Telecom AB
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Eclipse Public License v1.0
6 # which accompanies this distribution, and is available at
7 # http://www.eclipse.org/legal/epl-v10.html
8 #
9 # Contributors:
10 #
11 # Balasko, Jeno
12 # Kovacs, Ferenc
13 #
14 ###############################################################################
15
16
17 # Load platform specific settings.
18 CONFIG_FILE=${HOME}/.titan_builder
19 if [ -f ${CONFIG_FILE} ]; then . ${CONFIG_FILE}; fi
20
21 if [ ! -n "`mount | grep \"/view/eferkov_tcc/vobs/ttcn\"`" ]; then sshfs -o ro,reconnect,transform_symlinks titanrt@147.214.15.153:/view/eferkov_tcc/vobs/ttcn /home/titanrt/titan_nightly_builds/vobs/ttcn; fi
22 if [ ! -n "`mount | grep \"/proj/TTCN/www/ttcn/root/titan-testresults\"`" ]; then sshfs -o reconnect,transform_symlinks titanrt@147.214.15.96:/proj/TTCN/www/ttcn/root/titan-testresults /home/titanrt/titan_nightly_builds/web; fi
23
24 ./titan_builder.py "$@"
This page took 0.046231 seconds and 5 git commands to generate.