Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SLCC and kick out Basalt #1329

Closed
wants to merge 4 commits into from
Closed

Add SLCC and kick out Basalt #1329

wants to merge 4 commits into from

Conversation

dcermak
Copy link
Collaborator

@dcermak dcermak commented Jun 21, 2024

Another attempt to cherry pick from #949

@staticmethod
def build_tag_name_prefix(os_version: OsVersion) -> str:
"""Prefix that is inserted in front of the name into the build tag"""
return "" if os_version.is_slcc else "bci-"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we removing the bci- prefix from slcc containers?

@@ -54,7 +54,7 @@
rpm -e compat-usrmerge-tools

# FIXME: stop hardcoding the url, use some external mechanism once available
zypper -n ar --gpgcheck --enable 'https://updates.suse.com/SUSE/Products/ALP-Dolomite/1.0/$basearch/product/' repo-basalt
zypper -n ar --gpgcheck --enable 'https://updates.suse.com/SUSE/Products/ALP-Dolomite/1.0/$basearch/product/' repo-slci
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
zypper -n ar --gpgcheck --enable 'https://updates.suse.com/SUSE/Products/ALP-Dolomite/1.0/$basearch/product/' repo-slci
zypper -n ar --gpgcheck --enable 'https://updates.suse.com/SUSE/Products/ALP-Dolomite/1.0/$basearch/product/' repo-slcc

@dirkmueller
Copy link
Member

I believe the bulk of this is already integrated. I'll cherry-pick the rest myself.

@dirkmueller dirkmueller closed this Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants