[Ideas] Improve Version Information for Source Builds #909
Unanswered
tuhaihe
asked this question in
Ideas / Feature Requests
Replies: 1 comment 4 replies
-
Is there a bug for versioning scripts? Why it is always 1.0.0 for Cloudberry Database.
Where 4859142 is the commit sha1 so that we could track down to commit point. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Currently, when Cloudberry is built from a source zip file (not cloned via git), the version information displayed is not matched the right info, always like this:
This is not user-friendly for those compiling and installing Cloudberry from a downloaded source zip files. It makes it difficult for users to report issues, perform version upgrades, or confirm the exact build version, a concern raised multiple times across community channels in the past months.
I noticed that PostgreSQL addresses this by defining the version information explicitly in cases where git metadata is unavailable, as seen in this commit.
Would it be possible to adopt a similar approach in Cloudberry for non-git builds? I believe this could greatly improve version traceability. Would like to have your ideas.
Use case/motivation
No response
Related issues
No response
Are you willing to submit a PR?
Beta Was this translation helpful? Give feedback.
All reactions