diff options
author | Dan McGee <dan@archlinux.org> | 2008-06-03 21:22:49 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-23 02:22:00 -0500 |
commit | 39da0198cd132bbb72be234b584bc62c88db33b6 (patch) | |
tree | 8cbc6f38e4158e67e4aad9cfec5ef8ff64fc539a /test/pacman/pmpkg.py | |
parent | 60159c2e77a499067e0b294fc9c6c182f225bee2 (diff) |
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-x | test/pacman/pmpkg.py | 1 |
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 = [] |