treefile,compose: add advisories-metadata option#5474
Conversation
|
Hi @champtar. Thanks for your PR. I'm waiting for a coreos member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
| runcompose | ||
| echo "ok compose detached" | ||
|
|
||
| ostree --repo=${repo} show --print-metadata-key rpmostree.advisories ${treeref} && \ |
Check warning
Code scanning / shellcheck
repo is referenced but not assigned. Warning test
| runcompose | ||
| echo "ok compose detached" | ||
|
|
||
| ostree --repo=${repo} show --print-metadata-key rpmostree.advisories ${treeref} && \ |
Check warning
Code scanning / shellcheck
treeref is referenced but not assigned. Warning test
b9061b7 to
e32a287
Compare
Similar to repo-metadata, advisories-metadata option allow to set if you should store advisories information in the commit metadata, in the detached metadata, or not at all. This help with reproducibility has advisories might evolve separetely from the packages, and depending on how you create your mirrors advisories might be missing.
e32a287 to
c8da95c
Compare
|
/override ci/prow/fcos-e2e |
|
@cgwalters: Overrode contexts on behalf of cgwalters: ci/prow/fcos-e2e DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Similar to repo-metadata, advisories-metadata option allow to set
if you should store advisories information in the commit metadata,
in the detached metadata, or not at all.