Skip to content
Snippets Groups Projects
Commit 0e5514bc authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Merge branch 'site_contact_hook' into '2022'

To tweak the output so it is less ugly inside the module

See merge request hps-public/easybuild-repository!837
parents adfb60e8 06c5fb46
Branches
No related tags found
Loading
...@@ -52,7 +52,7 @@ VETOED_INSTALLATIONS = { ...@@ -52,7 +52,7 @@ VETOED_INSTALLATIONS = {
'hdfml': [''], 'hdfml': [''],
} }
common_site_contact = 'Support contact: sc@fz-juelich.de' common_site_contact = 'Support <sc@fz-juelich.de>'
# Also maintain a list of CUDA enabled compilers # Also maintain a list of CUDA enabled compilers
CUDA_ENABLED_TOOLCHAINS = ["pmvmklc", "gmvmklc", "gmvapich2c", "pmvapich2c"] CUDA_ENABLED_TOOLCHAINS = ["pmvmklc", "gmvmklc", "gmvapich2c", "pmvapich2c"]
...@@ -124,7 +124,6 @@ def inject_site_contact(ec, site_contacts): ...@@ -124,7 +124,6 @@ def inject_site_contact(ec, site_contacts):
if key in ec_dict: if key in ec_dict:
# Replace sc@fz-juelich.de with the first matched email in the provided contact # Replace sc@fz-juelich.de with the first matched email in the provided contact
contact_email = 'sc@fz-juelich.de'
email_found = None email_found = None
if ec_dict[key] is not None: if ec_dict[key] is not None:
# Check current values if it is a list # Check current values if it is a list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment