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

RFE: do not allow dangling symlinks #1435

Open
smoser opened this issue Aug 16, 2024 · 0 comments
Open

RFE: do not allow dangling symlinks #1435

smoser opened this issue Aug 16, 2024 · 0 comments

Comments

@smoser
Copy link
Contributor

smoser commented Aug 16, 2024

Generally speaking, installed packages should not have dangling symlinks.
There are definitely cases where a symlink is resolved across a package/subpackage/dependency-package border, so those might need to be accounted for.

I think I would like melange to fail if a package contains dangling symlinks that are not resolved within the current package or any of subpackages. (for example, python-3.12 links to python3 which is provided by python-3.12-base).

We would want to allow for this to be disabled for cases where a package symlinked to a package provided by a dependency.

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

No branches or pull requests

1 participant