Serialize bconded BuilRequires to a json file#19
Merged
befeleme merged 2 commits intofedora-python:python3.15from Mar 25, 2026
Merged
Serialize bconded BuilRequires to a json file#19befeleme merged 2 commits intofedora-python:python3.15from
befeleme merged 2 commits intofedora-python:python3.15from
Conversation
39c898c to
22b160c
Compare
Member
|
What happens if I don't have the SRPMs, but they are in the cache and I want to run bconds.py? Ideally, no new scratchbuidl should be submitted if it's not needed, but I don't see that part. (That's not a blocker, just asking for clarification.) |
Collaborator
Author
|
Ha, that's a good question. At first, I assumed bconds.py is a script that always does the one thing (if you don't want to spawn builds, just don't run it in the default mode; run it e.g. with argument), but it's a reasonable modification of its behavior. Added in a new commit. |
3a22eb5 to
2467b1f
Compare
Load it from the file when running jobs.py (This can be suppressed by `--no-cache` option) Merge cache on update (only update newer entries). Remove items from cache if they are not defined in config.toml (prevents data rotting). Assisted-By: claude 4.5 sonnet
2467b1f to
24adc09
Compare
hroncok
approved these changes
Mar 24, 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.
Load it from the file when running jobs.py
(This can be suppressed by
--no-cacheoption)Merge cache on update (only update newer entries). Remove items from cache if they are not defined in config.toml (prevents data rotting).
Tested the happy path, so far it looks quite ok.