Searched defs:EXIT_OOPS (Results 1 - 15 of 15) sorted by relevance
/pkg/src/util/publish/ |
H A D | pkgmogrify.py | 38 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 D | pkgdiff.py | 45 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT, EXIT_PARTIAL namespace 376 exit_code = EXIT_OOPS
|
H A D | pkglint.py | 40 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 D | pkgfmt.py | 81 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 D | pkgmerge.py | 55 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 D | t_pkg_varcet.py | 41 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 D | t_pkg_install.py | 58 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 D | pkgdep.py | 46 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 D | publish.py | 38 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 D | sign.py | 63 EXIT_OOPS = 1 variable 375 return EXIT_OOPS 379 return EXIT_OOPS 398 __ret = EXIT_OOPS
|
H A D | depot-config.py | 64 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 D | sysrepo.py | 70 EXIT_OOPS = 1 variable 842 ret = EXIT_OOPS 940 __ret = EXIT_OOPS 946 __ret = EXIT_OOPS 953 __ret = EXIT_OOPS
|
H A D | pkgrepo.py | 31 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 D | pkgdefs.py | 33 EXIT_OOPS = 1 # An error occurred. variable
|
/pkg/src/modules/ |
H A D | misc.py | 81 from pkg.client.pkgdefs import EXIT_OOPS namespace 3091 sys.exit(EXIT_OOPS)
|
Completed in 65 milliseconds