Lines Matching refs:action
36 name = "osnet.action"
40 "checks OS Net packages for common action errors")
43 def varmigrate(self, action, manifest, engine, pkglint_id="001"):
60 if "path" not in action.attrs:
62 path = action.attrs["path"]
67 if action.name != "dir":
73 seen_salvage_from = action.attrs.get("salvage-from")
74 seen_actuator = action.attrs.get("reboot-needed")
79 engine.error(_("/var/.migrate action %(path)s must "
88 def varshare(self, action, manifest, engine, pkglint_id="002"):
101 if "path" not in action.attrs:
103 path = action.attrs["path"]