mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add support for MySQL transactions to aurblup.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
13bcc269ff
commit
a64cd12feb
2 changed files with 19 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
#define CONFIG_KEY_PASSWD "AUR_db_pass"
|
||||
#define CONFIG_KEY_DB "AUR_db_name"
|
||||
|
||||
/* unset this to use "LOCK TABLE" instead of transactions */
|
||||
#define MYSQL_USE_TRANSACTIONS 1
|
||||
|
||||
/* libalpm options */
|
||||
#define ALPM_DBPATH "/var/lib/aurblup/"
|
||||
#define ALPM_MIRROR "ftp://mirrors.kernel.org/archlinux/%s/os/i686"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue