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

Hard require ostree 2023.7 #4672

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Hard require ostree 2023.7 #4672

merged 1 commit into from
Oct 24, 2023

Conversation

cgwalters
Copy link
Member

Prep for new release.

ci/installdeps.sh Fixed Show fixed Hide fixed

osid=$(. /etc/os-release && echo $ID)
if "${osid}" == centos; then
dnf -y update https://kojihub.stream.centos.org/kojifiles/packages/ostree/2023.7/2.el9/$(arch)/ostree-{,libs-,devel-}2023.7-2.el9.$(arch).rpm

Check warning

Code scanning / shellcheck

Quote this to prevent word splitting. Warning

Quote this to prevent word splitting.

osid=$(. /etc/os-release && echo $ID)
if "${osid}" == centos; then
dnf -y update https://kojihub.stream.centos.org/kojifiles/packages/ostree/2023.7/2.el9/$(arch)/ostree-{,libs-,devel-}2023.7-2.el9.$(arch).rpm

Check warning

Code scanning / shellcheck

Quote this to prevent word splitting. Warning

Quote this to prevent word splitting.
Prep for new release.
@jlebon jlebon enabled auto-merge October 24, 2023 20:43
@jlebon jlebon merged commit 1733241 into coreos:main Oct 24, 2023
16 of 17 checks passed
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