Sync repo templates ⚙#1263
Conversation
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
bf7b79d to
e685c79
Compare
e685c79 to
79a3a3a
Compare
79a3a3a to
0f8d126
Compare
|
The change from #1262 should be reflected in the templates repo. |
0f8d126 to
ef45d2c
Compare
Created by GitHub workflow (source).
Sync with coreos/repo-templates@4bbfd9e.