[pacman-dev] [PATCH 1/5] pacman-key: keyring management tool

Daenyth Blank daenyth+arch at gmail.com
Mon Jul 26 16:33:34 EDT 2010


On Mon, Jul 26, 2010 at 16:26, Denis A. Altoé Falqueto
<denisfalqueto at gmail.com> wrote:
> The script pacman-key will manage pacman's keyring. It imports, exports,
> fetches from keyservers, helps in the process of trusting and updates
> the trust database.
>
> Signed-off-by: Denis A. Altoé Falqueto <denisfalqueto at gmail.com>
> ---
I'd have the script use getopt from the start rather than a manual
loop over the args. You can see makepkg for an example.

Also, make sure the trust db and any other important files are added
to $backup in the PKGBUILD.


More information about the pacman-dev mailing list