Add some additional files to .gitignore
[pacman.git] / doc / repo-add.8.txt
blob27e0e93f463e89f9a9517af58bf8eb016cb954c4
1 /////
2 vim:set ts=4 sw=4 syntax=asciidoc noet:
3 /////
4 repo-add(8)
5 ==========
7 Name
8 ----
9 ////
10 * If we use this below line, the manpage name comes out all weird. We also
11 * can't use two separate lines, which is quite annoying. *
12 repo-add, repo-remove - package database maintenance utilities
13 ////
14 repo-add - package database maintenance utility
17 Synopsis
18 --------
19 repo-add <path-to-db> [--force] <package> ...
21 repo-remove <path-to-db> <packagename> ...
24 Description
25 -----------
26 repo-add and repo-remove are two scripts to help build a package database for
27 packages built with manlink:makepkg[8] and installed with manlink:pacman[8].
29 repo-add will update a package database by reading a built package file.
30 Multiple packages to add can be specified on the command line.
32 repo-remove will update a package database by removing the package name
33 specified on the command line. Multiple packages to remove can be specified
34 on the command line.
37 Options
38 -------
39 *--force* (repo-add only)::
40         Add a force entry to the sync database, which tells pacman to skip version
41         number comparison and update the package regardless. This flag can be
42         specified in the middle of the command line, with any packages listed
43         before the flag being added as normal entries, and any specified after
44         being marked as force upgrades.
47 See Also
48 --------
49 manlink:makepkg[8], manlink:pacman[8]
51 include::footer.txt[]