Skip to content

Kanban 2052: Match manifest lookup on LABKEY_VERSION's major.minor - #196

Merged
labkey-willm merged 1 commit into
developfrom
fb_lims_manifest_version_match_2052
Sep 1, 2026
Merged

Kanban 2052: Match manifest lookup on LABKEY_VERSION's major.minor#196
labkey-willm merged 1 commit into
developfrom
fb_lims_manifest_version_match_2052

Conversation

@labkey-willm

Copy link
Copy Markdown
Contributor

Rationale

fetch-manifest listed the whole S3 product prefix and assumed exactly one manifest lived there. Develop bumping 26.9->26.10 broke that assumption - both versions' manifests now coexist under the same prefix, and old ones stay by design (needed to reproduce an older install). The lookup now filters to the manifest matching LABKEY_VERSION's leading major.minor.

Related Pull Requests

Changes

  • Makefile: fetch-manifest filters S3 keys to LABKEY_VERSION's major.minor before checking for exactly one match

…sion (Kanban #2052)

fetch-manifest listed the whole product prefix and assumed exactly one manifest lived there. That broke once develop bumped 26.9->26.10 and both versions' manifests coexisted in S3 - old manifests stay (deleting them would break reproducing an older install), so the lookup now filters to the manifest matching LABKEY_VERSION's leading major.minor.
@labkey-willm
labkey-willm merged commit 8324435 into develop Sep 1, 2026
8 checks passed
@labkey-willm
labkey-willm deleted the fb_lims_manifest_version_match_2052 branch September 1, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants