Project

General

Profile

Actions

Bug #44344

open

install-deps.sh uses wrong syntax to set gpgcheck, breaks on centos8

Added by Dan Mick about 4 years ago. Updated about 4 years ago.

Status:
In Progress
Priority:
Normal
Assignee:
Category:
build
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

$SUDO dnf config-manager --setopt gpgcheck=0 apt-mirror.front.sepia.ceph.com_lab-extras_8_ --save

doesn't work. The command needs to be
$SUDO dnf config-manager --setopt apt-mirror.front.sepia.ceph.com_lab-extras_8_.gpgcheck=0 --save
Actions

Also available in: Atom PDF