-
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 option to git clone local copy of repos instead of git archive | untar #151
Comments
Check out https://github.com/xorpaul/g10k/releases/tag/v0.8.9 Then you should get a cloned git repository with the correct referenced module branch to your g10k basedir. |
Thanks for the instructions and for implementing the feature. I have a ticket in my backlog to test it out. Thanks for the awesome work with g10k. It enables us to work without any ruby dependencies since we are not a ruby shop, and it is fast! |
@xorpaul how can I use this feature while also using |
Same sentiment here. My use case in the original #93 sounds similar to what is requested here: The puppet coders clone the control repo, get the branch they want, run Ideally we want to have cloning work in Puppetfile mode, but it doesn't seem to be trivial. |
The
|
This is related to #93 but the use case is to allow a local copy of the entire r10k module repos so that developers can work locally.
When using a development puppet master we then sync our changes to the puppet master and verify that they work.
Having a local clone is very helpful and currently we have a script that parses the Puppetfile and clones the repos but doesn't support all syntaxes. It would be great if g10k can support this.
The text was updated successfully, but these errors were encountered: