-
Notifications
You must be signed in to change notification settings - Fork 51
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
add flag to keep .git directories #203
Comments
There is the g10k config option Does this look acceptable to you? |
On 2022-10-21 09:22:04, Andreas Paul wrote:
There is the g10k config option `clone_git_modules: true`
#151 (comment)
Does this look acceptable to you?
hmm.. i don't use a g10k config file, only a Puppetfile... is there an
equivalent commandline flag?
…--
Striving for social justice is the most valuable thing to do in life
- Albert Einstein
|
I can confirm that it seems impossible to keep git checkouts in |
* add hint from which context checkDirAndCreate() was called * update parameters * add -clonegit parameter to get a git clone of each git Puppet module, fixes #203 * disable cgo
Say I have this
Puppetfile
snippet:this will correctly fetch the right commit and deploy it in
modules/tor
, great! But it strips the.git
directory as well. While that may be nice in production, on my dev workstation, I actually want to have those repositories there since I might be doing dev there as well...Is there some flag that allows me to do this? Otherwise, would a PR adding this feature be acceptable?
Thanks!
The text was updated successfully, but these errors were encountered: