Skip to content

Commit

Permalink
Merge pull request #1659 from SUSE/sle16_beta_eula
Browse files Browse the repository at this point in the history
Sle16 beta eula
  • Loading branch information
dirkmueller authored Sep 13, 2024
2 parents 500134c + 05a2dcd commit a069eae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/bci_build/package/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,9 @@ def has_container_suseconnect(self) -> bool:
def eula_package_names(self) -> tuple[str, ...]:
if self.is_sle15:
return ("skelcd-EULA-bci",)
# if self.is_slcc:
# return (f"skelcd-EULA-{str(self.value).lower()}",)
# TODO: switch to skelcd-EULA-bci when SLES 16 is released
if self.value == OsVersion.SLE16_0.value:
return ("skelcd-EULA-SLES",)
return ()

@property
Expand Down

0 comments on commit a069eae

Please sign in to comment.