-
Notifications
You must be signed in to change notification settings - Fork 54
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
Syncing of collections from git repos fails to clone any submodules #1065
Comments
like |
@mdellweg exactly that. I was able to add that to the git clone command, but now it seems like galaxy-importer has a bug related to this also. When galaxy-importer extracts the collection into a temporary directory, it does not copy any of the submodules. As a result it still can't find the file being pointed to by a symlink[0]. [0] https://github.com/pulp/pulp_installer/blob/main/playbooks/resize_disk.yaml |
This happens because the project's galaxy.yml has been configured to ignore the forklift directory at collection build time https://github.com/pulp/pulp_installer/blob/main/galaxy.yml#L88 More detail in https://issues.redhat.com/browse/AAH-1759 |
test_sync_collection_from_git
is failing because thepulp_installer
collection now has a symlink to a file in theforklift
submodule. Thegit
remote needs to make sure that it also clones all submodules in a git repository.The text was updated successfully, but these errors were encountered: