Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-05 | git-interface: Add AUR_CONFIG environment variable | Lukas Fleischer | |
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 | |
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> |