Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osbuild: Fix changes done causing podman to fail #3814

Merged
merged 1 commit into from
Jun 4, 2024
Merged

osbuild: Fix changes done causing podman to fail #3814

merged 1 commit into from
Jun 4, 2024

Conversation

ravanelli
Copy link
Member

@ravanelli ravanelli changed the title osbuild: Fix changes done in https://github.com/coreos/coreos-assembler/pull/3808 osbuild: Fix changes done causing podman to fail May 29, 2024
@ravanelli ravanelli requested a review from jlebon June 3, 2024 13:35
@@ -60,7 +60,7 @@ extra_kargs=$(getconfig "extra-kargs-string" "")
# set the OSTree repo and ref information
ostree_ref=""
ostree_repo=""
if [ -z "${deploy_via_container}" ]; then
if [ -n "${deploy_via_container}" ]; then
Copy link
Member

Choose a reason for hiding this comment

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

Hmm, I don't think that's right. If we're deploying via container, then we don't need the ostree_ref and ostree_repo variables. If we're not, then it means we're pulling from an OSTree repo so we do.

The Prow failure in CI is catching this (because RHCOS uses deploy-via-container: true but FCOS yet).

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
@jlebon
Copy link
Member

jlebon commented Jun 3, 2024

I think coreos/fedora-coreos-pipeline#997 and the indentation fix here should get things working again. Dropped the second commit!

@jlebon jlebon enabled auto-merge (rebase) June 3, 2024 20:38
@jlebon
Copy link
Member

jlebon commented Jun 4, 2024

CI is failing on #3815. Just going to merge this over red instead of waiting for the fix since CI went past the point where it uses those files and we can verify more quickly that it fixes build-podman-os.

@jlebon jlebon disabled auto-merge June 4, 2024 18:48
@jlebon jlebon merged commit 4d0e210 into main Jun 4, 2024
4 of 5 checks passed
@jlebon jlebon deleted the fix-podman branch June 4, 2024 18:48
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