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

Update update-to-head to include an override for docker builds #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

covert8
Copy link

@covert8 covert8 commented Dec 28, 2022

The root check fails inside of a dockerbuild for https://github.com/binhex/arch-rtorrentvpn

this patch allows setting an env var overriding the check

test -f /proc/1/cgroup -a $(grep -c :/docker /proc/1/cgroup) -gt 0 && in_docker=1 || in_docker=0

@kannibalox
Copy link
Contributor

This project hasn't seen any updates for quite some time. If I can humbly submit it, my fork is meant to have a much simpler pip-based installation method and supports python 3: https://github.com/kannibalox/pyrosimple

@covert8
Copy link
Author

covert8 commented Dec 28, 2022

This project hasn't seen any updates for quite some time. If I can humbly submit it, my fork is meant to have a much simpler pip-based installation method and supports python 3: https://github.com/kannibalox/pyrosimple

Cheers I'll have a look at it

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