Searched defs:fix (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/client/
H A Dclient_api.py1415 # for pkg verify or fix.
3284 def fix(self, pargs_json=None, opts_json=None): member in class:ClientInterface
3285 """Invoke pkg fix subcommand."""
3287 return self._cmd_invoke("fix", pargs_json=pargs_json,
3304 "fix" : [_fix, __pkg_fix_output_schema],
/pkg/src/modules/server/
H A Drepository.py1917 # an error. No attempt is made by 'pkgrepo fix'
2204 # 'pkgrepo fix' to attempt to fix this particular error,
2393 def fix(self, pub=None, progtrack=None, verify_callback=None, member in class:_RepoStore
2430 # we don't attempt to fix this error, since it can
2445 qroot = tempfile.mkdtemp(prefix="fix.",
2470 # we've already applied a fix to this path
2496 # unique quarantine root per fix(..) call
4055 def fix(self, pubs=[], force_dep_check=False, member in class:Repository
4101 for verify_tuple in rstore.fix(progtrac
[all...]
/pkg/src/
H A Dclient.py211 "fix",
263 adv_usage["fix"] = _(
459 Package Maintenance : verify fix revert
687 # Changing or repairing package content (e.g. fix,
710 cond_show(_("Packages to fix:"), "{0:d}", len(a))
893 # Displaying editable file list is redundant for pkg fix.
2299 def fix(op, api_inst, pargs, accept, backup_be, backup_be_name, be_activate, function
5262 "fix" : [fix],

Completed in 65 milliseconds