forked from oVirt/ovirt-appliance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch is not intended to be merged to master branch. Instead, it's intended to be merged to a new 4.5 branch, replacing current ovirt-4.5, which would be branched from current master. It should represent all the intended differences between 4.5 and master. The immediate reason is oVirt#94 . While working on cherry-picking the patches there to 4.5, I realized there are many more patches in master not cherry-picked to 4.5, and at least some of those I checked, made sense to also be in 4.5. So current patch is an alternative to this pick-and-choose process. Change-Id: Id6ba5fd06ef40e403a4e085aecfb64ec84b5056c Signed-off-by: Yedidyah Bar David <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,7 +133,6 @@ set -xe | |
dnf repolist | ||
|
||
|
||
rpm --import https://download.copr.fedorainfracloud.org/results/ovirt/ovirt-master-snapshot/pubkey.gpg | ||
This comment has been minimized.
Sorry, something went wrong.
didib
Author
Owner
|
||
dnf --repofrompath=ovirt-release-repo,{{ data["ovirtreleaserpmrepo"] }} install -y {{ data["ovirtreleaserpm"] }} | ||
dnf config-manager --set-enabled powertools || true | ||
|
||
|
An alternative to the patches in this file is to have more entries in it - e.g. instead of "centos-stream-8" and "centos-stream-9", have "centos-stream-8-copr", "centos-stream-8-cbs", "centos-stream-9-copr", "centos-stream-9-cbs", or something like that. As I wrote on oVirt#94 , I do not fully understand the intention of the separation between master and 4.5.