Rewrite aurblup in Python
commit3c171d353f930874593cfa94434b7b5d8e5f9aa8
authorLukas Fleischer <archlinux@cryptocrack.de>
Fri, 9 Jan 2015 09:53:44 +0000 (9 10:53 +0100)
committerLukas Fleischer <archlinux@cryptocrack.de>
Fri, 9 Jan 2015 12:14:02 +0000 (9 13:14 +0100)
tree261184b25da4c151567fece536c0d3e43b05b5b4
parent7dd78de3fdd8ddebd0037459757ffe1bdaedaf07
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>
conf/config.proto
scripts/aurblup/.gitignore [deleted file]
scripts/aurblup/Makefile [deleted file]
scripts/aurblup/README [deleted file]
scripts/aurblup/aurblup-wrapper [deleted file]
scripts/aurblup/aurblup.c [deleted file]
scripts/aurblup/aurblup.py [new file with mode: 0755]
scripts/aurblup/config.h.proto [deleted file]
scripts/aurblup/config.mk [deleted file]