diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2016-09-21 08:11:59 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-09-29 22:07:24 +0200 |
commit | ec5779c824f54f9bdc1303fb22e61b4d558ece39 (patch) | |
tree | 7de227f22ad604aa469e110eff9ae5e1fd01f2ba /conf | |
parent | dd59eea368ec1683b492cf59b20c36477fa59c1a (diff) | |
download | aur-ec5779c824f54f9bdc1303fb22e61b4d558ece39.tar.gz aur-ec5779c824f54f9bdc1303fb22e61b4d558ece39.tar.xz |
mkpkglists: Make output files configurable
Instead of writing the output to hardcoded files (relative to the
document root), make the output paths of mkpkglists configurable.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/config.proto b/conf/config.proto index c56141c2..e545977e 100644 --- a/conf/config.proto +++ b/conf/config.proto @@ -63,3 +63,7 @@ max-blob-size = 256000 db-path = /srv/http/aurweb/aurblup/ sync-dbs = core extra community multilib testing community-testing servers = ftp://mirrors.kernel.org/archlinux/%s/os/x86_64 + +[mkpkglists] +packagesfile = /srv/http/aurweb/web/html/packages.gz +pkgbasefile = /srv/http/aurweb/web/html/pkgbase.gz |