index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Chantry Xavier <shiningxc@gmail.com> | 2008-01-28 19:49:27 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-05-13 15:49:02 -0500 |
commit | d5278ebb3ba94efdc9fffb7924ac66b6747d9011 (patch) | |
tree | d83bd99db2b5d93d8b8398c393745b1032159db3 /pactest/pmtest.py | |
parent | f43805d875ad5c672afbbfff48bded2087204773 (diff) |
-rwxr-xr-x | pactest/pmtest.py | 3 |
diff --git a/pactest/pmtest.py b/pactest/pmtest.py index 0c4ba847..267eeb2e 100755 --- a/pactest/pmtest.py +++ b/pactest/pmtest.py @@ -83,7 +83,8 @@ class pmtest: "noupgrade": [], "ignorepkg": [], "ignoregroup": [], - "noextract": [] + "noextract": [], + "syncfirst": [] } # Test rules |