-
Notifications
You must be signed in to change notification settings - Fork 179
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
Align pkg_rpm returned files with other rules #692
Conversation
pkg_rpm returns the package file named after `package_file_name` and a symbolic link to the file called `target_name`, while other rules do not return the symbolic link.
Leaving this one for @nacl. They are the RPM expert and heavy user. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the lack of response here.
This seems fine. Now that I read it carefully, I see that very little is actually changing. The PR description had me looking for more.
Still trying to get a handle on the CI failures. It doesn't make sense. |
Friendly ping. Can you try to update your branch and push again so we can see if CI is cleared up? |
Done! The CI is passing. |
Does this fix #685? |
Yes, we can close that one |
Thanks! |
pkg_rpm
returns both package file and a symbolic link, while other rules return only the actual file.This is a follow up PR on the comment in #685.