Skip to content
Snippets Groups Projects

Be consistent with how we refer to AIMS

Merged Daniel Juarez Gonzalez requested to merge AIMS_typo into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -99,7 +99,7 @@ def main():
if arch == "x86_64" or arch == "aarch64":
rhel_iso_to_aims(item)
else:
print("ppc64le architecture is not allowed in aims!")
print("ppc64le architecture is not allowed in AIMS!")
success_isos.append(item)
else:
if len(success_isos) == 0:
@@ -122,7 +122,7 @@ def main():
if arch == "x86_64" or arch == "aarch64":
rhel_iso_to_aims(item)
else:
print("ppc64le architecture is not allowed in aims!")
print("ppc64le architecture is not allowed in AIMS!")
success_isos.append(item)
else:
if len(success_isos) == 0:
@@ -144,7 +144,7 @@ def main():
if arch == "x86_64" or arch == "aarch64":
rhel_iso_to_aims(item)
else:
print("ppc64le architecture is not allowed in aims!")
print("ppc64le architecture is not allowed in AIMS!")
success_isos.append(item)
else:
if len(success_isos) == 0:
@@ -391,7 +391,7 @@ def success_email(success_isos):
body = "Hello %s,\n\n" % USER_EMAIL
lxsoft_release_path = os.path.join(lxsoft_parent_path, major, item_release)
body += "Today RHEL %s %s was released and is now available for use at CERN: %s .\n" % (release, archs_to_email, lxsoft_release_path)
body += "You may install %s of this version of RHEL by utilizing the corresponding AIMs target:\n" % aims_to_email
body += "You may install %s of this version of RHEL by utilizing the corresponding AIMS target:\n" % aims_to_email
for an in aims_names:
body += an + "\n"
body += "\nAdditional information about this release can be found from the release notes which are also mirrored at https://linux.web.cern.ch/rhel/#red-hat-enterprise-linux-server-rhel\n\n"
Loading