mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-08-12 11:49:53 +00:00
feat: remove makepkg.conf local configuration, use ahriman own
configuration instead We used .makepkg.conf solely for two features - MAKEFLAGS and PACKAGER, which could be actually easily implemented by using environment variables
This commit is contained in:
@@ -40,12 +40,16 @@ devtools_wrapper = ahriman-archbuild
|
||||
;ignore_packages =
|
||||
; Include debug packages.
|
||||
;include_debug_packages = yes
|
||||
; List of additional flags passed to make via environment variable via makepkg command.
|
||||
;make_flags =
|
||||
; List of additional flags passed to makechrootpkg command.
|
||||
;makechrootpkg_flags =
|
||||
; Minimal age in seconds since the latest AUR package modification before automatic updates are allowed.
|
||||
;min_age = 0
|
||||
; List of additional flags passed to makepkg command.
|
||||
makepkg_flags = --nocolor --ignorearch
|
||||
; Minimal age in seconds since the latest AUR package modification before automatic updates are allowed.
|
||||
;min_age = 0
|
||||
; Default packager identifier to be used for package builds
|
||||
;packager =
|
||||
; List of paths to be used for implicit dependency scan. Regular expressions are supported.
|
||||
scan_paths = ^usr/lib(?!/cmake).*$
|
||||
; List of enabled triggers in the order of calls.
|
||||
|
||||
Reference in New Issue
Block a user