https://bugzilla.redhat.com/show_bug.cgi?id=2332550



--- Comment #21 from Uri Lublin <[email protected]> ---
(In reply to Fabio Valentini from comment #18)
> Side note:
> 
> > 0.10.0^124.git0061d03
> 
> I don't know where "124" comes from, but this part would usually be a date
> in YYYYMMDD format (i.e. the date of the commit).

It's from "git describe --tags <commit>"
$ git describe --tags 0061d03
v0.10.0-124-g0061d03

'v' is removed
0.10.0 is the version
"-124-g0061d03" -> "^124.git0061d03" ( <number>.<scm><revision> )

> 
> https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/
> #_snapshots
> 
> Using "<number>" instead of "<date>" only makes sense for VCSs with strictly
> linearly numbered revisions like bzr, I think.

It (git describe) is linearly numbered according to the number of commits
since latest tag.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2332550

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202332550%23c21

-- 
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to