Update release version to 6.8 - #82
Open
pvinh-spike wants to merge 2 commits into
Open
Conversation
Rework build/version into the single source of truth for versioning, mirroring
the aerospike-server resolver, and wire it into deb/rpm packaging.
- build/version: -v (bare x.y on master, full git-describe with sha on dev
branches), -r (build number, 1-based: first-parent commits since the tag + 1,
so the tagged release is 1; dev branches are 1), default (x.y-n). Anchors on
the bare x.y tag via --match '[0-9]*.[0-9]*' (never a leading-v tag the Debian
Version: rejects), falls back to the short SHA, and resolves the branch through
CI env vars for detached-HEAD checkouts.
- pkg/Makefile.{deb,rpm}: REV = build/version -v, BUILD_NUMBER = build/version -r,
so successive master builds are orderable. rpm maps '-' -> '_' in Version
(rpm forbids '-').
- pkg/rpm/act.spec: Release 1 -> @Release@ so the build number reaches rpm.
Package names:
master on tag act_6.7-1<os>_<arch>.deb act-6.7-1.<dist>.<arch>.rpm
dev act_6.7-<n>-g<sha>-1<os> act-6.7_<n>_g<sha>-1.<dist>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.