Commit Graph

2 Commits

Author SHA1 Message Date
Marek Marczykowski-Górecki
85d2f1722f
updates-proxy-setup: use temporary file for config snippet
Don't use ${CONF_PATH}.qubes, because it may override some existing
file, and is racy approach (even if not against user, but another script
instance).

QubesOS/qubes-issues#1282

(cherry picked from commit f9c7394c2f)
2015-11-13 03:18:11 +01:00
Marek Marczykowski-Górecki
5924cfa3b7
Setup updates proxy in dnf and PackageKit
DNF doesn't support even including another config file, so all the
settings needs to go into `/etc/dnf/dnf.conf`. The same about
PackageKit, which is needed because it doesn't use `dnf.conf`:
http://lists.freedesktop.org/archives/packagekit/2015-September/026389.html

Because that proxy settings goes to so many places now, create a
separate script for that.

QubesOS/qubes-issues#1282
QubesOS/qubes-issues#1197

(cherry picked from commit c2596a0435)

Conflicts:
	Makefile
	rpm_spec/core-vm.spec
2015-11-13 03:17:50 +01:00