mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Drop the (very bad) PHP parser and allow for passing all necessary configuration via command line parameters. Also, add a convenience wrapper written in PHP that parses the configuration file and subsequently calls aurblup with correct command line options. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
12 lines
257 B
Protocol Buffer
12 lines
257 B
Protocol Buffer
/* libalpm options */
|
|
#define ALPM_DBPATH "/var/lib/aurblup/"
|
|
#define ALPM_MIRROR "ftp://mirrors.kernel.org/archlinux/%s/os/x86_64"
|
|
|
|
static const char *alpm_repos[] = {
|
|
"core",
|
|
"community",
|
|
"community-testing",
|
|
"extra",
|
|
"multilib",
|
|
"testing"
|
|
};
|