Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixops
base: cbda25dfd662
Choose a base ref
...
head repository: NixOS/nixops
compare: ebc78bebbcf9
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 11, 2020

  1. deployment: add --boot flag to deploy subcommand

    This is similar to running `nixos-rebuild boot`, just as `nixops deploy
    --test` is similar to running `nixos-rebuild test`. The flag creates a
    new config and sets it as the default to boot into, but doesn't switch
    to it right away.
    cole-h authored and adisbladis committed Jun 11, 2020
    Copy the full SHA
    ee7f057 View commit details
    Browse the repository at this point in the history
  2. mypy-ratchet.sh: use printf instead of echo

    `%s` has no special meaning to echo.
    cole-h authored and adisbladis committed Jun 11, 2020
    Copy the full SHA
    9ec1efc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1352 from cole-h/deploy-boot

    Add --boot flag to deploy and correct ratchet script
    adisbladis committed Jun 11, 2020
    Copy the full SHA
    ebc78be View commit details
    Browse the repository at this point in the history