Lines Matching defs:actions
35 # difference in the manifests' actions is considered a content change unless
42 # Changes in depend actions are not considered a content change, however,
47 # For the depend actions it is therefore required to recurse through the whole
53 # Therefore pkgsurf will go through all depend actions in the repo and, if they
55 # This requires that signature actions in these adjusted packages need to be
82 import pkg.actions as actions
160 -i name Ignore set actions with the name field set to 'name' for
349 # Ignore anything other than depend actions.
371 nact = actions.fromstr(str(act))
816 except (actions.ActionError, RuntimeError,