From 725a4778dbe51873e1ab1219339397ad50d78e61 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 10 Oct 2014 10:57:47 +0200 Subject: 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 --- scripts/config.proto | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/config.proto (limited to 'scripts/config.proto') 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 -- cgit v1.2.3-54-g00ecf