mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 23:01:44 +00:00
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:
@ -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.
|
||||
|
Reference in New Issue
Block a user