• Łukasz Nowak's avatar
    slapos.cookbook: Add _failsafe publish type recipes · 19f683ef
    Łukasz Nowak authored
    In some contexts it's required to not stop buildout processing on publishing
    errors, thus such recipe is required in those cases.
    
    By providing -error-status-file it's possible to check status of the publish,
    the file will be created on error and removed on successful call or during
    uninstall. It's responsibility of the caller to handle such errors, for example
    by using proper promises.
    19f683ef
publish.py 4.08 KB