summaryrefslogtreecommitdiffstats
path: root/scripts/aurblup/config.h.proto
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2015-01-09 10:53:44 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2015-01-09 13:14:02 +0100
commit3c171d353f930874593cfa94434b7b5d8e5f9aa8 (patch)
tree261184b25da4c151567fece536c0d3e43b05b5b4 /scripts/aurblup/config.h.proto
parent7dd78de3fdd8ddebd0037459757ffe1bdaedaf07 (diff)
downloadaur-3c171d353f930874593cfa94434b7b5d8e5f9aa8.tar.gz
aur-3c171d353f930874593cfa94434b7b5d8e5f9aa8.tar.xz
Rewrite aurblup in Python
The AUR backend already uses several Python scripts, rewrite the aurblup helper as well. This has several advantages: * We can easily use the main configuration file without using any shell script wrappers. * aurblup does not need to be recompiled on libalpm soname bumps. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'scripts/aurblup/config.h.proto')
-rw-r--r--scripts/aurblup/config.h.proto12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/aurblup/config.h.proto b/scripts/aurblup/config.h.proto
deleted file mode 100644
index 45acb877..00000000
--- a/scripts/aurblup/config.h.proto
+++ /dev/null
@@ -1,12 +0,0 @@
-/* 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"
-};