Searched defs:EXIT_PARTIAL (Results 1 - 6 of 6) 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
H A Dpkgdiff.py45 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 Dpublish.py38 from pkg.client.pkgdefs import EXIT_OOPS, EXIT_OK, EXIT_PARTIAL, EXIT_BADOPT namespace
574 return EXIT_PARTIAL
H A Dsign.py65 EXIT_PARTIAL = 3 variable
373 return EXIT_PARTIAL
H A Dpkgrepo.py33 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 Dpkgdefs.py35 EXIT_PARTIAL = 3 # Multiple ops were requested, but not all succeeded. variable

Completed in 24 milliseconds