summaryrefslogtreecommitdiffstats
path: root/test/pacman/pmpkg.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-06-04 04:22:49 +0200
committerDan McGee <dan@archlinux.org>2011-03-23 08:22:00 +0100
commit39da0198cd132bbb72be234b584bc62c88db33b6 (patch)
tree8cbc6f38e4158e67e4aad9cfec5ef8ff64fc539a /test/pacman/pmpkg.py
parent60159c2e77a499067e0b294fc9c6c182f225bee2 (diff)
downloadpacman-39da0198cd132bbb72be234b584bc62c88db33b6.tar.gz
pacman-39da0198cd132bbb72be234b584bc62c88db33b6.tar.xz
Add PGP signature support to pactest
Allow pkg.pgpsig to end up in the created sync databases. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'test/pacman/pmpkg.py')
-rwxr-xr-xtest/pacman/pmpkg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pacman/pmpkg.py b/test/pacman/pmpkg.py
index 73156ab2..ec51e5d4 100755
--- a/test/pacman/pmpkg.py
+++ b/test/pacman/pmpkg.py
@@ -47,6 +47,7 @@ class pmpkg(object):
self.csize = 0
self.reason = 0
self.md5sum = "" # sync only
+ self.pgpsig = "" # sync only
self.replaces = []
self.depends = []
self.optdepends = []