mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
aurblup: Update config.h.proto
* Switch to x86_64 architecture by default * Add more repositories (including multilib) * Update default configuration path to include .php file extension Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
90063d7b98
commit
c69c44050e
1 changed files with 10 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* AUR configuration file */
|
/* AUR configuration file */
|
||||||
#define AUR_CONFIG "/srv/aur/web/lib/config.inc"
|
#define AUR_CONFIG "/srv/aur/web/lib/config.inc.php"
|
||||||
|
|
||||||
#define CONFIG_KEY_HOST "AUR_db_host"
|
#define CONFIG_KEY_HOST "AUR_db_host"
|
||||||
#define CONFIG_KEY_USER "AUR_db_user"
|
#define CONFIG_KEY_USER "AUR_db_user"
|
||||||
|
@ -8,6 +8,13 @@
|
||||||
|
|
||||||
/* libalpm options */
|
/* libalpm options */
|
||||||
#define ALPM_DBPATH "/var/lib/aurblup/"
|
#define ALPM_DBPATH "/var/lib/aurblup/"
|
||||||
#define ALPM_MIRROR "ftp://mirrors.kernel.org/archlinux/%s/os/i686"
|
#define ALPM_MIRROR "ftp://mirrors.kernel.org/archlinux/%s/os/x86_64"
|
||||||
|
|
||||||
static const char *alpm_repos[] = { "core", "community", "extra" };
|
static const char *alpm_repos[] = {
|
||||||
|
"core",
|
||||||
|
"community",
|
||||||
|
"community-testing",
|
||||||
|
"extra",
|
||||||
|
"multilib",
|
||||||
|
"testing"
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue