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 workaround for missing src repos in SLE15 #3608

Merged
merged 1 commit into from Sep 21, 2017

Conversation

DrMullings
Copy link
Contributor

Added a workaround for the missing source repos
Now skips the source package test on SLE15

Verification run:
http://10.160.65.204/tests/658

Progress issue:
https://progress.opensuse.org/issues/25396

@@ -68,12 +68,17 @@ sub run {
$cmd = "mr -e repo-source";
}

zypper_call($cmd);
zypper_call($cmd) unless (sle_version_at_least('15') && check_var('DISTRI', 'sle'));
Copy link
Member

Choose a reason for hiding this comment

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

Use is_sle from utils

@DrMullings
Copy link
Contributor Author

Updated

Added a workaround for the missing source repos
Now skips the source package test on SLE15
@DrMullings
Copy link
Contributor Author

updated again

@okurz okurz merged commit 546f48d into os-autoinst:master Sep 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants