Andreas Rammhold
fcbfb5037b
Merge pull request #124972 from andir/nixos-test-driver-timeout-error
...
nixos/test-driver: mention the elapsed time when it times out
2021-05-30 18:30:12 +02:00
Johannes Schleifenbaum
878103ce55
nixos/trilium: use boolToString for noBackup
2021-05-30 18:16:13 +02:00
Luka Blaskovic
b9bf83bc5a
luajit_2_0: 2.1.0-2021-05-17 -> 2.1.0-2021-05-29
2021-05-30 16:02:20 +00:00
Luka Blaskovic
20db1f287f
luajit_2_1: 2.1.0-2021-05-22 -> 2.1.0-2021-05-29
2021-05-30 16:02:20 +00:00
Andreas Rammhold
d07f52bf81
nixos/test-driver: mention the elapsed time when it times out
...
For now you had to know that the actions are retried for 900s when
seeing an error like
> Traceback (most recent call last):
> File "/nix/store/dbvmxk60sv87xsxm7kwzzjm7a4fhgy6y-nixos-test-driver/bin/.nixos-test-driver-wrapped", line 927, in run_tests
> exec(tests, globals())
> File "<string>", line 1, in <module>
> File "<string>", line 31, in <module>
> File "/nix/store/dbvmxk60sv87xsxm7kwzzjm7a4fhgy6y-nixos-test-driver/bin/.nixos-test-driver-wrapped", line 565, in wait_for_file
> retry(check_file)
> File "/nix/store/dbvmxk60sv87xsxm7kwzzjm7a4fhgy6y-nixos-test-driver/bin/.nixos-test-driver-wrapped", line 142, in retry
> raise Exception("action timed out")
> Exception: action timed out
in your (hydra) build failure. Due to the absence of timestamps you were
left guessing if the machine was just slow, someone passed a low timeout
value (which they couldn't until now) or whatever might have happened.
By making this error a bit more descriptive (by including the elapsed
time) these hopefully become more useful.
2021-05-30 17:26:13 +02:00
Ulrik Strid
83c102f66c
ocamlPackages.tyxml: 4.4.0 → 4.5.0
2021-05-30 17:02:25 +02:00
Andreas Rammhold
4e318bcca1
cacerts: Make updater script aware of the nss_latest attribute
...
Usually, on the stable channel, we have a nss_latest attribute that is
more up to date than the nss attribute (which is usually frozen during
branch-off and only receives security updates). Cacerts are a sensitive
matter and should be updated more frequently than the stable NSS package,
if required. By making the update script aware of the nss_latest
attribute we can prefer that when it exists.
By having this change in the unstable branch of Nixpgks we can carry it
from release to release without requiring more churn from those doing
the stable release maintenance.
2021-05-30 17:01:33 +02:00
Robert Scott
edcde75b98
neomutt: add patch for CVE-2021-32055
...
no upstream release yet
2021-05-30 15:54:27 +01:00
Martin Weinelt
219d8381bd
Merge pull request #124947 from helsinki-systems/fix/libvirtd-ethertypes
2021-05-30 16:52:46 +02:00
Fabian Affolter
a759f21d37
home-assistant: update component-packages
2021-05-30 16:25:00 +02:00
Fabian Affolter
416340800d
python3Packages.pygtfs: init at 0.1.6
2021-05-30 16:16:55 +02:00
Ulrik Strid
544db849a1
ocamlPackages.uri: 4.0.0 → 4.2.0
2021-05-30 16:03:20 +02:00
Janne Heß
964fc7cfef
Update nixos/modules/virtualisation/libvirtd.nix
...
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2021-05-30 16:00:50 +02:00
Robin Gloster
783e9e69c3
Merge pull request #124938 from TredwellGit/zfsUnstable
...
zfsUnstable: 2.1.0-rc5 -> 2.1.0-rc6
2021-05-30 08:33:21 -05:00
Michael Weiss
3f3f5a0d5d
scons: Remove myself as maintainer
...
I'm not using it anymore but it would be great if we could find a new
maintainer as SCons is a build tool on which a few other packages
depend.
2021-05-30 15:22:55 +02:00
Michael Weiss
6c638ee6b1
ungoogled-chromium: 90.0.4430.212 -> 91.0.4472.77
2021-05-30 15:15:04 +02:00
Guillaume Girol
aa8c68053a
Merge pull request #110858 from jrick/oksh-shellPath
...
oksh: add shellPath for use as user shells
2021-05-30 12:47:45 +00:00
Jean-Francois Chevrette
a7cd70f367
vimPlugins.gruvbox-flat-nvim: init at 2021-05-28
2021-05-30 08:30:26 -04:00
Ryan Mulligan
66729379a7
Merge pull request #124732 from r-ryantm/auto-update/icinga2
...
icinga2: 2.12.3 -> 2.12.4
2021-05-30 05:27:15 -07:00
Christian Kögler
ba677b14dd
halide: Fix build
2021-05-30 14:18:57 +02:00
Robert Scott
8cda1cc59e
yara: add enableStatic mode
...
useful because tests can be enabled in this mode
2021-05-30 11:59:05 +01:00
Robert Scott
2d7f554229
yara: 4.0.5 -> 4.1.1
2021-05-30 11:59:04 +01:00
Robert Hensing
774fe1878b
Merge pull request #123841 from hercules-ci/podman-socket
...
nixos/podman: Add docker socket support
2021-05-30 11:57:23 +02:00
Janne Heß
2eeecef3fc
nixos/libvirtd: Take ethertypes from iptables-nftables-compat
...
iptables is currently defined in `all-packages.nix` to be
iptables-compat. That package does however not contain `ethertypes`.
Only `iptables-nftables-compat` contains this file so the symlink
dangles.
2021-05-30 11:55:19 +02:00
Robert Hensing
db31d8354d
podman: Add iproute2, fixing docker network rm
2021-05-30 11:23:25 +02:00
Robert Hensing
b6570e7238
nixos/podman-network-socket-ghostunnel: init
2021-05-30 11:23:24 +02:00
Robert Hensing
52844efcd6
nixos/podman: Add generic networkSocket interface
2021-05-30 11:21:05 +02:00
Robert Hensing
ff4d83a667
nixos/podman: Add dockerSocket.enable
2021-05-30 11:21:05 +02:00
Robert Hensing
fb8b0a3843
nixos/podman: Change podman socket to new podman group
2021-05-30 11:21:05 +02:00
Michele Guerini Rocco
bfdf04bd21
Merge pull request #123253 from sbruder/vapoursynth-improve-dependency-resolution
...
vapoursynth: improve plugin dependency resolution
2021-05-30 10:22:35 +02:00
Gabriel Ebner
e8805259cd
Merge pull request #124943 from fortuneteller2k/vieb
...
vieb: use electron_13
2021-05-30 10:01:24 +02:00
Fabian Affolter
92644de0c2
Merge pull request #124942 from yanganto/gitui-16
...
gitui: 0.15.0 -> 0.16.0
2021-05-30 09:20:05 +02:00
Vladyslav M
398105b838
Merge pull request #124411 from Kho-Dialga/master
...
fixed version in proton-caller
2021-05-30 09:56:31 +03:00
fortuneteller2k
fe9b5b6b4a
vieb: use electron_13
2021-05-30 14:38:31 +08:00
Martin Weinelt
42000bdb89
Merge pull request #124941 from sumnerevans/heisenbridge-2021-05-29
...
heisenbridge: unstable-2021-05-23 -> unstable-2021-05-29
2021-05-30 06:52:41 +02:00
Antonio Yang
a8daff8b1a
gitui: 0.15.0 -> 0.16.0
2021-05-30 12:41:00 +08:00
Kho-Dialga
5619c4f674
proton-caller: fix version
2021-05-29 22:22:48 -06:00
Sumner Evans
c2ac1112e5
heisenbridge: unstable-2021-05-23 -> unstable-2021-05-29
...
Critically, this includes the changes from hifi/heisenbridge#78 which
adds an entrypoint so that the executable works.
2021-05-29 22:16:23 -06:00
Sandro
b3498236fd
Merge pull request #124884 from yanganto/s3rs
...
s3rs: init at 0.4.8
2021-05-30 05:17:49 +02:00
Sandro
4552bc3304
Merge pull request #124351 from fortuneteller2k/sacad
...
sacad: 2.3.4 -> 2.4.0
2021-05-30 05:17:03 +02:00
Sandro
dc932e9b32
Merge pull request #121999 from siriobalmelli-foss/add/xjobs
...
xjobs: init at 20200726
2021-05-30 05:11:54 +02:00
Sandro
e0061ed8a3
Merge pull request #124161 from romildo/upd.numix-solarized-gtk-theme
...
numix-solarized-gtk-theme: 20200910 -> 20210522
2021-05-30 05:10:41 +02:00
Antonio Yang
df0f92daee
s3rs: init at 0.4.8
2021-05-30 10:42:20 +08:00
TredwellGit
917884725d
zfsUnstable: 2.1.0-rc5 -> 2.1.0-rc6
...
https://github.com/openzfs/zfs/releases/tag/zfs-2.1.0-rc6
2021-05-30 02:42:06 +00:00
Sandro
25026b7c24
Merge pull request #124066 from magnetophon/gxplugins
...
Gxplugins-Lv2: 0.8 -> 0.9
2021-05-30 04:28:55 +02:00
Sandro
fa014484b8
Merge pull request #122854 from dguibert/dg/reposurgeon
...
reposurgeon: 3.44 -> 4.26
2021-05-30 04:28:40 +02:00
Sandro
46f51499f8
Merge pull request #123491 from dotlambda/capture-ffmpeg
...
capture: use ffmpeg instead of ffmpeg_3
2021-05-30 04:28:05 +02:00
Sandro
bb4bf36471
Merge pull request #124690 from 239/submit/update-bitwarden
...
bitwarden: 1.24.6 -> 1.26.4
2021-05-30 04:26:55 +02:00
Thiago Kenji Okada
33a488c9af
babashka: 0.4.1 -> 0.4.3 ( #124325 )
2021-05-30 04:26:37 +02:00
Sandro
9420695927
Merge pull request #124575 from fgaz/goattracker/2.76
...
goattracker,goattracker-stereo: 2.75 -> 2.76, 2.76 -> 2.77
2021-05-30 04:26:10 +02:00