Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-05 | git-interface: Add AUR_CONFIG environment variable | Lukas Fleischer | 1 | -1/+5 | |
Introduce a new environment variable that can be used to specify the path to an aurweb configuration file. If the environment variable is unset, the default search path is used. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org> | |||||
2016-08-05 | git-interface: Factor out configuration file parsing | Lukas Fleischer | 1 | -0/+27 | |
Add a new module that automatically locates the configuration file and provides methods to obtain the values of configuration options. Use the new module instead of ConfigParser everywhere. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org> |