Commit Graph

26 Commits

Author SHA1 Message Date
R. Ryantm
2c81740890 zfs-replicate: 3.2.12 -> 3.2.13 2024-04-20 11:43:28 +00:00
R. Ryantm
92fa58c203 zfs-replicate: 3.2.11 -> 3.2.12 2024-04-02 21:12:16 +00:00
R. Ryantm
0772542cca zfs-replicate: 3.2.10 -> 3.2.11 2024-03-25 04:40:22 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
c37c4a497b zfs-replicate: 3.2.9 -> 3.2.10 2024-03-09 19:00:38 +00:00
R. Ryantm
1f55018964 zfs-replicate: 3.2.8 -> 3.2.9 2024-02-26 19:52:39 +00:00
R. Ryantm
386437784f zfs-replicate: 3.2.7 -> 3.2.8 2024-02-19 10:00:14 +00:00
Mario Rodas
94cce57664
zfs-replicate: update pyproject format
Co-authored-by: Robert Schütz <github@dotlambda.de>
2024-02-17 18:05:33 -05:00
R. Ryantm
35b2e97c99 zfs-replicate: 3.2.6 -> 3.2.7 2024-02-12 17:31:22 +00:00
Sarah Brofeldt
dea8ad5645
Merge pull request #286783 from alunduil/zfs-replicate/doCheck
zfs-replicate: doCheck = true
2024-02-07 18:32:01 +01:00
Alex Brandt
8c938d1104 zfs-replicate: doCheck = true
New versions of zfs-replicate include the test suite in the source tarball.
This allows us to run tests during build and verify functionality at least
passes these checks.
2024-02-06 17:35:05 +00:00
R. Ryantm
6459a07693 zfs-replicate: 3.2.5 -> 3.2.6 2024-02-05 10:14:09 +00:00
R. Ryantm
191b7ae2c7 zfs-replicate: 3.2.4 -> 3.2.5 2024-01-30 03:10:02 +00:00
R. Ryantm
b86a0f1206 zfs-replicate: 3.2.3 -> 3.2.4 2024-01-26 13:21:13 +00:00
R. Ryantm
7eea7beafd zfs-replicate: 3.1.4 -> 3.2.3 2024-01-20 04:10:53 +00:00
Alex Brandt
b373027539 zfs-replicate: 1.2.3 -> 3.1.4 2023-10-21 11:20:40 +00:00
Sandro Jäckel
f1e5f1b2bc zfs-replicate: remove useless pytest-runner, coverage collecting and mypy linter 2023-06-16 08:54:27 +02:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Sandro Jäckel
9bfdf57e13
pythonPackages: deprecate pytestrunner alias 2021-07-21 13:32:49 +02:00
Sandro Jäckel
4209fed914
pythonPackages: deprecate pytestcov alias 2021-07-21 13:32:17 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
62f2bbc941 zfs-replicate: 1.1.14 -> 1.2.3 2020-10-24 22:43:36 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
944d340c1e zfs-replicate: 1.1.11 -> 1.1.14 2020-01-17 12:44:07 +00:00
Alex Brandt
29bdb1c672 zfs-replicate: init at 1.1.11
Used by zfs.autoReplication module.
2019-08-02 08:04:21 -07:00