-
Notifications
You must be signed in to change notification settings - Fork 229
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
Fixes #35943 - Switch to puppetlabs vcsrepo for gitrepo tracking #860
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll also want to update our installer to pull in puppetlabs/vcsrepo
instead of theforeman/git
. Today we have this line:
Since it's an external module there is no need to pull it from git. I'd prefer to use a forge release instead.
You can use Refs #35943
in that PR to relate the two.
I do not understand those test failures... |
You forgot some expectations. The stackstrace is hard to read but |
Ok I think it is sorted again... that ubuntu failure looks like a docker issue... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! It may still be good to do a follow up to utilize vcsrepo::manage::git
but for now I'm merging this.
This PR switches to using the
puppetlabs/vcsrepo
module. In theory this should reduce the maintenance overhead of this module forgit
related issues.