Re: [D] [Ideas] Submodule Pinning [cloudberry]

2025-05-03 Thread via GitHub
GitHub user edespino added a comment to the discussion: [Ideas] Submodule Pinning While reviewing the implementation, I suggested we consider using release tags instead of raw commit SHAs for the submodules, where available. Tags offer better visibility into the upstream version being used an

Re: [D] [Ideas] Submodule Pinning [cloudberry]

2025-05-03 Thread via GitHub
GitHub user yjhjstz added a comment to the discussion: [Ideas] Submodule Pinning vote for use tags. GitHub link: https://github.com/apache/cloudberry/discussions/1083#discussioncomment-13027774 This is an automatically sent email for dev@cloudberry.apache.org. To unsubscribe, please send

Re: [D] [Ideas] Submodule Pinning [cloudberry]

2025-05-03 Thread via GitHub
GitHub user ChaosEternal added a comment to the discussion: [Ideas] Submodule Pinning Let's use this discuss as our single source of truth. | Improved traceability: Tags often correspond to stable releases True, but Git itself doesn't have a mechanism to prevent a tag being changed. If our

Re: [D] [Ideas] Submodule Pinning [cloudberry]

2025-05-03 Thread via GitHub
GitHub user ChaosEternal edited a comment on the discussion: [Ideas] Submodule Pinning Let's use this discuss as our single source of truth. | Improved traceability: Tags often correspond to stable releases True, but Git itself doesn't have a mechanism to prevent a tag being changed. If our