35 lines
1.4 KiB
Diff
35 lines
1.4 KiB
Diff
diff -Nru dnf-plugins-core-4.0.10.orig/etc/dnf/plugins/copr.conf dnf-plugins-core-4.0.10/etc/dnf/plugins/copr.conf
|
|
--- dnf-plugins-core-4.0.10.orig/etc/dnf/plugins/copr.conf 2019-10-25 18:59:49.000000000 +0200
|
|
+++ dnf-plugins-core-4.0.10/etc/dnf/plugins/copr.conf 2019-11-03 16:21:49.963000000 +0100
|
|
@@ -1,7 +1,7 @@
|
|
-[fedora]
|
|
-hostname = copr.fedorainfracloud.org
|
|
-protocol = https
|
|
-port = 443
|
|
+#[fedora]
|
|
+#hostname = copr.fedorainfracloud.org
|
|
+#protocol = https
|
|
+#port = 443
|
|
|
|
# To add another Copr hub, make a new section with its hostname, protocol and port.
|
|
# (protocol and port are optional and their default values are `https` and `443` respectively).
|
|
diff -Nru dnf-plugins-core-4.0.10.orig/etc/dnf/plugins/local.conf dnf-plugins-core-4.0.10/etc/dnf/plugins/local.conf
|
|
--- dnf-plugins-core-4.0.10.orig/etc/dnf/plugins/local.conf 2019-10-25 18:59:49.000000000 +0200
|
|
+++ dnf-plugins-core-4.0.10/etc/dnf/plugins/local.conf 2019-11-03 16:21:19.723000000 +0100
|
|
@@ -1,5 +1,5 @@
|
|
[main]
|
|
-enabled = true
|
|
+enabled = false
|
|
# Path to the local repository.
|
|
# repodir = /var/lib/dnf/plugins/local
|
|
|
|
@@ -9,7 +9,7 @@
|
|
# for large repositories where metadata is priodically generated by cron
|
|
# for example. This also has the side effect of only copying the packages
|
|
# to the local repo directory.
|
|
-enabled = true
|
|
+enabled = false
|
|
|
|
# If you want to speedup createrepo with the --cachedir option. Eg.
|
|
# cachedir = /tmp/createrepo-local-plugin-cachedir
|