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

add pkg_commands.d file for centos #259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BeeGrech
Copy link

Stream os-tree deployment is not able to support yum/dnf install of packages.
Still blocked by soft dependency install through restraint, as restraint sees the rpm-ostree error as a failure.

plugins/pkg_commands.d/centos Outdated Show resolved Hide resolved
RSTRNT_PKG_CMD=${RSTRNT_PKG_CMD:-rpm-ostree}
RSTRNT_PKG_CMD=${RSTRNT_PKG_ARGS:-A --idempotent --allow-inactive}
else
RSTRNT_PKG_CMD=${RSTRNT_PKG_CMD:-dnf}
Copy link
Author

@BeeGrech BeeGrech Mar 29, 2022

Choose a reason for hiding this comment

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

Actually, i think this 'else' can be dropped, because default is yum. which is supported on centos by default. Which im guessing is the reason this has never been added

@BeeGrech BeeGrech force-pushed the add-centos-pkg-command branch from ed06267 to 6c8fd69 Compare March 29, 2022 16:04
@BeeGrech BeeGrech force-pushed the add-centos-pkg-command branch from 8789a54 to 23fd9ac Compare July 13, 2022 18:24
@BeeGrech BeeGrech force-pushed the add-centos-pkg-command branch from 23fd9ac to 6f2082a Compare July 13, 2022 18:32
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.

3 participants