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

modules/supervisord: init, modules/openssh: init #203

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Commits on Sep 24, 2022

  1. modules/supervisord: init

    zhaofengli committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    dc61ae1 View commit details
    Browse the repository at this point in the history
  2. modules/openssh: init

    zhaofengli committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    3a02d09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88b5731 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a00dc02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7834088 View commit details
    Browse the repository at this point in the history
  6. fixup svd: add more docs

    zhaofengli committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    16107f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86248da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d93571 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3278a9c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    269f6d1 View commit details
    Browse the repository at this point in the history
  11. fixup svd: license header

    zhaofengli committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    6e9389c View commit details
    Browse the repository at this point in the history
  12. fixup ssh: license header

    zhaofengli committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    0faa47c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bd44a10 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c39cb39 View commit details
    Browse the repository at this point in the history
  15. fixup svd: dont do set +e

    zhaofengli committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    42b95bd View commit details
    Browse the repository at this point in the history
  16. fixup svd: support dry-run

    zhaofengli committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    06d245c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5ea968c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f861f45 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b416b58 View commit details
    Browse the repository at this point in the history
  20. fixup ssh: also add coreutils to path

    Otherwise mkdir et al may silently fail.
    zhaofengli committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    2f92f24 View commit details
    Browse the repository at this point in the history
  21. fixup svd: add set -e to job script

    This matches the behavior of makeJobScript in nixos/lib/systemd-lib.nix.
    zhaofengli committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    5278b3d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    edb3247 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    82c42b3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    56f4e44 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. fixup ssh: Remove mdDoc for now

    Doesn't exist in stable.
    zhaofengli committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    ca13b29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01a7447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9222c03 View commit details
    Browse the repository at this point in the history
  4. fixup svd: start supervisord in background

    This removes the 1-second delay between supervisord starting and forking
    into background.
    zhaofengli committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    ba1526a View commit details
    Browse the repository at this point in the history