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

Release target fix #202

Merged
merged 3 commits into from
Aug 21, 2015
Merged

Release target fix #202

merged 3 commits into from
Aug 21, 2015

Conversation

lslezak
Copy link
Member

@lslezak lslezak commented Aug 21, 2015

  • Tested registering the SLES-SP1 POOL product against SCC and SMT - both OK.
  • It's the same as the SUSEConnect implementation: https://github.com/SUSE/connect/blob/master/lib/suse/connect/zypper/product.rb#L18.
  • Fixed a small issue in the addon selection dialog, using just addon.identifier as a widget ID is not enough, there might be the same addon in more versions. In that case the ID is not unique and that makes troubles (found in the SMT testcase).


if File.exist?(oem_file)
# read only the first line
line = File.open(oem_file, &:readline)
Copy link
Member

Choose a reason for hiding this comment

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

nice

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, google and stackoverflow helped much here... 😉

@jreidinger
Copy link
Member

LGTM

lslezak added a commit that referenced this pull request Aug 21, 2015
@lslezak lslezak merged commit cc26f99 into master Aug 21, 2015
@lslezak lslezak deleted the release_target_fix branch August 21, 2015 14:05
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.

None yet

2 participants