Note in the whipper output/log if development version was used #337
Labels
Accepted
Accepted issue on our roadmap
Design
Design or UX/UI related
Feature
New feature
Needed: documentation
Documentation is required
Needed: patch
A pull request is required
Priority: low
Low priority
Sprintable
Small enough to sprint on
Stretch
Optional goal for the current sprint (may not be delivered)
Milestone
https://gist.github.com/jtl999/d1d06b5730a858e912fdfccbe3aa461f was presumably done using 8c918b6 but the whipper rip log just says
Log created by: whipper 0.7.2 (internal logger)
with no notion that it's actually a number of commits ahead of 0.7.2. It would be nice if this could be reflected for people using development builds. Something similar togit describe --long --tags
output maybe. (The whipper-git PKGBUILD hasgit describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
for the version string, which produces "0.7.2.r27.g8c918b6" for 8c918b6 (git describe --long --tags
gives "v0.7.2-27-g8c918b6"))The text was updated successfully, but these errors were encountered: