Skip to content

Sync repo templates ⚙#1263

Open
coreosbot-releng wants to merge 1 commit intocoreos:mainfrom
coreosbot-releng:repo-templates
Open

Sync repo templates ⚙#1263
coreosbot-releng wants to merge 1 commit intocoreos:mainfrom
coreosbot-releng:repo-templates

Conversation

@coreosbot-releng
Copy link

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, generated by a workflow, syncs repository templates. The change in .copr/Makefile incorrectly removes a command to download a source file required for the COPR build. This will cause the build to fail. I have left a comment on the removed line explaining why it should be restored.

# similar to https://github.com/actions/checkout/issues/760, but for COPR
git config --global --add safe.directory '*'
curl -LOf https://src.fedoraproject.org/rpms/rust-afterburn/raw/rawhide/f/rust-afterburn.spec
curl -LOf https://src.fedoraproject.org/rpms/rust-afterburn/raw/rawhide/f/90-afterburn-authorized-keys-file.conf

Choose a reason for hiding this comment

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

critical

This line should not have been removed. It downloads 90-afterburn-authorized-keys-file.conf, which is a source file required by rust-afterburn.spec. The spec file is downloaded from Fedora Rawhide in the preceding line and lists this file as Source1. Removing this curl command will cause the rpmbuild step to fail because the source file will be missing.

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