Skip to content
Snippets Groups Projects
Commit 47771f76 authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

Merge branch 'lugrazet-envvar-tckrepo' into '2024-patches'

[TCK Infrastructure] Change default tck repository to /cvmfs/.../tcks

See merge request !477
parents f24614c5 6c655653
No related branches found
No related tags found
2 merge requests!480Synchronize master branch with 2024-patches,!477[TCK Infrastructure] Change default tck repository to /cvmfs/.../tcks
Pipeline #7802673 passed
......@@ -96,7 +96,7 @@ if initial_tck != 0:
else:
# Otherwise allow the repository to be set in an special
# environment variable, but use the file content metadata repo
repo = "/group/hlt/commissioning/tck.git"
repo = os.getenv('TCK_REPO', '/cvmfs/lhcb.cern.ch/lib/lhcb/tcks.git')
if not _is_repo(repo):
raise RuntimeError(
"Failed to find filecontent metadata repo for TCKs at {}".format(
......
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