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

Major cleanup #17

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

Major cleanup #17

wants to merge 9 commits into from

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    12fe6aa View commit details
    Browse the repository at this point in the history
  2. Remove genServerRpm_dependencies

    This can easily be checked in the function itself without duplicating
    all the variables.
    ekohl committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    d4d6ab7 View commit details
    Browse the repository at this point in the history
  3. Remove redundant genServerCertReq_dependencies

    This was always called twice. It now does the checking as part of the
    function itself which reduces duplication.
    ekohl committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    3f81c51 View commit details
    Browse the repository at this point in the history
  4. Factor out a password check

    ekohl committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    4440389 View commit details
    Browse the repository at this point in the history
  5. Remove redundant genServerCert_dependencies function

    By moving this all into genServerCert, a lot of variable duplication is
    avoided.
    ekohl committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    29dde82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b6bc49 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2169737 View commit details
    Browse the repository at this point in the history
  8. Introduce genServerCert_dependencies again

    This method allows to fail fast
    ekohl committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    a1b277f View commit details
    Browse the repository at this point in the history
  9. [WIP] Remove rhn_popen

    ekohl committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    8439c4b View commit details
    Browse the repository at this point in the history