about summary refs log tree commit diff
path: root/pkgs/tools/virtualization
AgeCommit message (Collapse)AuthorFilesLines
2017-09-25google-compute-engine: 20170523 -> 20170914Nikolay Amiantov2-37/+9
2017-09-23awsebcli: init at 3.10.5Ruben Maher1-0/+99
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2-2/+2
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-07-15google-compute-engine: init at 20170523zimbatm2-0/+82
2017-06-05cloud-init: remove argparse from requirements.txtAntoine Eiche1-1/+4
Argparse is part of python stdlib.
2017-05-30cloudmonkey: init at 5.3.3Kranium Gikos Mendoza1-0/+27
2017-05-22Merge pull request #23024 from phile314/cloud-init-updateFrederik Rietdijk2-6/+123
cloud-init: 0.7.6 -> 0.7.9 + module improvements
2017-05-01linode-cli: init at 1.4.7Andrew R. M1-0/+42
2017-04-21cloud-init: Fix growpart supportPhilipp Hausmann1-1/+4
2017-04-21cloud-init: Use prePatch instead of patchPhase hack.Philipp Hausmann1-3/+1
2017-04-20Revert "Remove spurious call to patchPhase."Philipp Hausmann1-0/+2
This reverts commit 9a12461586d8e4428c3093aaca407e79baa84f7a.
2017-04-11Remove spurious call to patchPhase.Philipp Hausmann1-2/+0
2017-03-22nixos-container: check for correct path for chattrRobin Gloster1-1/+1
Could fail on destroy if the container wasn't created correctly
2017-03-22nixos-container: allow `_` in container nameRobin Gloster1-1/+1
fixes #15089
2017-03-22nixos-container: don't use host's $NIXOS_CONFIGRobin Gloster1-0/+3
fixes #22948
2017-03-21Revert "nixos-container: Use machinectl shell (#18825)"Eelco Dolstra2-2/+23
This reverts commit c37e76b4d2ac59139df8956cc2b1ec6921bea11d. Unfortunately, using "machinectl shell" has two bad side effects: * It sends the command's stderr to stdout. * It doesn't propagate the command's exit status. This broke NixOps. PR #18825.
2017-03-17marathonctl: init at 2017-03-06Michael Fellinger2-0/+37
2017-03-06cloud-init: 0.7.6 -> 0.7.9Philipp Hausmann2-5/+121
2017-02-24awless: 0.0.13 -> 0.0.14Peter Hoeg1-7/+6
2017-02-18nixos-container: fix destroy with immutable /var/emptyRobin Gloster1-0/+1
fixes #21573
2017-02-17awless: init at 0.0.13Pradeep Chhetri1-0/+24
2017-02-15nixos-container: add --port option for nixos-container (forward network ↵Ian-Woo Kim1-1/+4
ports to systemd-nspawn container)
2017-02-15nixos-container: support bridge.Ian-Woo Kim1-1/+4
2016-11-24euca2ools: use python2Frederik Rietdijk1-3/+5
2016-09-24nixos-container: Use machinectl shell (#18825)Wilhelm Schuster2-23/+2
Using nsenter+su was suboptimal since the environment they provided was not quite the same as the real container environment. See [1] for more background. Note that we directly invoke /bin/sh for `nixos-container root-login` since setting the user's shell is quite complex. See [2] for a related systemd issue. [1]: https://github.com/systemd/systemd/issues/825#issuecomment-127917622 [2]: https://github.com/systemd/systemd/issues/1395
2016-09-01azure-cli: remove, because it has been supersed by a version generated by ↵Sander van der Burg3-4880/+0
node2nix
2016-08-23treewide: Use more makeBinPathTuomas Tynkkynen1-1/+1
2016-08-07nixos-container: Fix missing comma in GetOptionsaszlig1-1/+1
Regression introduced by fe8f0dbd53fb2497a44be21a177188d5c52e36e7. Tested using "nix-build nixos/tests/containers-imperative.nix". Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @ericbmerritt
2016-08-05Merge pull request #17484 from srp/nixos-container-terminateJoachim F1-11/+7
nixos-container: add 'terminate' command which 'destroy' now uses
2016-08-04nixos-container: feature add 'config-file' optionEric Merritt1-7/+27
This adds a config file option to nixos-container.pl that makes it quite a bit easier to use.
2016-08-04nixos-container: fix allow alternative nixos pathsEric Merritt1-5/+9
This should be completely backwards compatible. It allows the '-f' part of the nix-env command to be configured. This greatly eases using nixos-container as part of development where several nixpkgs repositories might be tested at the same time.
2016-08-03nixos-container: replace 'kill' command with 'terminate'Scott R. Parish1-11/+7
My earlier commit to have `nixos-container destroy` use `kill` broke the `container-imperative` test, see[1]. As suggested by @aszlig, `machinectl terminate` doesn't have that problem, and is the command that should have been used to begin with rather then `kill`. 1| https://github.com/NixOS/nixpkgs/commit/60c6c7bc9a0d564cf86af4b1711b33db48cf0d07#commitcomment-18478032
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-07-21nixos-container: add 'kill' command, 'destroy' to use 'kill'Scott R. Parish1-2/+18
Using 'machinectl kill' is much faster then gracefully stopping the container. In the case of 'destroy', since we're destroying it anyway, there's no reason to do a graceful shutdown.
2016-07-19nixos-containers: init package (#16959)Eric Merritt3-0/+351
This moves nixos-containers into its own package so that it can be relied upon by other packages/systems. This should make development using dynamic containers much easier.
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1
2016-04-07Merge 'staging' into closure-sizeVladimír Čunát2-0/+91
This is mainly to get the update of bootstrap tools. Otherwise there were mysterious segfaults: https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
2016-04-01Merge branch 'master' into closure-sizeVladimír Čunát1-490/+362
Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
2016-03-30xe-guest-utilities: init at 6.2.0Ben Booth2-0/+91
use mkEnableOption use sha256 add xe-guest-utilities to module-list.nix
2016-03-11azure-cli: 0.9.15 -> 0.9.17Cole Mickens1-490/+362
2016-03-08Merge master into closure-sizeVladimír Čunát2-2/+2
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
2016-02-19buildPythonApplication: use new function for Python applicationsFrederik Rietdijk2-2/+2
2016-02-14Merge branch 'master' into closure-sizeVladimír Čunát1-347/+354
2016-02-05azure-cli 0.9.13 -> 0.9.15Cole Mickens1-347/+354
2016-02-01treewide: Mass replace 'openssl}/bin' to refer the 'bin' outputTuomas Tynkkynen1-1/+1
2016-01-19Merge branch 'staging' into closure-sizeVladimír Čunát3-0/+5001
2016-01-16azure-cli: fix dependenciesEvgeny Egorochkin1-2/+17
2016-01-15azure-cli: init at 0.9.13Evgeny Egorochkin3-0/+4986
2015-11-29Merge branch 'master' into closure-sizeLuca Bruno1-5/+4