summaryrefslogtreecommitdiffstats
path: root/scripts/aurblup/aurblup.py
AgeCommit message (Collapse)AuthorFilesLines
2015-06-02Restructure scriptsLukas Fleischer1-48/+0
* Move scripts/git-integration/ to git-interface/. * Move scripts/aurblup/aurblup.py to scripts/aurblup.py. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2015-01-09Rewrite aurblup in PythonLukas Fleischer1-0/+48
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>