]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
use cdash.cern.ch
authormalturan <mohammad.al-turany@cern.ch>
Tue, 10 Feb 2015 15:47:28 +0000 (16:47 +0100)
committerdberzano <dario.berzano@cern.ch>
Wed, 11 Feb 2015 16:20:42 +0000 (17:20 +0100)
CTestConfig.cmake
Dart.sh

index 8f4f4b873da17ce0d9d07595a1a14d8f99cd9eab..bd177a2ae9dbe445764e52141c9bfe6ddd036da6 100644 (file)
@@ -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 670d77363a642d039d16d1b2ec317196bf56962c..7745122a1313e7753a2e0b5a7b2f9bd579bad59d 100755 (executable)
--- 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=<path_to_installation_of_external_packages>     #"
-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