Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Podman-remote run should wait for exit code #3934

Merged
merged 2 commits into from
Sep 13, 2019

Commits on Sep 12, 2019

  1. Use exit code constants

    We have leaked the exit number codess all over the code, this patch
    removes the numbers to constants.
    
    Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
    rhatdan committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    535111b View commit details
    Browse the repository at this point in the history
  2. Podman-remote run should wait for exit code

    This change matches what is happening on the podman local side
    and should eliminate a race condition.
    
    Also exit commands on the server side should start to return to client.
    Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
    rhatdan committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    82ac0d8 View commit details
    Browse the repository at this point in the history