mirror of
https://github.com/clearlinux/swupd-server.git
synced 2026-08-19 04:57:43 +00:00
0fe32ce8fb
Use server.ini to optionally ban debuginfo from the manifests at configurable paths. Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
10 lines
170 B
INI
10 lines
170 B
INI
[Server]
|
|
emptydir=/var/lib/update/empty/
|
|
imagebase=/var/lib/update/image/
|
|
outputdir=/var/lib/update/www/
|
|
|
|
[Debuginfo]
|
|
banned=true
|
|
lib=/usr/lib/debug/
|
|
src=/usr/src/debug/
|