Open esc opened 11 years ago
Hmm, the last part is the shortened hash. I'll have to look into it further and see if I can replicate the behavior.
Here is how the describe
output is to be interpreted:
v0.9.1-88-g7966fd9
^ ^ ^ ^
| | | |
| | | +--- Abbreviated ID (SHA1) of the commit
| | +------- 'g' means this identifier was generated by git
| +--------- 88 commits ahead of the closest reachable tag in the DAG
+-------------- The closest reachable tag
Hope that helps.
I am using the following puppet code:
I am expecting this to clone the repo and check out the tag `v0.9.1`` But when I go to check which version is actually checked out I see:
And not:
Any ideas? Or is it an error on my part (am new to puppet).