summaryrefslogtreecommitdiffstats
path: root/contrib/doc/verify-pacman-repo-db.1.txt
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2016-10-09 14:52:27 +0200
committerAllan McRae <allan@archlinux.org>2016-10-10 02:38:05 +0200
commit0c99eabd50752310f42ec808c8734a338122ec86 (patch)
tree499801a8c046001ddab0b11439e9e948b257d726 /contrib/doc/verify-pacman-repo-db.1.txt
parent2e76c184aac74c4848fa5ee092fe54c9954c4054 (diff)
downloadpacman-0c99eabd50752310f42ec808c8734a338122ec86.tar.gz
pacman-0c99eabd50752310f42ec808c8734a338122ec86.tar.xz
Remove contrib
The contrib directory takes too much of the pacman developer's limited time, which could be better spent developing and reviewing patches for the primary projects. The community can pick this up in a separate repository if wanted. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib/doc/verify-pacman-repo-db.1.txt')
-rw-r--r--contrib/doc/verify-pacman-repo-db.1.txt60
1 files changed, 0 insertions, 60 deletions
diff --git a/contrib/doc/verify-pacman-repo-db.1.txt b/contrib/doc/verify-pacman-repo-db.1.txt
deleted file mode 100644
index 62564b8f..00000000
--- a/contrib/doc/verify-pacman-repo-db.1.txt
+++ /dev/null
@@ -1,60 +0,0 @@
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
-verify-pacman-repo-db(1)
-========================
-
-Name
-----
-verify-pacman-repo-db - package repository verification utility
-
-
-Synopsis
---------
-'verify-pacman-repo-db' [options]
-
-
-Description
------------
-'verify-pacman-repo-db' looks at a pacman repo database and verifies its
-content with the actual package files. The database is expected to be in
-the same directory as the packages (or symlinks to the packages).
-
-The following properties are verified for each package in the database:
-
- - existence of the package file
- - file size
- - MD5 and SHA256 checksum (--checksum)
-
-Options
--------
-*-h, \--help*::
- Output a short help message.
-
-*\--debug*::
- Enable debug output.
-
-*-c, \--checksum*::
- Verify checksums of packages. Note that this means all packages files will
- be read from disk. Otherwise only metadata is compared which does not
- require to read package file contents.
-
-*-t, \--threads* <number>::
- Use 'number' threads to verify packages. Note that each thread may use up
- to approximately 128MiB of memory. Default: 1
-
-Notes
------
-
-This script does intentionally not use any ALPM libraries. The format is simple
-enough to be parsed and this way we might just detect more problems because the
-libalpm parsing code might also have bugs. We also stay much more portable
-which might be good for people that want to check a db, but don't actually have
-pacman installed.
-
-
-See Also
---------
-linkman:repo-add[8]
-
-include::footer.txt[]