mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add AUR package blacklist updater (aurblup).
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
b69f548065
commit
400d7845e4
6 changed files with 303 additions and 0 deletions
27
scripts/aurblup/README
Normal file
27
scripts/aurblup/README
Normal file
|
@ -0,0 +1,27 @@
|
|||
aurblup
|
||||
=======
|
||||
|
||||
aurblup is a small and leightweight 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.
|
||||
|
||||
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 dwm:
|
||||
|
||||
make install
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue