Skip to content
Snippets Groups Projects
Commit b88a7cc6 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'leap_package_push_fix' into 'master'

Cover the case when platform is reported as opensuseleap for pushing packages to package repository.

See merge request !1095
parents c2468fc9 54222862
No related branches found
No related tags found
1 merge request!1095Cover the case when platform is reported as opensuseleap for pushing packages to package repository.
Loading
Loading
@@ -38,8 +38,8 @@ def repo_string
when /^7\./
version = '7'
end
when 'opensuse'
os = ohai['platform']
when 'opensuse', 'opensuseleap'
os = 'opensuse'
version = ohai['platform_version']
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment