From 3c171d353f930874593cfa94434b7b5d8e5f9aa8 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 9 Jan 2015 10:53:44 +0100 Subject: 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 --- scripts/aurblup/README | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 scripts/aurblup/README (limited to 'scripts/aurblup/README') diff --git a/scripts/aurblup/README b/scripts/aurblup/README deleted file mode 100644 index 0cc811c9..00000000 --- a/scripts/aurblup/README +++ /dev/null @@ -1,28 +0,0 @@ -aurblup -======= - -aurblup is a small and lightweight tool that updates the package blacklist of -an AUR MySQL database using one (or more) package databases. It does the -following things: - -- Sync a bunch of local package databases with a remote server. - -- Get a list of packages in those databases. - -- Update the MySQL blacklist table to match those packages, including those - packages' provides and replaces. - -Requirements ------------- - -You need the libalpm and libmysqlclient header files to build aurblup. - -Installation ------------- - -Edit the "config.h" (copy from "config.h.proto" if doesn't exist) and -"config.mk" configuration files to match your setup and enter the following -command to build and install aurblup: - - make install - -- cgit v1.2.3-24-g4f1b