Searched defs:EXIT_PARTIAL (Results 1 - 6 of 6) 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
|
H A D | pkgdiff.py | 45 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT, EXIT_PARTIAL namespace 61 def error(text, exitcode=EXIT_PARTIAL):
|
/pkg/src/ |
H A D | publish.py | 38 from pkg.client.pkgdefs import EXIT_OOPS, EXIT_OK, EXIT_PARTIAL, EXIT_BADOPT namespace 574 return EXIT_PARTIAL
|
H A D | sign.py | 65 EXIT_PARTIAL = 3 variable 373 return EXIT_PARTIAL
|
H A D | pkgrepo.py | 33 EXIT_PARTIAL = 3 variable 391 return EXIT_PARTIAL 619 return EXIT_PARTIAL 651 rval = EXIT_PARTIAL 772 rval = EXIT_PARTIAL 880 return EXIT_PARTIAL 1031 return EXIT_PARTIAL 1200 rval = EXIT_PARTIAL 1502 return EXIT_PARTIAL
|
/pkg/src/modules/client/ |
H A D | pkgdefs.py | 35 EXIT_PARTIAL = 3 # Multiple ops were requested, but not all succeeded. variable
|
Completed in 24 milliseconds