Rehash efficiently
[pacman-ng.git] / doc / repo-add.8.txt
blob75f49ef5e10a651c7191537473eef4006eb79b21
1 /////
2 vim:set ts=4 sw=4 syntax=asciidoc noet:
3 /////
4 repo-add(8)
5 ==========
7 Name
8 ----
9 repo-add - package database maintenance utility
11 Synopsis
12 --------
13 repo-add [-d] [-f] [-q] <path-to-db> <package1> [<package2> ...]
15 repo-remove [-q] <path-to-db> <packagename> [<packagename2> ...]
18 Description
19 -----------
20 repo-add and repo-remove are two scripts to help build a package database for
21 packages built with linkman:makepkg[8] and installed with linkman:pacman[8].
23 repo-add will update a package database by reading a built package file.
24 Multiple packages to add can be specified on the command line.
26 repo-remove will update a package database by removing the package name
27 specified on the command line. Multiple packages to remove can be specified
28 on the command line.
31 Options
32 -------
33 *-d, \--delta*::
34         Automatically generate and add a delta file between the old entry and the
35         new one, if the old package file is found next to the new one.
37 *-f, \--files*::
38         Tells repo-add also to create and include a list of the files in the
39         specified packages. This is useful for creating databases listing all files
40         in a given sync repository for tools that may use this information.
42 *-q, \--quiet*::
43         Force this program to keep quiet and run silent except for warning and
44         error messages.
46 See Also
47 --------
48 linkman:makepkg[8], linkman:pacman[8]
50 include::footer.txt[]