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

Fix commands, the easy way. #344

Merged
4 commits merged into from
Nov 22, 2013
Merged

Fix commands, the easy way. #344

4 commits merged into from
Nov 22, 2013

Commits on Nov 22, 2013

  1. Fix commands, the easy way.

    Don't use pluginhook to run the commands hook, just run all the scripts
    in a loop.
    plietar committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    455be29 View commit details
    Browse the repository at this point in the history
  2. Don't explicitly specify streams to docker run.

    Now that "docker run" always has an stdin, we don't need to explicitly
    specify stdout and stderr.
    plietar committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    e126da0 View commit details
    Browse the repository at this point in the history
  3. Remove known issues and add note about ForceTTY

    These issues are fixed by this PR.
    plietar committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    99e0a43 View commit details
    Browse the repository at this point in the history
  4. Close stdin before running the backup-export hooks.

    This avoids hanging when we're not in a pty.
    plietar committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    7ed57b2 View commit details
    Browse the repository at this point in the history