aurweb/scripts/aurblup
Lukas Fleischer 76343fb915 Use an INI-style configuration file
Replace web/lib/config.inc.php with an INI-style configuration file.
This allows us to get rid of several globals and makes it easier to use
the same configuration file in external scripts.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2014-10-24 10:03:54 +02:00
..
.gitignore Add AUR package blacklist updater (aurblup). 2011-02-11 14:43:22 +01:00
aurblup-wrapper Use an INI-style configuration file 2014-10-24 10:03:54 +02:00
aurblup.c aurblup: Update for pacman 4.1 API changes 2013-04-28 13:44:32 +02:00
config.h.proto Remove aurblup configuration file parser 2013-02-15 13:25:56 +01:00
config.mk aurblup: use implicit make rules and adjust CFLAGS 2011-06-28 08:53:07 +02:00
Makefile aurblup: use implicit make rules and adjust CFLAGS 2011-06-28 08:53:07 +02:00
README Update aurblup "README". 2011-02-11 14:43:24 +01:00

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