index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Nathan Jones <nathanj@insightbb.com> | 2007-11-12 16:54:30 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-13 00:13:04 -0600 |
commit | ca262623fcec32952d4a59ac3003c82c94297ce1 (patch) | |
tree | af441062397affaba34b34a6582027bd0ce06fe3 /pactest/pmtest.py | |
parent | 07243f74d1d4277a296c3eb23e876ed48c015e68 (diff) |
-rwxr-xr-x | pactest/pmtest.py | 1 |
diff --git a/pactest/pmtest.py b/pactest/pmtest.py index 00dd3cbc..e0b3fd44 100755 --- a/pactest/pmtest.py +++ b/pactest/pmtest.py @@ -84,6 +84,7 @@ class pmtest: self.option = { "noupgrade": [], "ignorepkg": [], + "ignoregroup": [], "noextract": [] } |