-
Notifications
You must be signed in to change notification settings - Fork 9
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
Allow cloning of repositories at specific commits #23
Comments
This plugin works by cloning the repo into a temp directory, then pushing it to dokku. So shouldn't be a big deal to update this to allow a hash, however not sure the best syntax for that as the third parameter is already being used for tags & branches. If this isn't a common issue, you could fork the repo you wanted at that commit, and use that. Or if you want to suggest a nifty commit syntax I'd consider a pull request. |
What about the approach taken by the ansible git module (see the documentation of the In essence, the The |
This also seems to be the approach taken by @josegonzalez in the new Does this new feature basically replace the dokku-clone plugin? |
@ltalirz that was the idea. |
Some git repositories don't use tags (for example all of heroku's getting started apps), i.e. in order to do reproducible clones you would like to be able to point to a specific commit via its SHA1 hash.
The text was updated successfully, but these errors were encountered: