mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add AUR package blacklist updater (aurblup).
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
b69f548065
commit
400d7845e4
6 changed files with 303 additions and 0 deletions
13
scripts/aurblup/config.h.proto
Normal file
13
scripts/aurblup/config.h.proto
Normal 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" };
|
Loading…
Add table
Add a link
Reference in a new issue