Commit graph

435 commits

Author SHA1 Message Date
Han Verstraete 6bd1025a28 nixos-shell: 0.2.2 -> 1.0.0 2022-06-19 20:37:25 +08:00
Sergei Trofimovich 5ee88ab21d Merge master into staging-next 2022-06-18 08:00:58 +01:00
Aaron Jheng 3b11bd8857
awless: remove
awless is lack of maintenance from upstream since 2018.
2022-06-17 15:02:31 +00:00
github-actions[bot] ccdd0f7af6
Merge master into staging-next 2022-06-16 23:27:22 +00:00
Robert Scott 61c35da607 treewide/servers,tools: add sourceType binaryNativeCode for many packages 2022-06-16 20:21:42 +01:00
Kirill Radzikhovskyy 63576fb5c3 awsebcli: fixup, use python.pkgs.six from nixpkgs 2022-06-12 08:01:13 +10:00
teutat3s cf594d1f6e
cloud-init: fix missing pyserial dependency
and check for all required imports as per requirements.txt

While debugging missing metadata in the cloud-init boot local phase
in a NixOS VM on SmartOS, the following error was observed:
SystemError: Unable to open /dev/ttyS1
Adding the missing pyserial dependency fixes the above error and
cloud-init metadata detection now works in NixOS VMs on SmartOS
2022-06-07 14:33:03 +02:00
zowoq b7b91880d3 docker-compose: default to v2 2022-06-06 14:58:18 +10:00
Sergei Trofimovich 3978ed8109 xe-guest-utilities: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: utils.o:xenstore/utils.h:27:
      multiple definition of `xprintf'; xenstored_core.o:xenstore/utils.h:27: first defined here
2022-06-03 08:30:43 +01:00
Janne Heß bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
Sascha Grunert 90ce1f86b9 cri-tools: 1.24.1 -> 1.24.2
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-05-30 21:45:00 +10:00
Rick van Schijndel 223184228c awless: mark broken for aarch64-linux
Unclear if this ever worked.

asm: InitTextSym double init for .Syscall
panic: invalid use of LSym - NewFuncInfo with Extra of type *obj.FuncInfo

goroutine 1 [running]:
cmd/internal/obj.(*LSym).NewFuncInfo(0x400015e100)
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/internal/obj/link.go:496 +0x134
cmd/internal/obj.(*Link).InitTextSym(0x400017c000, 0x400015e100, 0x4)
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/internal/obj/plist.go:153 +0x10c
cmd/asm/internal/asm.(*Parser).asmText(0x400013fe60, {0x400013fd00, 0x3, 0x3})
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/asm/internal/asm/asm.go:180 +0x4f0
cmd/asm/internal/asm.(*Parser).pseudo(0x400013fe60, {0x4000130460, 0x4}, {0x400013fd00, 0x3, 0x3})
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/asm/internal/asm/parse.go:297 +0x7c
cmd/asm/internal/asm.(*Parser).Parse(0x400013fe60)
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/asm/internal/asm/parse.go:105 +0xcc
main.main()
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/asm/main.go:91 +0x814
2022-05-29 10:56:02 +02:00
Sascha Grunert a434418bbe cri-tools: 1.23.0 -> 1.24.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-05-24 19:25:12 +10:00
Aaron Jheng 1b74650e61
govc: 0.25.0 -> 0.28.0 2022-05-14 00:47:55 +00:00
Sebastian Hasler a99b8cac44
kubevirt: 0.52.0 -> 0.53.0 2022-05-12 15:52:07 +02:00
Sandro 58585adbcd
Merge pull request #171862 from WolfangAukang/ovftool 2022-05-09 03:47:09 +02:00
P. R. d. O b330818d69
ovftool: init at 4.4.1 2022-05-08 14:14:54 -06:00
haslersn 1391482b41
virtctl: init at 0.52.0 (#171734)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-08 22:11:41 +02:00
Patryk Wychowaniec 56ab4f61bc
nixos/lxd: improve tests
- Make tests/lxd.nix use NixOS's lxdMeta & lxdImage to avoid relying on
  3rd party containers such as Alpine Linux for testing purposes.
- Merge tests/lxd-image.nix into tests/lxd.nix, since now both have a
  similar structure.
- Extract duplicated inline LXD configuration into a separate file,
- Add passthru.lxd-nftables & passthru.lxd-image-server.
2022-05-03 12:24:13 +02:00
adisbladis dc26602aed nixos-container: Add tests to passthru for CI 2022-04-27 18:35:51 +12:00
adisbladis 81d192cfa6 nixos-container: Add compatibility hack for pre-22.05 state/config directories 2022-04-27 18:35:13 +12:00
adisbladis 7d9a979b2e nixos-container: Make configuration and state directories configurable
/etc/containers is also used by Podman, Skopeo & other popular
container tooling so we need to be able to move to another
configuration directory.

The state move is not strictly a requirement but is good for consistency.
2022-04-27 18:35:03 +12:00
Bobby Rong 47fb2d4bb9
Merge pull request #167120 from aaronjheng/marathonctl
marathonctl: 2017-03-06 -> 0.0.7
2022-04-26 16:44:52 +08:00
Martin Weinelt a7fc5aaa76 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-15 13:30:48 +02:00
Martin Weinelt 33425fdc96
Merge pull request #166489 from NixOS/python-updates 2022-04-15 03:47:30 +02:00
Kirill Radzikhovskyy 7f613bbdb6 awsebcli: fixup, downgrade jmespath 2022-04-15 01:39:55 +02:00
Malo Bourgon 0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
Ryan Mulligan 542f7f8330
Merge pull request #167614 from r-ryantm/auto-update/linode-cli
linode-cli: 5.17.2 -> 5.17.2
2022-04-11 07:03:01 -07:00
ajs124 58303b3ef5
Merge pull request #164309 from liff/rootlesskit/v0.14
rootlesskit: 0.11.1 -> 1.0.0
2022-04-10 21:35:49 +01:00
R. Ryantm 08f4d64b70 linode-cli: 5.17.2 -> 5.17.2 2022-04-07 00:17:15 +00:00
Kirill Radzikhovskyy 1bd060ba67 awsebcli: fixup 2022-04-05 19:15:30 -04:00
ajs124 9dca986a47 Revert "ovftool: init at 4.4.1"
This reverts commit 0418760037.
2022-04-04 15:10:45 +01:00
Aaron Jheng 1f72f97534
marathonctl: 2017-03-06 -> 0.0.7 2022-04-04 03:15:14 +00:00
Andrew Marshall ebfb266f31 linode-cli: Remove update check
Upon every API call, this program will check the API version and make a
request to PyPi to check the latest version and, if not latest, will
show a warning like

> The API responded with version 1.2.4, which is newer than the CLI's
> version of 1.2.3.  Please update the CLI to get access to the newest
> features.  You can update with a simple `pip install --upgrade
> linode-cli`

This is not really useful with Nix, as the update message is wrong. And
connecting to a third-party on each usage is not desired, either.
2022-04-01 15:38:49 -04:00
Ben Siraphob 61776f460f
treewide: remove stdenv from buildInputs 2022-03-31 11:19:30 -05:00
Olli Helenius 7ee72e5597
rootlesskit: 0.11.1 -> 1.0.0 2022-03-27 15:08:10 +03:00
R. Ryantm 263c767ec6 linode-cli: 5.17.2 -> 5.17.2 2022-03-25 07:14:01 +00:00
Kirill Radzikhovskyy 442c54c475 awsebcli: fixup! 2022-03-19 08:22:01 -04:00
Sandro fdeb9cb55d
Merge pull request #162497 from r-ryantm/auto-update/shipyard 2022-03-18 15:40:15 +01:00
R. Ryantm 42597db91c linode-cli: 5.17.1 -> 5.17.2 2022-03-11 07:01:15 +00:00
R. Ryantm 45295517b9 shipyard: 0.3.47 -> 0.3.48 2022-03-02 15:45:36 +00:00
R. Ryantm 6fb057df97 shipyard: 0.3.45 -> 0.3.47 2022-02-24 20:19:06 +00:00
Ryan Mulligan c13e0a5171
Merge pull request #160995 from r-ryantm/auto-update/shipyard
shipyard: 0.3.44 -> 0.3.45
2022-02-23 06:31:54 -08:00
Kirill Radzikhovskyy 800013956d awsebcli: 3.14.2 -> 3.20.3 2022-02-21 14:39:44 -08:00
R. Ryantm 00acde8e58 shipyard: 0.3.44 -> 0.3.45 2022-02-20 02:34:28 +00:00
R. RyanTM 4539bea1e6
shipyard: 0.3.30 -> 0.3.44
(#159751)
2022-02-17 13:29:29 +01:00
R. Ryantm 2ad49320c2 google-guest-oslogin: 20211213.00 -> 20220205.00 2022-02-12 09:20:05 +00:00
R. Ryantm 8279ba6727 linode-cli: 5.16.0 -> 5.17.1 2022-02-10 11:52:42 -08:00
Sandro 5560c824c7
Merge pull request #157761 from tp-la/amazon-ec2-utils 2022-02-07 01:53:35 +01:00
Sandro 255417b8f4
Merge pull request #157146 from illustris/cloudinit 2022-02-07 01:27:21 +01:00