[MAINTENANCE] Update all repos to main branch#122
Merged
Conversation
✅ Deploy Preview for gardenlinux-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
ByteOtter
force-pushed
the
fix/update-repos
branch
from
July 16, 2026 10:18
731eeda to
aa3c685
Compare
yeoldegrove
force-pushed
the
fix/update-repos
branch
from
July 16, 2026 10:22
aa3c685 to
1aff0db
Compare
ByteOtter
force-pushed
the
fix/update-repos
branch
2 times, most recently
from
July 20, 2026 11:53
36d25fd to
f23f7d3
Compare
ByteOtter
force-pushed
the
fix/update-repos
branch
from
July 20, 2026 12:14
f23f7d3 to
9e060fb
Compare
This was referenced Jul 20, 2026
yeoldegrove
force-pushed
the
fix/update-repos
branch
from
July 20, 2026 12:51
9e060fb to
99a3d1f
Compare
Signed-off-by: Tiara Lena Hock <hock@b1-systems.de> Signed-off-by: Eike Waldt <waldt@b1-systems.de> On-behalf-of: SAP <eike.waldt@sap.com>
yeoldegrove
force-pushed
the
fix/update-repos
branch
from
July 20, 2026 12:52
99a3d1f to
163a0e7
Compare
Signed-off-by: Eike Waldt <waldt@b1-systems.de> On-behalf-of: SAP <eike.waldt@sap.com>
The Sphinx autodoc build of the fetched python-gardenlinux-lib source requires its transitive deps (podman, semver) to be installed. These are only declared starting from the commit currently locked in repos-config.json, not in the older release tag previously pinned in the install commands. Update Makefile, requirements.txt, and both GitHub Actions workflows to install from the locked repos-config.json commit instead of a release tag. Add aggregation/install_pins.py with a sync_install_pins() helper that rewrites every install pin to match the locked commit. Wire it into aggregate.py's --update-locks path so all pins stay in sync automatically whenever the lock is refreshed. Signed-off-by: Eike Waldt <waldt@b1-systems.de> On-behalf-of: SAP <eike.waldt@sap.com> Assisted-by: Kilo:claude-opus-4-7 Assisted-by: Kilo:claude-sonnet-4-6
yeoldegrove
approved these changes
Jul 20, 2026
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.
What this PR does / why we need it:
Now that most repos had their
docs-ngbranch merged tomain, this PR updates therepo-config.jsonfile accordingly.Additionally it adds code so that
make aggregate-updatemakes sure all transient dependencies for the sphinx transformation are always available by pining a specificpython-gardenlinux-libcommit.Which issue(s) this PR fixes:
Fixes gardenlinux/gardenlinux#4803
Definition of Done:
main)