about summary refs log tree commit diff
path: root/pkgs/tools/misc/barman
AgeCommit message (Collapse)AuthorFilesLines
2022-11-03barman: fix build on darwinWeijia Wang1-0/+4
2022-09-15barman: 3.0.1 -> 3.1.0R. Ryantm1-2/+2
2022-08-20Merge pull request #182142 from treed/barman-subprocessSandro2-0/+34
barman: patch out subprocess wrapper
2022-07-20barman: 3.0.0 -> 3.0.1R. Ryantm1-3/+3
2022-07-19barman: patch out subprocess wrapperTed Reed2-0/+34
This patches the command wrapper to prevent it from executing subprocesses via sys.executable. This is intended to ensure that the subprocess is using the same Python interpreter as the superprocess. However, in this case the barman script has been wrapped as a shell script, which is not executable as Python. Since our wrapper script already ensures a consistent version of Python, this internal wrapping is unnecessary, and so we patch it to execute the command directly. Fixes #135238
2022-07-06barman: 2.17 -> 3.0.0Jonas Heinrich1-2/+9
2021-12-28barman: drop argh dependencyMartin Weinelt1-1/+0
It is not required anymore and breaks the package with argh being broken.
2021-12-05barman: 2.15 -> 2.17R. Ryantm1-2/+2
2021-10-24barman: 2.12 -> 2.15 (#142098)rembo101-17/+26
Co-authored-by: rembo10 <rembo10@users.noreply.github.com> Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-03treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutilRobert Schütz1-2/+2
2020-12-27barman: 2.11 -> 2.12freezeboy1-2/+2
2020-09-13barman: init 2.11freezeboy1-0/+29