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 #1

Updated by Dan Mick about 4 years ago

  • Description updated (diff)
Actions #2

Updated by Dan Mick about 4 years ago

The above suggestion works, although the documented form is actually

--setopt=<option>=<value>"
where
<option>
is
<repoid>.<option>
. It looks, from various experiments, like dnf is horrible about parsing this command and reporting errors, and there are a number of variations that just cause silent failure.

Actions #3

Updated by Brad Hubbard about 4 years ago

  • Category set to build
  • Status changed from New to In Progress
  • Assignee set to Brad Hubbard
  • Source set to Development
  • Pull request ID set to 33591
Actions

Also available in: Atom PDF