Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
dnf
dnf-2.6.3-Switch-default-reposdir-to-etc-dnf-re...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dnf-2.6.3-Switch-default-reposdir-to-etc-dnf-repos.d.patch of Package dnf
From 7635efc80b58c59622e6b176717f5cd5336f8d98 Mon Sep 17 00:00:00 2001 From: Neal Gompa <ngompa13@gmail.com> Date: Sun, 13 Aug 2017 17:00:16 -0400 Subject: [PATCH] Switch default reposdir to /etc/dnf/repos.d --- dnf/conf/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dnf/conf/config.py b/dnf/conf/config.py index 6be3871..846afe7 100644 --- a/dnf/conf/config.py +++ b/dnf/conf/config.py @@ -656,7 +656,8 @@ class MainConf(BaseConfig): self._add_option('keepcache', BoolOption(False)) self._add_option('logdir', Option(logdir)) # :api - self._add_option('reposdir', ListOption(['/etc/yum.repos.d', + self._add_option('reposdir', ListOption(['/etc/dnf/repos.d', + '/etc/yum.repos.d', '/etc/yum/repos.d', '/etc/distro.repos.d'])) # :api -- 2.12.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor