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

[PublicCloud] Skip validate repo on SLEM 6+ #20229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mimi1vx
Copy link
Member

@mimi1vx mimi1vx commented Sep 19, 2024

No description provided.

@@ -146,6 +146,10 @@ sub register_openstack {
# Validation for update repos
sub validate_repo {
my ($maintrepo) = @_;
if (is_sle_micro('>=6.0')) {
record_info("NEW MAINT MODE", "New style update, so can't validate repository");
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we really want one info box per repository?

Copy link
Member Author

Choose a reason for hiding this comment

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

on SL Micro 6 its only one repo anyway

Copy link
Contributor

@grisu48 grisu48 left a comment

Choose a reason for hiding this comment

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

@@ -146,6 +146,10 @@ sub register_openstack {
# Validation for update repos
sub validate_repo {
my ($maintrepo) = @_;
if (is_sle_micro('>=6.0')) {
record_info("NEW MAINT MODE", "New style update, so can't validate repository");
Copy link
Contributor

Choose a reason for hiding this comment

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

The message sounds a bit confusing for whom does not know about this. Maybe something like "Skip repo validation. Embargoed updates are not pushed in SL Micro 6+." or something similar.

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