Lines Matching defs:actions
42 import pkg.actions as actions
573 returning the merged manifest and a list of lists of actions to
703 # Finally, build a list of actions to retrieve based on position in
729 for i, a in enumerate(m.actions[:]):
732 # signatures and pkg.fmri actions are no longer
734 del m.actions[i - deleted_count]
741 # manifest; filter out actions
743 del m.actions[i - deleted_count]
758 del m.actions[i - deleted_count]
765 # add blended actions to other manifests
769 m.actions.append(a)
773 # returning a tuple consisting of each manifest's actions
775 # list of actions that are the same in each manifest.
785 actions.fromstr("set name=pkg.fmri value={0}".format(new_fmri)))
799 # combine actions into single list
809 allactions.append(actions.fromstr("set name={0} {1}".format(variant,
983 except (pkg.actions.ActionError, trans.TransactionError,