Added gpg verification options per repo to the config file.
commitf9505063f804b9e1c736299b2387e1ddfbdc4f97
authorXavier Chantry <shiningxc@gmail.com>
Wed, 17 Dec 2008 10:55:07 +0000 (17 16:25 +0530)
committerDan McGee <dan@archlinux.org>
Wed, 23 Mar 2011 08:35:50 +0000 (23 03:35 -0500)
treee5659dcc137e3e1e2ea6811475f12b9d108b7b6e
parent18c69469618fef612a74ee550e157a45fc099efc
Added gpg verification options per repo to the config file.

Once we do this, add support for VerifySig to pactest. We just check if
the repo name contains Always, Never or Optional to determine the value
of VerifySig. The default is Never. pacman uses Always by default but
this is not suitable for pactest.

Original-work-by: shankar <jatheendra@gmail.com>
Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/alpm.h
lib/libalpm/db.c
lib/libalpm/db.h
lib/libalpm/signing.c
lib/libalpm/sync.c
src/pacman/pacman.c
test/pacman/pmdb.py
test/pacman/tests/sign001.py
test/pacman/tests/sign002.py
test/pacman/util.py