2007-07-09 14:22:01 -04:00
|
|
|
/////
|
|
|
|
vim:set ts=4 sw=4 syntax=asciidoc noet:
|
|
|
|
/////
|
|
|
|
repo-add(8)
|
|
|
|
==========
|
|
|
|
|
|
|
|
Name
|
|
|
|
----
|
2009-04-03 11:44:22 -04:00
|
|
|
repo-add - package database maintenance utility
|
2007-07-09 14:22:01 -04:00
|
|
|
|
|
|
|
Synopsis
|
|
|
|
--------
|
2011-03-27 22:27:15 -04:00
|
|
|
'repo-add' [-d] [-f] [-q] [-s] [-v] <path-to-db> <package|delta> [<package|delta> ...]
|
2007-07-09 14:22:01 -04:00
|
|
|
|
2011-03-27 22:27:15 -04:00
|
|
|
'repo-remove' [-q] [-s] [-v] <path-to-db> <packagename|delta> [<packagename|delta> ...]
|
2007-07-09 14:22:01 -04:00
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
|
|
-----------
|
2011-03-27 22:27:15 -04:00
|
|
|
'repo-add' and 'repo-remove' are two scripts to help build a package database for
|
2007-12-29 01:24:15 -05:00
|
|
|
packages built with linkman:makepkg[8] and installed with linkman:pacman[8].
|
2011-03-25 20:26:07 -04:00
|
|
|
They also handle package deltas produced by linkman:pkgdelta[8].
|
2007-07-09 14:22:01 -04:00
|
|
|
|
2011-03-27 22:27:15 -04:00
|
|
|
'repo-add' will update a package database by reading a built package or package
|
2011-03-25 20:26:07 -04:00
|
|
|
delta file. Multiple packages and/or deltas to add can be specified on the
|
|
|
|
command line.
|
2007-07-09 14:22:01 -04:00
|
|
|
|
2011-03-27 22:27:15 -04:00
|
|
|
'repo-remove' will update a package database by removing the package name or
|
2011-03-25 20:26:07 -04:00
|
|
|
delta specified on the command line. Multiple packages and/or delta to remove
|
|
|
|
can be specified on the command line.
|
2007-07-09 14:22:01 -04:00
|
|
|
|
|
|
|
|
2011-03-25 20:26:07 -04:00
|
|
|
Common Options
|
|
|
|
--------------
|
2008-05-09 20:26:57 -04:00
|
|
|
*-q, \--quiet*::
|
|
|
|
Force this program to keep quiet and run silent except for warning and
|
|
|
|
error messages.
|
|
|
|
|
2009-08-24 14:23:44 -04:00
|
|
|
*-s, \--sign*::
|
|
|
|
Generate a PGP signature file using GnuPG. This will execute `gpg
|
|
|
|
--detach-sign --use-agent` on the generated database to generate a detached
|
|
|
|
signature file, using the GPG agent if it is available. The signature file
|
|
|
|
will be the entire filename of the database with a ``.sig'' extension.
|
|
|
|
|
2011-03-25 20:26:07 -04:00
|
|
|
*-v, \--verify*::
|
|
|
|
Verify the PGP signature of the database before updating the database.
|
|
|
|
If the signature is invalid, an error is produced and the update does not
|
|
|
|
proceed.
|
|
|
|
|
|
|
|
repo-add Options
|
|
|
|
----------------
|
|
|
|
*-d, \--delta*::
|
|
|
|
Automatically generate and add a delta file between the old entry and the
|
|
|
|
new one, if the old package file is found next to the new one.
|
|
|
|
|
|
|
|
*-f, \--files*::
|
|
|
|
Tells repo-add also to create and include a list of the files in the
|
|
|
|
specified packages. This is useful for creating databases listing all files
|
|
|
|
in a given sync repository for tools that may use this information.
|
2009-08-24 14:23:44 -04:00
|
|
|
|
2007-07-09 14:22:01 -04:00
|
|
|
See Also
|
|
|
|
--------
|
2011-03-25 20:26:07 -04:00
|
|
|
linkman:makepkg[8], linkman:pacman[8], linkman:pkgdelta[8]
|
2007-07-09 14:22:01 -04:00
|
|
|
|
|
|
|
include::footer.txt[]
|