mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: add aurweb-config console script
This can be used to update config values for the entirety of a config. When config values are set through this tool, $AUR_CONFIG is overridden with a copy of the config file with all sections and options found in $AUR_CONFIG + $AUR_CONFIG_DEFAULTS. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
e558e979ff
commit
759f18ea75
4 changed files with 199 additions and 0 deletions
|
@ -108,3 +108,4 @@ aurweb-popupdate = "aurweb.scripts.popupdate:main"
|
|||
aurweb-rendercomment = "aurweb.scripts.rendercomment:main"
|
||||
aurweb-tuvotereminder = "aurweb.scripts.tuvotereminder:main"
|
||||
aurweb-usermaint = "aurweb.scripts.usermaint:main"
|
||||
aurweb-config = "aurweb.scripts.config:main"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue