cmd-fetch: add --strict for fetching in strict mode#1378
cmd-fetch: add --strict for fetching in strict mode#1378openshift-merge-robot merged 1 commit intocoreos:masterfrom
Conversation
0f0be68 to
788bd06
Compare
|
link to an example run where |
We also need to fetch in strict mode. This requires [1]. See that PR for more information. [1] coreos/coreos-assembler#1378
Similar to b2355e7 for `cosa build` let's add a --strict for fetching in strict mode. Without this we were seeing issues where fetching would fetch a different set of packages than "build" needed in order to do the build.
788bd06 to
f23aad7
Compare
|
Ahh yup, good catch. Thanks! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dustymabe, jlebon The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We also need to fetch in strict mode. This requires [1]. See that PR for more information. [1] coreos/coreos-assembler#1378
Similar to b2355e7 for
cosa buildlet's add a --strict forfetching in strict mode. Without this we were seeing issues where
fetching would fetch a different set of packages than "build" needed
in order to do the build.