From e71e6094c1624c370b111441a3c03de6eb8a1bce Mon Sep 17 00:00:00 2001 From: jose-luis-rs Date: Wed, 1 Nov 2023 15:46:43 +0100 Subject: [PATCH] Added configuration files Minor change --- .github/workflows/main.yml | 2 +- .githubfiles/dart_experimental_nov22p1.cfg | 8 ++++++++ .githubfiles/fairsoft.gsi.de.conf | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .githubfiles/dart_experimental_nov22p1.cfg create mode 100644 .githubfiles/fairsoft.gsi.de.conf diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39ad329..d28f076 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,7 +108,7 @@ jobs: # A self-defined composite action for the cmake configuration and build # of r3broot (along with necessary dep repos). - - name: configure-build-sofia + - name: configure-build-glad-tpc run: | git clone https://github.com/R3BRootGroup/R3BRoot.git cd .. diff --git a/.githubfiles/dart_experimental_nov22p1.cfg b/.githubfiles/dart_experimental_nov22p1.cfg new file mode 100644 index 0000000..cea20e8 --- /dev/null +++ b/.githubfiles/dart_experimental_nov22p1.cfg @@ -0,0 +1,8 @@ +#!/bin/bash +export LINUX_FLAVOUR=Ubuntu22.04 +export FAIRSOFT_VERSION=nov22p1 +export FAIRROOT_VERSION=v18.8.1 +export GIT_BRANCH=dev +export BUILDDIR=/tmp/r3broot/build_r3b_experimental_${FAIRSOFT_VERSION}_${FAIRROOT_VERSION} +export SOURCEDIR=$PWD + diff --git a/.githubfiles/fairsoft.gsi.de.conf b/.githubfiles/fairsoft.gsi.de.conf new file mode 100644 index 0000000..f7e8837 --- /dev/null +++ b/.githubfiles/fairsoft.gsi.de.conf @@ -0,0 +1,3 @@ +CVMFS_SERVER_URL="http://cvmfs-s1.gsi.de/cvmfs/fairsoft.gsi.de" +CVMFS_HTTP_PROXY="DIRECT" +CVMFS_PUBLIC_KEY="/etc/cvmfs/keys/masterkey.gsi.de.pub"