-
-
Notifications
You must be signed in to change notification settings - Fork 362
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1ce9aff239d3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixops
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: af1a6a575cf8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 3 files changed
- 2 contributors
Commits on Dec 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8ce1ccc - Browse repository at this point
Copy the full SHA 8ce1cccView commit details
Commits on Jan 2, 2017
-
Merge pull request #564 from grahamc/fix-certs
This bundles ca-certs with hetzner-bootstrap.nix, so it should fix #356 where @manveru reported that binary cache substititions didn't work because of certificate errors. Although the change is quite trivial I usually try to test things on a real machine before actually merging it, but I currently don't have a free Hetzner machine available for testing. I'm merging this based on @grahamc's assertion "This patch has worked on provisioning several boxes" and testing this by building and manually verifying the bootstrap installer and also running the "hetzner" VM test on x86_64-linux. So I think the worst thing that could happen is that #356 isn't fixed after all. Fixes: #356
Configuration menu - View commit details
-
Copy full SHA for b09e618 - Browse repository at this point
Copy the full SHA b09e618View commit details -
tests/hetzner: Make getting GPG key ID more robust
GnuPG has a --with-colons flag, so we don't need to use a complicated sed expression to extract the key ID. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Configuration menu - View commit details
-
Copy full SHA for 9c3aecb - Browse repository at this point
Copy the full SHA 9c3aecbView commit details -
tests/hetzner/repos: Pin GnuPG version to v2.0
I ran into this while trying to run tests prior to merging #564 (merge commit b09e618). The default GnuPG version in <nixpkgs> is 2.1, but the Debian version used while building the Debian repository is GnuPG version 2.0, so we need to make sure both versions match at least in major and minor. The test for the Hetzner backend now still fails, but at least it doesn't fail anymore because one of its dependencies are failing. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Configuration menu - View commit details
-
Copy full SHA for a29d334 - Browse repository at this point
Copy the full SHA a29d334View commit details -
tests/hetzner: Fix up coordinator dependencies
As we don't have networking access within tests, we also need to add pkgs.lib{xml2,xslt}.dev or pkgs.lib{xml2,xslt} as fallback. I'm using .dev here, because it references all of the other outputs of the corresponding library as well so we don't need to list all the possible outputs. Unfortunately, I'm not quite sure what has led to this requirement, because I don't want to bisect a whole lot of changes since NixOS release 16.03 just to find out the origin of this. Adding these dependencies now causes the test to succeed with NixOS unstable and release-16.09. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Configuration menu - View commit details
-
Copy full SHA for af1a6a5 - Browse repository at this point
Copy the full SHA af1a6a5View commit details
There are no files selected for viewing