Commit graph

34 commits

Author SHA1 Message Date
Patryk Wychowaniec 72e80cdc54
lxd: Add proper support for nftables 2020-06-05 16:37:31 +02:00
Mario Rodas 8f50661336 lxd: 4.0.1 -> 4.1 2020-05-09 14:34:36 +02:00
Frederik Rietdijk 9875bbae75 Merge master into staging-next 2020-05-05 19:51:09 +02:00
Benjamin Asbach 32934a673f lxd: fixing path /usr/share/misc/usb.ids
see #86650
2020-05-04 01:10:21 +02:00
zowoq b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
zowoq e7b44787b1 lxd: use installShellFiles 2020-04-27 08:48:42 +10:00
Mario Rodas dc4547f498
lxd: 4.0.0 -> 4.0.1 2020-04-21 18:00:00 -05:00
Mario Rodas 96658e95d1
lxd: 3.23 -> 4.0.0 2020-04-02 04:20:00 -05:00
Mario Rodas d85b0f745e
lxd: 3.22 -> 3.23
Release notes: https://discuss.linuxcontainers.org/t/lxd-3-23-has-been-released/7140
2020-03-24 04:20:00 -05:00
wucke13 5d21d99575 lxd: 3.18 -> 3.22 2020-03-13 10:32:30 +01:00
wucke13 3e6b5c6709 lxd: 3.13 -> 3.18
+ also added myself to maintainer list
2019-10-15 13:11:26 +02:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
Meghea Iulian 2bbe28463a lxd: adds bash completions 2019-07-12 09:41:08 +03:00
Meghea Iulian 812b5d3ffd lxd: add criu to path 2019-07-12 09:41:07 +03:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Will Dietz b17830949c
lxd: 3.12 -> 3.13
https://discuss.linuxcontainers.org/t/lxd-3-13-has-been-released/4738
2019-05-09 16:26:10 -05:00
Will Dietz 1889be45ce lxd: 3.11 -> 3.12 (#59034)
No need to patch go-dqlite, included.
2019-04-06 10:18:59 +00:00
Will Dietz c3fb95b4ee lxd: 3.10 -> 3.11, patch vendored go-dqlite to fix w/dqlite 0.2.6 2019-03-12 16:26:20 -05:00
Jörg Thalheim b2d9782d23
Merge pull request #53611 from r-ryantm/auto-update/lxc
lxc: 3.0.3 -> 3.1.0
2019-02-08 07:03:35 +00:00
Jörg Thalheim 56b1b0ada6
lxd: 3.0.2 -> 3.10 2019-02-08 07:02:40 +00:00
Meghea Iulian 76c0ebc710 lxd: fix sh not in path (#55073)
lxd: add bash to PATH
2019-02-04 09:19:14 +01:00
Anders Kaseorg 291499d10e lxd: Provide apparmor_parser
Previously, lxd would complain about apparmor_parser being missing:

lxd[1037]: lvl=warn msg="AppArmor support has been disabled because 'apparmor_parser' couldn't be found" t=2018-11-19T18:32:47-0800

We need to provide a wrapped apparmor_parser that knows where to find
<tunables/global>, which is #included by lxd’s generated profiles.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-11-19 22:42:04 -08:00
Ioannis Koutras ab62fe9108 lxd: 3.0.0 -> 3.0.2 2018-10-22 13:07:15 +03:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Jörg Thalheim 6eb81b805b lxd: also needs ebtables 2018-06-28 20:20:58 +01:00
Jörg Thalheim 7663de114a lxd: 2.16 -> 3.0.0 2018-04-14 11:02:24 +01:00
Franz Pletz aaee055dae
lxd: 2.14 -> 2.16 2017-08-01 06:16:03 +02:00
Franz Pletz c9268482e0
lxd: 2.12 -> 2.14 2017-06-20 03:45:48 +02:00
Bastian Köcher 179c504a66 lxd: 2.0.2 -> 2.12 (#25685)
* Upgrades lxd to version 2.12

* Adds missing packages to path for lxd
2017-05-24 19:29:38 +01:00
Kamil Chmielewski 914e0e594c buildGoPackage: deps.json -> deps.nix in NIXON
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541

* update docs to describe `deps.nix`
* include goDeps in nix-shell GOPATH
* NixOS 16.09 rel notes about replacing goPackages
2016-09-16 00:04:55 +01:00
Kamil Chmielewski da3ddd48e4 buildGoPackage: remove Go deps file libs.json
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046

    > Because of the content-addressable store, if two programs have the
    > same dependency it will already result in the same derivation in
    > the
    > store. Git also has compression in the pack files so it won't make
    > much difference to duplicate the dependencies on disk. And finally
    > most users will just use the binary builds so it won't make any
    > differences to them.

This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00
Zack Piper bd1e99a5ed lxd: 2.0.0.rc4 -> 2.0.2 2016-06-19 20:21:03 +01:00
Kamil Chmielewski 7eb671ebcd no more goPackages 2016-06-09 13:08:00 +02:00
Kamil Chmielewski a1f3808e2f lxd: extracted from goPackages 2016-06-09 11:21:30 +02:00