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

acme: Add "domain" option to separate domain from name #24854

Merged
merged 1 commit into from May 1, 2017

Conversation

edanaher
Copy link
Contributor

Fixes #24731.

(cherry picked from commit e3559c2)
This is useful on servers like mine, which often prefer to stay on stable
releases. Since there's no impact if you're not using the new option, this
should be safe to pull in.

Motivation for this change

See the issue for overall description, but as noted in the commit message, it seems reasonable to add to stable so it can be used on servers running 17.03 without any extra work.

(This is my first PR for a release branch; hopefully it's reasonable ;) )

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Fixes NixOS#24731.

(cherry picked from commit e3559c2)
This is useful on servers like mine, which often prefer to stay on stable
releases.  Since there's no impact if you're not using the new option, this
should be safe to pull in.
@mention-bot
Copy link

@edanaher, thanks for your PR! By analyzing the history of the files in this pull request, we identified @fpletz, @abbradar and @bobvanderlinden to be potential reviewers.

@edanaher
Copy link
Contributor Author

@fpletz - You merged this into master; is there any reason why it can't go into 17.03?

@7c6f434c 7c6f434c merged commit 5ab1994 into NixOS:release-17.03 May 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants