mirror of
https://github.com/clearlinux/swupd-server.git
synced 2026-09-02 11:41:49 +00:00
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/
|