Learn more about these different git repos.
Other Git URLs
Today we had hard debugging session with @grenier, and I realized that we need to recursively clone the repositories built with rpkg-util v3.
rpkg-util
Not sure why v2 worked, perhaps the doc/ sub-module isn't that important for RPM CI testing, and perhaps v2 ignored submodules?
But simply, git clone --recursive would help.
git clone --recursive
I mean, we should clone recursively for all the methods, that sounds logical. If it is not appropriate as a default we should have a knob at least.
@clime, any idea why rpkg-util worked with https://github.com/cgsecurity/testdisk.git ?
I meant... why rpkg-util v2 used to work ...?
Pull request: https://pagure.io/copr/copr/pull-request/2170
Metadata Update from @praiskup: - Issue assigned to praiskup
Commit 9efadd1 fixes this issue
Log in to comment on this ticket.