Skip to content
Snippets Groups Projects

Replace GaussinoExtLibs with DD4hepDDG4 in lcg devX slots

Merged Marco Clemencic requested to merge use-dd4hepddg4-in-lcg-dev into master
Files
2
+ 3
0
@@ -71,6 +71,9 @@ def create_head_slot(name,
if hasattr(slot, 'GaussinoExtLibs'):
slot.GaussinoExtLibs.checkout_opts['url'] = (
'https://gitlab.cern.ch/Gaussino/gaussinoextlibs.git')
if hasattr(slot, 'DD4hepDDG4'):
slot.DD4hepDDG4.checkout_opts['url'] = (
'https://gitlab.cern.ch/Gaussino/DD4hepDDG4.git')
for pname in PROJECTS_WITHOUT_TESTS:
if hasattr(slot, pname):
getattr(slot, pname).no_test = True
Loading