Skip to content
Snippets Groups Projects
Commit 12e63b08 authored by Rosen Matev's avatar Rosen Matev ☀️
Browse files

Merge branch 'cherry-pick-882deb62' into 'hlt2023-patches'

Added run3/trunk link in compact that points to the top level trunk folder

See merge request !450

(cherry picked from commit 97494b70)

b65adee9 Merge branch 'run3_trunk_link' into 'master'
parent 67be7b1d
Branches peilian_newlayout_lumi447_eta48_inR72_nhits6
No related tags found
No related merge requests found
Pipeline #6912682 passed with stages
in 4 minutes and 3 seconds
../trunk
\ No newline at end of file
......@@ -10,13 +10,14 @@
# or submit itself to any jurisdiction. #
###############################################################################
set -e
shopt -s extglob
filename=$(readlink -f $BASH_SOURCE)
dir=$(dirname $filename)
SCRIPT_LOC=$(cd $dir;pwd)
ret=0
for d in ${SCRIPT_LOC}/../compact/*; do
for d in ${SCRIPT_LOC}/../compact/!(run3); do
echo "=== Running ${SCRIPT_LOC}/verify_checksum.sh $d/LHCb.xml"
if ! ${SCRIPT_LOC}/verify_checksum.sh $d/LHCb.xml ; then
ret=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment