Searched defs:EXIT_OOPS (Results 1 - 15 of 15) sorted by relevance

/pkg/src/util/publish/
H A Dpkgmogrify.py38 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT, EXIT_PARTIAL namespace
54 def error(text, exitcode=EXIT_OOPS):
101 sys.exit(EXIT_OOPS)
162 exit_code = EXIT_OOPS
H A Dpkgdiff.py45 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT, EXIT_PARTIAL namespace
376 exit_code = EXIT_OOPS
H A Dpkglint.py40 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT namespace
146 return EXIT_OOPS
168 return EXIT_OOPS
171 return EXIT_OOPS
H A Dpkgfmt.py81 from pkg.client.pkgdefs import (EXIT_OK, EXIT_OOPS, EXIT_BADOPT, namespace
85 sys.exit(EXIT_OOPS)
110 def error(text, exitcode=EXIT_OOPS):
669 error(str(e), exitcode=EXIT_OOPS)
671 error(str(e), exitcode=EXIT_OOPS)
H A Dpkgmerge.py55 from pkg.client.pkgdefs import (EXIT_OK, EXIT_OOPS, EXIT_BADOPT, namespace
59 sys.exit(EXIT_OOPS)
145 def error(text, exitcode=EXIT_OOPS):
455 exit(EXIT_OOPS)
986 __ret = EXIT_OOPS
988 __ret = EXIT_OOPS
/pkg/src/tests/cli/
H A Dt_pkg_varcet.py41 from pkg.client.pkgdefs import EXIT_OOPS namespace
650 "facet.doc.txt=True", exit=EXIT_OOPS)
652 "variant.icecream=neapolitan", exit=EXIT_OOPS)
H A Dt_pkg_install.py58 from pkg.client.pkgdefs import EXIT_OOPS namespace
7379 self.pkg("{0} pkg12@1.2".format(install_cmd), exit=EXIT_OOPS)
7380 self.pkg("{0} pkg13@1.2".format(install_cmd), exit=EXIT_OOPS)
7381 self.pkg("{0} pkg14@1.2".format(install_cmd), exit=EXIT_OOPS)
7390 self.pkg("{0} pkg12@1.2".format(install_cmd), exit=EXIT_OOPS)
7391 self.pkg("{0} pkg13@1.2".format(install_cmd), exit=EXIT_OOPS)
7392 self.pkg("{0} pkg14@1.2".format(install_cmd), exit=EXIT_OOPS)
7401 self.pkg("{0} pkg12@1.2".format(install_cmd), exit=EXIT_OOPS)
7402 self.pkg("{0} pkg13@1.2".format(install_cmd), exit=EXIT_OOPS)
7403 self.pkg("{0} pkg14@1.2".format(install_cmd), exit=EXIT_OOPS)
[all...]
/pkg/src/
H A Dpkgdep.py46 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT namespace
183 return EXIT_OOPS
186 return EXIT_OOPS
206 retcode = EXIT_OOPS
280 return EXIT_OOPS
298 return EXIT_OOPS
303 return EXIT_OOPS
324 return EXIT_OOPS
327 return EXIT_OOPS
331 return EXIT_OOPS
[all...]
H A Dpublish.py38 from pkg.client.pkgdefs import EXIT_OOPS, EXIT_OK, EXIT_PARTIAL, EXIT_BADOPT namespace
191 return EXIT_OOPS
305 return EXIT_OOPS
357 return EXIT_OOPS
368 return EXIT_OOPS
393 return EXIT_OOPS
402 return EXIT_OOPS
409 return EXIT_OOPS
452 return EXIT_OOPS
511 return EXIT_OOPS
[all...]
H A Dsign.py63 EXIT_OOPS = 1 variable
375 return EXIT_OOPS
379 return EXIT_OOPS
398 __ret = EXIT_OOPS
H A Ddepot-config.py64 EXIT_OOPS = 1 variable
597 ret = EXIT_OOPS
864 return EXIT_OOPS
882 return EXIT_OOPS
888 return EXIT_OOPS
892 return EXIT_OOPS
898 return EXIT_OOPS
975 __ret = EXIT_OOPS
981 __ret = EXIT_OOPS
H A Dsysrepo.py70 EXIT_OOPS = 1 variable
842 ret = EXIT_OOPS
940 __ret = EXIT_OOPS
946 __ret = EXIT_OOPS
953 __ret = EXIT_OOPS
H A Dpkgrepo.py31 EXIT_OOPS = 1 variable
248 return EXIT_OOPS
362 return EXIT_OOPS
392 return EXIT_OOPS
429 return EXIT_OOPS
441 return EXIT_OOPS
625 return EXIT_OOPS
660 return EXIT_OOPS, None, None
670 if rval == EXIT_OOPS:
778 rval = EXIT_OOPS
[all...]
/pkg/src/modules/client/
H A Dpkgdefs.py33 EXIT_OOPS = 1 # An error occurred. variable
/pkg/src/modules/
H A Dmisc.py81 from pkg.client.pkgdefs import EXIT_OOPS namespace
3091 sys.exit(EXIT_OOPS)

Completed in 65 milliseconds