From 400d7845e4c959660edf4cbeb1a390c6590cc4fc Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 5 Feb 2011 17:42:47 +0100 Subject: Add AUR package blacklist updater (aurblup). Signed-off-by: Lukas Fleischer --- scripts/aurblup/config.h.proto | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scripts/aurblup/config.h.proto (limited to 'scripts/aurblup/config.h.proto') diff --git a/scripts/aurblup/config.h.proto b/scripts/aurblup/config.h.proto new file mode 100644 index 0000000..daf1744 --- /dev/null +++ b/scripts/aurblup/config.h.proto @@ -0,0 +1,13 @@ +/* AUR configuration file */ +#define AUR_CONFIG "/srv/aur/web/lib/config.inc" + +#define CONFIG_KEY_HOST "AUR_db_host" +#define CONFIG_KEY_USER "AUR_db_user" +#define CONFIG_KEY_PASSWD "AUR_db_pass" +#define CONFIG_KEY_DB "AUR_db_name" + +/* libalpm options */ +#define ALPM_DBPATH "/var/lib/aurblup/" +#define ALPM_MIRROR "ftp://mirrors.kernel.org/archlinux/%s/os/i686" + +static const char *alpm_repos[] = { "core", "community", "extra" }; -- cgit v1.2.3-54-g00ecf