feat: add ability to disable debug packages distribution

The feature is implemented as supplying !debug option to makepkg when
generating package list. In this case debug packages still will be
built, however, they will not be added to the repository
This commit is contained in:
2024-02-20 14:47:58 +02:00
parent 243983ee64
commit ecfb615f97
5 changed files with 94 additions and 4 deletions

View File

@ -46,8 +46,12 @@ allow_read_only = yes
[build]
; List of additional flags passed to archbuild command.
;archbuild_flags =
; Path to build command
;build_command =
; List of packages to be ignored during automatic updates.
;ignore_packages =
; Include debug packages
;include_debug_packages = yes
; List of additional flags passed to makechrootpkg command.
;makechrootpkg_flags =
; List of additional flags passed to makepkg command.