Skip to content
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

Fix missing action when installing with --strip-dot-git #127

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

melck
Copy link

@melck melck commented Feb 6, 2025

Hello,

For legacy projects, we want to use the --strip-dot-git option when running the librarian-puppet install command. This option is listed in the output of librarian-puppet help install.

We intend to use this option to remove the .git directory from cloned modules so that we can commit them without having to manage Git submodules.

Since this option is documented in the help, I took the liberty of creating a pull request to implement this behavior when the option is enabled.

To get the tests working, I had to pin the version of minitest to < 5.19.0 because the newer version introduced a naming change that causes issues with mocha.

Would it be possible to release a new version with this fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant