-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
--recurse-submodules not available in git that ships with RHEL7 #124
Comments
@phijor, any thoughts? Personally RHEL7 compatibility is not very important to me. I will gladly merge a PR fixing it, but I'm not going to work on this myself. It may be easier to reduce the scope of the issue by not passing For now the suggested workaround for RHEL7 (and Debian jessie, and Ubuntu 16.04 LTS) users is to downgrade to check-manifest < 0.43. |
I'd rather have a working But detecting the presence of submodules via |
Released check-manifest 0.44 with a fix for this. |
The fix for this caused #153, so I reverted it in check-manifest 0.48. git versions that don't support --recurse-submodules (i.e. anything before 2.11) are no longer supported. |
Unfortunately, the fix for #122 breaks
check-manifest
on current releases of RHEL as they still ship with git 1.8.You get a traceback that looks like:
The text was updated successfully, but these errors were encountered: