Skip to content

Commit

Permalink
Add common beta EULA to SLE16 bci containers
Browse files Browse the repository at this point in the history
We can't use the redistributable BCI eula prior release yet.
  • Loading branch information
dirkmueller committed Sep 13, 2024
1 parent 335e4fb commit 968e1f8
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 968e1f8

Please sign in to comment.