-
Notifications
You must be signed in to change notification settings - Fork 217
Add templates for source with just version numbers (like VERSION_TAR_GZ and V_VERSION_TAR_GZ)
#5025
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
Conversation
|
ping @Flamefire who i think has explicitly requested this before. |
Flamefire
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for that
One alternative to VVERSION_<ext> could be V_VERSION_<ext> which makes it easier to see the "v" while being a single char longer
And maybe we should keep the SOURCE_ suffix at least for discoverability among the other templates
Co-authored-by: Alexander Grund <[email protected]>
Co-authored-by: Kenneth Hoste <[email protected]>
Co-authored-by: Kenneth Hoste <[email protected]>
VERSION_TAR_GZ and V_VERSION_TAR_GZ)
boegel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Adding templates for the common
%(version)s.tar.gzandv%(version)s.tar.gzsources.E.g.
VERSION_TAR_GZVVERSION_ZIPI didn't know a better option but to append an extra V for the second option.
I haven't tested anything yet, throwing it out there to gauge the response first.