Searched refs:avoid (Results 1 - 2 of 2) sorted by relevance
/pkg/src/tests/cli/ |
H A D | t_pkg_avoid.py | 113 """Returns a tuple of (avoid, implicit_avoid, obsolete) 121 avoid = set() 125 if d[stem] == "avoid": 126 avoid.add(stem) 127 elif d[stem] == "implicit-avoid": 131 return avoid, implicit_avoid, obsolete 133 def __assertAvoids(self, avoid=frozenset(), implicit=frozenset(), 136 self.assertEqualDiff(sorted(avoid), sorted(aavoid), 159 # test that we don't avoid packages when we 161 self.pkg("avoid") [all...] |
/pkg/src/ |
H A D | client.py | 224 "avoid", 316 adv_usage["avoid"] = _("[pkg_fmri_pattern] ...") 464 Image Constraints : avoid unavoid freeze unfreeze 2592 def avoid(api_inst, args): function 2593 """Place the specified packages on the avoid list""" 2601 return __api_plan_exception("avoid", False, 0, api_inst) 2604 """Remove the specified packages from the avoid list""" 2615 """Display the current avoid list, and the pkgs that are tracking 5253 "avoid" : [avoid], [all...] |
Completed in 22 milliseconds