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

Pulp doesn't follow soft symlinks #358

Open
felixmulder opened this issue Sep 21, 2018 · 3 comments
Open

Pulp doesn't follow soft symlinks #358

felixmulder opened this issue Sep 21, 2018 · 3 comments

Comments

@felixmulder
Copy link

.
├── proj1
│   ├── src
│   └── psc-package.json
└── proj2
    ├── src
    └── psc-package.json -> ../proj1/psc-package.json

Creating projects like the above will not work since pulp doesn't follow symlinks.

The follow-up question is why you'd want to do this, and we've been doing it for specific packaging needs -- but that might change.

Anyone -- validate or reject please :)

@hdgarrood
Copy link
Collaborator

I’m happy to change pulp so that it follows symlinks like the above, sure.

@hdgarrood
Copy link
Collaborator

Can you clarify how the above doesn’t work please? Steps taken, expectation, result, that sort of thing

@felixmulder
Copy link
Author

felixmulder commented Apr 21, 2019

We currently don't use this approach anymore at all actually. But I reckon we did something along the lines of:

$ ln -s proj1/psc-package.json proj2/psc-package.json
$ cd proj2 && pulp build

:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants