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

Two deployment stage prep patches #1514

Closed
wants to merge 3 commits into from

Commits on Mar 23, 2018

  1. lib/deploy: Set kargs in one place

    Prep for deployment staging. We had the code to hande "explicit kargs" in one
    place, but the "use merge deployment" karg bits mixed in with the "/etc merge"
    logic. Those are separate things, and it's better to have karg handling in one
    place.
    cgwalters committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    72f3487 View commit details
    Browse the repository at this point in the history
  2. lib/deploy: Split /etc merge into two stages

    For staged deploy, we want to pay the cost of creating copies from
    `/usr/etc` → `/etc` at stage time, since it can be expensive.  (We
    want to minimize time spent during shutdown).
    
    Split it up into two functions; the logic is also simply clearer.
    cgwalters committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    5fff4bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81aa7a0 View commit details
    Browse the repository at this point in the history