Searched defs:txt (Results 1 - 2 of 2) sorted by relevance

/pkg/src/
H A Dpull.py989 txt = str(e) + "\n\n"
990 txt += _("To create a repository, use the pkgrepo command.")
991 abort(err=txt)
1042 txt = _("\nThe following publishers are present in the "
1047 txt += "\n {0}\n".format(p)
1048 abort(err=txt)
1191 txt = _("Unable to copy manifest: {0}").format(e)
1192 abort(err=txt)
1287 txt = _("Pkgrepo verify found errors in the updated repository."
1290 txt
1772 txt = "\\n" variable
[all...]
/pkg/src/modules/client/
H A Dclient_api.py574 txt = _("pkg: {succeeded}/{total} catalogs successfully "
580 error = {"reason": txt, "errtype": "catalog_refresh"}
582 error = {"info": txt, "errtype": "catalog_refresh"}
1122 txt = str(e) variable
1124 txt += "\n\n" + _("Please provide one of the package "
1126 _error_json("\n" + txt, cmd=op, errors_json=errors_json)
1870 txt = ""
1872 txt += "\n"
1873 txt += _("Removal failed for '{pub}': {msg}").format(
1875 txt
[all...]

Completed in 18 milliseconds