diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-10-10 10:57:47 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-10-10 10:57:47 +0200 |
commit | 725a4778dbe51873e1ab1219339397ad50d78e61 (patch) | |
tree | e7bcfe7dfedafd7deaefd628eacdcf878a31b1b3 /scripts/config.proto | |
parent | 89b0fb83487be96daf7f84a582da62f7239e23f4 (diff) | |
download | aurweb-725a4778dbe51873e1ab1219339397ad50d78e61.tar.xz |
Add a script to generate package lists
This can be used to regularly generate lists of packages and package
bases that are made available under /packages.gz and /pkgbase.gz,
respectively.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'scripts/config.proto')
-rw-r--r-- | scripts/config.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/config.proto b/scripts/config.proto new file mode 100644 index 0000000..4cac94f --- /dev/null +++ b/scripts/config.proto @@ -0,0 +1,5 @@ +[database] +host = localhost +name = AUR +user = aur +password = aur |