-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
hg failing if external repo is broken #352
Comments
thanks for the input the posted patch looks good, if you make it a pr with a note in the readme and a small test we can do a release of that quickly an optional followup would be to move it to a utility function so we can use it for git as well |
I'm no python developer. As far as I tested that on Gentoo with |
Will take a while, I'm currently on vacation |
fix #352: add a envvar to ignore scm roots
Thank you. |
I have /.hg in my root fs of Gentoo Linux, tracking almost /etc and other files. And if something is broken with that external repo, all Python installations by the package manager inside of it's building sandbox in /var/tmp/portage are failing like this:
setuptools should be completely independent from outside Mercurial repos or maybe have an option to ignore that like this:
The text was updated successfully, but these errors were encountered: