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

daemontools is not available on fedora #103

Closed
asmodehn opened this issue Mar 16, 2017 · 2 comments
Closed

daemontools is not available on fedora #103

asmodehn opened this issue Mar 16, 2017 · 2 comments
Milestone

Comments

@asmodehn
Copy link
Member

daemontools https://cr.yp.to/daemontools.html is not available as a package on fedora.

Therefore we cannot release catkin_pip 0.2 just yet, since we are using setlock from daemontools to prevent concurrent run of pip (which is not protected, see : pypa/pip#2361)

We should implement a shell only version of setlock, and use it as a catkin_pip script, like path_prepend.sh. A starting point for implementation can be found there : http://wordpress.barrycarter.org/index.php/2010/04/25/whats-the-fedora-11-equivalent-of-setlock-2/#.WMoEukclH0o

@asmodehn
Copy link
Member Author

@yotabits FYI

@asmodehn asmodehn added this to the 0.2 milestone Mar 16, 2017
@asmodehn
Copy link
Member Author

This has been solved by using flock from utils-linux instead of setlock from daemontools.

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