From 6eb4b07a7b5d816718d95611af4499ad977b3c22 Mon Sep 17 00:00:00 2001 From: malturan Date: Tue, 10 Feb 2015 16:47:28 +0100 Subject: [PATCH] use cdash.cern.ch --- CTestConfig.cmake | 11 ++--------- Dart.sh | 10 ++++------ 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 8f4f4b873da..bd177a2ae9d 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -1,18 +1,11 @@ - ################################################################################ - # Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH # - # # - # This software is distributed under the terms of the # - # GNU Lesser General Public Licence version 3 (LGPL) version 3, # - # copied verbatim in the file "LICENSE" # - ################################################################################ # Dashboard is opened for submissions for a 24 hour period starting at # the specified NIGHLY_START_TIME. Time is specified in 24 hour format. set(CTEST_PROJECT_NAME "AliRoot") set(CTEST_NIGHTLY_START_TIME "00:00:00 CEST") set(CTEST_DROP_METHOD "http") -set(CTEST_DROP_SITE "cdash.gsi.de") -set(CTEST_DROP_LOCATION "/CDash/submit.php?project=AliRoot") +set(CTEST_DROP_SITE "cdash.cern.ch") +set(CTEST_DROP_LOCATION "/submit.php?project=AliRoot") set(CTEST_DROP_SITE_CDASH TRUE) set(CTEST_TESTING_TIMEOUT 60) diff --git a/Dart.sh b/Dart.sh index 670d77363a6..7745122a131 100755 --- a/Dart.sh +++ b/Dart.sh @@ -16,12 +16,10 @@ echo "# This can be usefull if one can use a distributed build system #" echo "# like icecream. #" echo "# For example #" echo "#!/bin/bash #" -echo "#export LINUX_FLAVOUR=Ubuntu14.x #" +echo "#export LINUX_FLAVOUR=Your_System #" echo "#export ROOTSYS=Path_to_ROOTSYS #" -echo "#export ALFAPATH= #" -echo "#export BUILDDIR=/tmp/AliceO2/build_cdash #" -echo "#export SOURCEDIR=~/AliceO2 #" -echo "#export NCPU=8 #" +echo "#export BUILDDIR=Path_To_Build_dir #" +echo "#export SOURCEDIR=Path_To_Source_dir #" echo "##################################################################" } @@ -74,7 +72,7 @@ else GCC_VERSION=$($CXX -dumpversion) fi -export LABEL1=${LINUX_FLAVOUR}-$SYSTEM-$COMPILER$GCC_VERSION-aliroot_$GIT_BRANCH +export LABEL1=${LINUX_FLAVOUR}-$SYSTEM-$COMPILER$GCC_VERSION export LABEL=$(echo $LABEL1 | sed -e 's#/#_#g') # get the number of processors -- 2.43.0