Skip to content

[next-devel] Move more things into build-args.conf#3985

Merged
dustymabe merged 1 commit intocoreos:next-develfrom
dustymabe:dusty-next-devel-build-args
Jan 29, 2026
Merged

[next-devel] Move more things into build-args.conf#3985
dustymabe merged 1 commit intocoreos:next-develfrom
dustymabe:dusty-next-devel-build-args

Conversation

@dustymabe
Copy link
Member

A few sources of information were moved around/deleted in #3978 so let's adjust our files here that need updating.

A few sources of information were moved around/deleted in
coreos#3978 so let's
adjust our files here that need updating.
@github-actions
Copy link

⛔ The next-devel branch is currently closed. PRs should target only testing-devel.

@dustymabe dustymabe changed the title Move more things into build-args.conf [next-devel] Move more things into build-args.conf Jan 28, 2026
@github-actions
Copy link

⛔ The next-devel branch is currently closed. PRs should target only testing-devel.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request refactors the build configuration by centralizing several variables into build-args.conf and removing them from manifest.yaml. This includes moving stream information and the release version, which makes the configuration cleaner and more centralized. My review includes one suggestion to further improve maintainability by removing a potentially redundant variable.

STREAM=next-devel
DESCRIPTION=Fedora CoreOS next-devel
VERSION=43
MUTATE_OS_RELEASE=43

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The MUTATE_OS_RELEASE variable appears to be redundant. Its value is the same as the base version from the VERSION variable. To reduce configuration duplication, consider removing this variable and deriving its value from VERSION within the build-rootfs script (e.g., mutate_os_release = os.getenv('VERSION').split('.')[0]). This would make the configuration more maintainable.

Copy link
Member

@joelcapitao joelcapitao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@joelcapitao
Copy link
Member

/retest

@joelcapitao
Copy link
Member

Looks like 43 is not in https://dl.fedoraproject.org/pub/fedora/linux/development/ anymore ? but was it there before ? 🤔

@dustymabe
Copy link
Member Author

This branch isn't active right now so I don't expect tests to pass. We'll fix any issues with it when we re-enable next-devel closer to F44 beta.

@dustymabe dustymabe merged commit 7d686e7 into coreos:next-devel Jan 29, 2026
2 of 5 checks passed
@dustymabe dustymabe deleted the dusty-next-devel-build-args branch January 29, 2026 16:18
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