Add AUR package blacklist updater (aurblup).

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2011-02-05 17:42:47 +01:00
parent b69f548065
commit 400d7845e4
6 changed files with 303 additions and 0 deletions

View file

@ -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" };