Commit graph

249116 commits

Author SHA1 Message Date
R. RyanTM
afdd017def matcha-gtk-theme: 2020-10-05 -> 2020-10-23 2020-10-25 20:31:23 +00:00
Jörg Thalheim
2257afa81d
Merge pull request #101594 from Mic92/x265-aarch64
x265: fix linux-aarch64 build
2020-10-25 20:58:11 +01:00
R. RyanTM
a37ff262d4 livepeer: 0.5.10 -> 0.5.11 2020-10-25 19:45:44 +00:00
Andreas Rammhold
d4fb7daafd
nixos-build-vms: use the driverInteractive attribute instead
This reverts commit aab534b894 & uses the
driverInteractive attribute for the test driver instead.

This has the same effect but removes the extra module in the
nixos-build-vms code.
2020-10-25 20:14:53 +01:00
Andreas Rammhold
73635b859d
nixos/tests: fix runInMachine
In 5500dc8 we introduced the --keep-vm-state flag and defaulted to that
flag not being set. This lead to the `runInMachine` tests not longer
working and that going unnoticed for quite some time now.
2020-10-25 20:09:33 +01:00
Andreas Rammhold
fa25d84d13
nixos/tests: fix testDriver reference in runInMachine function
In a previous commit I broke this as there is no longer one testDriver
but only a function to generate one based on some QEMU inputs.
2020-10-25 20:09:33 +01:00
Andreas Rammhold
61b09f552c
nixos/tests: format the testing-python.nix file more consistenly 2020-10-25 20:09:33 +01:00
Andreas Rammhold
04100cd281
nixos/tests: restructure test driver so that QEMU is actually overriden
Previously you would be able to override only the QEMU package to be
used in the test runner. Frankly that doesn't help a lot if you are
trying to get a graphical session. The graphical session requires the
option in the NixOS module system to bet set to the correct QEMU
package.

In this commit I moved most of the test node configuration and
transformations into the `mkDriver` function (previously called
`driver`). The motivation was to be able to create a `driver` instance
with a given QEMU package that will be used consistently througout the
test expression.
2020-10-25 20:09:33 +01:00
Frank Lanitz
b1b7551cb0 geany: 1.36.0 -> 1.37.0 2020-10-25 19:56:55 +01:00
Nikolay Korotkiy
d2a28d3b38 xournalpp: 1.0.18 -> 1.0.19 2020-10-25 19:34:20 +01:00
Maximilian Bosch
2543fb203b
Merge pull request #101640 from erictapen/tor-browser-bundle-bin-10.0.2
tor-browser-bundle-bin: 10.0.1 -> 10.0.2
2020-10-25 19:27:57 +01:00
Maximilian Bosch
a3041ab124
Merge pull request #101645 from andir/qemu-tests-fixup
nixos/tests: only apply qemu parameters if the options are defined
2020-10-25 19:25:50 +01:00
Michael Raskin
665597f50b lispPackages: add some more, mainly from Quicklisp top 100 2020-10-25 18:32:33 +01:00
R. RyanTM
96a163601a jackett: 0.16.1757 -> 0.16.1883 2020-10-25 16:27:37 +00:00
Ryan Mulligan
f262382e01
Merge pull request #101653 from r-ryantm/auto-update/gobuster
gobuster: 3.0.1 -> 3.1.0
2020-10-25 09:19:07 -07:00
Jacek Galowicz
f4254fba4f
Merge pull request #101538 from xfix/test-driver-bufsize
test-driver.py: remove bufsize=1 from Popen calls
2020-10-25 16:41:09 +01:00
Konrad Borowski
254d30d4c9 test-driver.py: remove bufsize=1 from Popen calls
According to Python documentation [0], `bufsize=1` is only meaningful in
text mode. As we don't pass in an argument called `universal_newlines`,
`encoding`, `errors` or `text` the file objects aren't opened in text
mode, which means the argument is ignored with a warning in Python 3.8.

    line buffering (buffering=1) isn't supported in binary mode,
    the default buffer size will be used

This commit removes this warning that appared when using
interactive test driver built with `-A driver`. This is done by
removing `bufsize=1` from Popen calls.

The default parameter when unspecified for `bufsize` is `-1` which
according to the documentation will be interpreted as
`io.DEFAULT_BUFFER_SIZE`. As mentioned by a warning, Python already
uses default buffer size when providing `buffering=1` parameter for
file objects not opened in text mode.

[0]: https://docs.python.org/3/library/subprocess.html#subprocess.Popen
2020-10-25 16:22:07 +01:00
Lucas Ransan
ce383a1985 ssh-chat: 1.9 -> 1.10 2020-10-25 11:12:39 -04:00
Vincent Laporte
b5f396e43a ocamlPackages.mirage-net: init at 3.0.1 2020-10-25 16:02:34 +01:00
Alyssa Ross
f20b89d1d4 dtc,python.pkgs.libfdt: drop python buildInput
This doesn't seem to be necessary to build the library with
strictDeps = true, or when cross-compiling.
2020-10-25 10:55:52 -04:00
Guillaume Pagnoux
fdba3f6db0 boxfort: unstable-2019-09-19 -> unstable-2019-10-09
Signed-off-by: Guillaume Pagnoux <guillaume.pagnoux@lse.epita.fr>
2020-10-25 10:53:24 -04:00
Benjamin Hipple
d53dd036d2
Merge pull request #80151 from ju1m/dstat_fix_pluginpath
dstat: fix pluginpath
2020-10-25 10:48:54 -04:00
MrKorner
e8268c7627 Update default.nix 2020-10-25 10:41:22 -04:00
MrKorner
7392ef4cce Update default.nix 2020-10-25 10:41:22 -04:00
R. RyanTM
ce1bc3c3b0 gobuster: 3.0.1 -> 3.1.0 2020-10-25 14:40:51 +00:00
Benjamin Hipple
f98312fcb5
Merge pull request #79759 from lopsided98/syncoid-no-root
nixos/syncoid: automatically setup privilege delegation
2020-10-25 10:40:33 -04:00
Sebastian Nagel
7426e53f95 zsh-autoenv: fix zsh-autoenv-share description
Fix a copy & paste error in zsh-autoenv-share documentation
2020-10-25 10:37:47 -04:00
Benjamin Hipple
40a50db054
Merge pull request #101585 from r-ryantm/auto-update/ephemeralpg
ephemeralpg: 3.0 -> 3.1
2020-10-25 10:22:12 -04:00
Benjamin Hipple
39d1011c45
Merge pull request #101575 from r-ryantm/auto-update/debianutils
debianutils: 4.11.1 -> 4.11.2
2020-10-25 10:19:38 -04:00
Benjamin Hipple
19256a1f6f
Merge pull request #101649 from siraben/desc-fix
treewide: remove periods from end of package descriptions (part 2)
2020-10-25 10:13:55 -04:00
Martin Weinelt
923ceda526
Merge pull request #101639 from Luflosi/glances-add-py-cpuinfo
glances: add py-cpuinfo dependency
2020-10-25 15:03:44 +01:00
Martin Weinelt
5eb2dc80f2
Merge pull request #101638 from dywedir/slurp
slurp: 1.2.0 -> 1.3.0
2020-10-25 14:52:58 +01:00
Bas van Dijk
67f5d7f7cb
Merge pull request #101559 from basvandijk/rocksdb-6.12.7
rocksdb: 6.10.2 -> 6.12.7
2020-10-25 14:46:39 +01:00
Ben Siraphob
c98962e1a3 treewide: remove periods from end of package descriptions 2020-10-25 20:13:18 +07:00
Matt Wittmann
cc25408652 vscode-extensions.dhall.vscode-dhall-lsp-server: init at 0.0.4 2020-10-25 14:08:40 +01:00
Matt Wittmann
6981011d90 vscode-extensions.dhall.dhall-lang: init at 0.0.4 2020-10-25 14:08:40 +01:00
R. RyanTM
f006f30cb4 picard: 2.4.4 -> 2.5 2020-10-25 14:00:02 +01:00
R. RyanTM
5737e856f9 urh: 2.8.8 -> 2.8.9 2020-10-25 13:59:26 +01:00
Frederik Rietdijk
89a60382e4 Revert "Revert "pythonPackages.django: clarify versions, remove django_lts attribute""
Every major version will have only a single LTS release, which is the
one we typically keep in Nixpkgs.

https://www.djangoproject.com/download/

This reverts commit af8a48c3c1.
2020-10-25 13:55:44 +01:00
Frederik Rietdijk
af8a48c3c1 Revert "pythonPackages.django: clarify versions, remove django_lts attribute"
Fix eval.

This reverts commit 00d5a13322.
2020-10-25 13:44:02 +01:00
Ryan Mulligan
a4795e27b6
Merge pull request #101613 from r-ryantm/auto-update/fava
fava: 1.15 -> 1.16
2020-10-25 05:43:04 -07:00
Andreas Rammhold
f4d7493162
nixos/tests: only apply qemu parameters if the options are defined
This fixes an eval error that occurred on hydra with the small channel
and the `nixos.tests.boot.biosCdrom.x86_64-linux` attribute:

> $ nix-instantiate nixos/release-small.nix -A nixos.tests.boot.biosCdrom.x86_64-linux
> warning: unknown setting 'experimental-features'
> error: The option `virtualisation.qemu' does not exist. Definition values:
> - In `/home/andi/dev/nixos/nixpkgs/nixos/modules/testing/test-instrumentation.nix':
>     {
>       consoles = [ ];
>       package = {
> 	_type = "override";
> 	content = <derivation /nix/store/q72h2cdcb9zjgiay5gdgzwddjkbjr7xq-qemu-host-cpu-only-for-vm-tests-5.1.0.drv>;
>     ...
> (use '--show-trace' to show detailed location information)

In bc2188b we changed test test-instrumentation to also set the QEMU
package that is being used. That change unfortunately caused us to
always assing values to the virtualisation.qemu.package option even when
the option is not defined. The original code was explicitly testing for
the consoles case but the then newly extended version did not adjust the
check as the intention was probably not clear.

With this commit we are always ensuring the entire virtualisation.qemu
section exists and can thus drop the individual tests for each of the
sections since the QEMU module always defines both the package and the
consoles option when it's root is defined..
2020-10-25 13:42:01 +01:00
Ryan Mulligan
6e61e0db2e
Merge pull request #101320 from ryantm/stale
stale bot: even more TL;DR
2020-10-25 05:41:55 -07:00
Justin Humm
03d85e8aac
tor-browser-bundle-bin: 10.0.1 -> 10.0.2 2020-10-25 12:00:15 +01:00
Vincent Laporte
aa7977af2c ocamlPackages.mirage-bootvar-unix: init at 0.1.0 2020-10-25 11:09:43 +01:00
Vincent Laporte
8b2e5dcf27 ocamlPackages.parse-argv: init at 0.2.0 2020-10-25 11:09:43 +01:00
Scott Worley
f99b6369b1 nixos/tests/hadoop: Use curl --fail 2020-10-25 11:01:31 +01:00
Scott Worley
c25ccf6b4b nixos/tests/docker-tools: Use curl --fail 2020-10-25 11:01:31 +01:00
Scott Worley
f6ecfdac39 nixos/tests/bitcoind: Use curl --fail 2020-10-25 11:01:31 +01:00
Scott Worley
0812bb843d nixos/tests/corerad: Use curl --fail 2020-10-25 11:01:31 +01:00