Skip to content

Commit

Permalink
Remove soft failure for bsc#1151373
Browse files Browse the repository at this point in the history
  • Loading branch information
jknphy committed May 20, 2020
1 parent 0735551 commit ce10703
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/registration.pm
Expand Up @@ -374,9 +374,7 @@ sub skip_package_hub_if_necessary {
my ($addon) = @_;
my $skip_package_hub = 0;
if (is_sle('15-SP2+') && $addon eq 'phub') {
if (check_var('FLAVOR', 'Online')) {
record_soft_failure('bsc#1151373 - Missing or broken repository after registering module PackageHub');
} elsif (check_var('FLAVOR', 'Full')) {
if (check_var('FLAVOR', 'Full')) {
record_info('Full media: no PHUB', 'Skipping Package Hub, it is not available on offline scenarios - bsc#1157659');
}
$skip_package_hub = 1;
Expand Down

0 comments on commit ce10703

Please sign in to comment.