summary refs log tree commit diff
path: root/pkgs/tools/backup/bareos
Commit message (Collapse)AuthorAge
* pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob2021-01-17
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Re-Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-22
| | | | This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
* Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-21
| | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
* Merge branch 'master' into staging-nextVladimír Čunát2019-09-15
|\
| * bareos: Mark as brokenDaniel Schaefer2019-09-14
| | | | | | | | | | | | | | Doesn't have a maintainer. Doesn't work with our new glusterfs version. bareos18 has changed from autotools to cmake so the derivation has to be completely rewritten.
* | treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-09
|/
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* bareos: /var/run -> /runBob van der Linden2019-04-11
|
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* bareos: 17.2.5 -> 17.2.7 (#45846)R. RyanTM2018-09-01
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from bareos
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* bareos: 15.2.4 -> 17.2.5Ryan Mulligan2018-03-07
| | | | | | | | | | | | | | | | | | | | | | Semi-automatic update. These checks were done: - built on NixOS - ran `/nix/store/ayjbl5v8ng7fdzcjv93c7n5lax2q03hm-bareos-17.2.5/bin/bpluginfo -h` got 0 exit code - ran `/nix/store/ayjbl5v8ng7fdzcjv93c7n5lax2q03hm-bareos-17.2.5/bin/bpluginfo --help` got 0 exit code - ran `/nix/store/ayjbl5v8ng7fdzcjv93c7n5lax2q03hm-bareos-17.2.5/bin/bpluginfo -V` and found version 17.2.5 - ran `/nix/store/ayjbl5v8ng7fdzcjv93c7n5lax2q03hm-bareos-17.2.5/bin/bpluginfo --version` and found version 17.2.5 - ran `/nix/store/ayjbl5v8ng7fdzcjv93c7n5lax2q03hm-bareos-17.2.5/bin/bpluginfo -h` and found version 17.2.5 - ran `/nix/store/ayjbl5v8ng7fdzcjv93c7n5lax2q03hm-bareos-17.2.5/bin/bpluginfo --help` and found version 17.2.5 - ran `/nix/store/ayjbl5v8ng7fdzcjv93c7n5lax2q03hm-bareos-17.2.5/bin/bscrypto -h` got 0 exit code - ran `/nix/store/ayjbl5v8ng7fdzcjv93c7n5lax2q03hm-bareos-17.2.5/bin/bscrypto --help` got 0 exit code - ran `/nix/store/ayjbl5v8ng7fdzcjv93c7n5lax2q03hm-bareos-17.2.5/bin/bscrypto help` got 0 exit code - ran `/nix/store/ayjbl5v8ng7fdzcjv93c7n5lax2q03hm-bareos-17.2.5/bin/bscrypto -V` and found version 17.2.5 - ran `/nix/store/ayjbl5v8ng7fdzcjv93c7n5lax2q03hm-bareos-17.2.5/bin/bscrypto --version` and found version 17.2.5 - ran `/nix/store/ayjbl5v8ng7fdzcjv93c7n5lax2q03hm-bareos-17.2.5/bin/bscrypto -h` and found version 17.2.5 - ran `/nix/store/ayjbl5v8ng7fdzcjv93c7n5lax2q03hm-bareos-17.2.5/bin/bscrypto --help` and found version 17.2.5 - ran `/nix/store/ayjbl5v8ng7fdzcjv93c7n5lax2q03hm-bareos-17.2.5/bin/testls help` got 0 exit code - found 17.2.5 with grep in /nix/store/ayjbl5v8ng7fdzcjv93c7n5lax2q03hm-bareos-17.2.5 - found 17.2.5 in filename of file in /nix/store/ayjbl5v8ng7fdzcjv93c7n5lax2q03hm-bareos-17.2.5
* treewide: generalise for both mysql & mariadbRobin Gloster2017-12-29
|
* treewide: libmysql -> mysql.connector-cRobin Gloster2017-12-29
|
* treewide: fix up some mysql.connector-c falloutRobin Gloster2017-12-29
|
* bareos: use python2Frederik Rietdijk2016-11-24
|
* bareos: 15.2.1 -> 15.2.4derchris2016-10-15
|
* treewide: Make explicit that 'dev' output of libmysql is usedTuomas Tynkkynen2016-08-23
|
* treewide: Make explicit that 'dev' output of zlib is usedTuomas Tynkkynen2016-05-19
|
* treewide: Make explicit that 'dev' output of sqlite is usedTuomas Tynkkynen2016-05-19
|
* treewide: Make explicit that 'dev' output of readline is usedTuomas Tynkkynen2016-05-19
|
* treewide: Make explicit that 'dev' output of openssl is usedTuomas Tynkkynen2016-05-19
|
* bareos: add rocksdb dependencyDomen Kožar2016-03-10
|
* bareos: 14.2.4 -> 15.2.1William A. Kennington III2015-09-18
|
* bareos: fix build (ZHF)Pascal Wittmann2015-07-13
|
* Fixed some descriptionsPascal Wittmann2015-04-28
|
* bareos: Use libmysql instead of mysqlWilliam A. Kennington III2015-04-22
|
* bareos: Correctly fix libcephWilliam A. Kennington III2015-04-22
|
* Fix evaluation by re-adding ceph to bareos.Moritz Ulrich2015-04-23
|
* Use some of the library shortcutsWilliam A. Kennington III2015-04-21
|
* bareos: Remove install hackWilliam A. Kennington III2015-04-04
|
* mysql: Use libs in place of the binary mysqlWilliam A. Kennington III2015-04-01
|
* bareos: 14.2.3 -> 14.2.4William A. Kennington III2015-03-28
|
* bareos: 14.2.2 -> 14.2.3William A. Kennington III2015-02-06
|
* fetchFromGitHub: add option for custom nameGeorges Dubus2015-01-14
| | | | This is necessary when the rev name contains a "/"
* bareos: fixed source fetchingGeorges Dubus2015-01-14
|
* bareos: 14.2.1 -> 14.2.2William A. Kennington III2014-12-16
|
* bareos: Add derivationWilliam A. Kennington III2014-11-04