about summary refs log tree commit diff
path: root/pkgs/servers/zookeeper
AgeCommit message (Collapse)AuthorFilesLines
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-17zookeeper: Fix wrong paths in startup scriptPhilipp Hausmann1-3/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-5/+5
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
2018-08-07zookeeper: 3.4.12 -> 3.4.13R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/zookeeper/versions.
2018-07-07zookeeper: patch shebangs in output scriptsJaka Hudoklin1-0/+1
2018-07-07zookeeper: wrap zkServer.sh commandJaka Hudoklin1-1/+1
2018-05-02zookeeper: 3.4.11 -> 3.4.12R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/zookeeper/versions. These checks were done: - built on NixOS - ran ‘/nix/store/g0fmbsp2n6sgh4fa9k6w2m3ndq9vhcxl-zookeeper-3.4.12/bin/zkServer.sh -h’ got 0 exit code - ran ‘/nix/store/g0fmbsp2n6sgh4fa9k6w2m3ndq9vhcxl-zookeeper-3.4.12/bin/zkServer.sh --help’ got 0 exit code - ran ‘/nix/store/g0fmbsp2n6sgh4fa9k6w2m3ndq9vhcxl-zookeeper-3.4.12/bin/zkServer.sh help’ got 0 exit code - ran ‘/nix/store/g0fmbsp2n6sgh4fa9k6w2m3ndq9vhcxl-zookeeper-3.4.12/bin/zkCli.sh help’ got 0 exit code - found 3.4.12 with grep in /nix/store/g0fmbsp2n6sgh4fa9k6w2m3ndq9vhcxl-zookeeper-3.4.12 - directory tree listing: https://gist.github.com/9a91124b15dbb7aa6469746b3edb67a9
2017-12-22zookeeper: 3.4.10 -> 3.4.11volth1-2/+2
2017-08-08Merge pull request #28023 from volth/zookeeper-3.4.10Tim Steinbach1-2/+2
zookeeper: 3.4.9 -> 3.4.10
2017-08-08zookeeper: 3.4.9 -> 3.4.10Volth1-2/+2
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-07-21exhibitor: init at 3.4.9Joel Thompson1-2/+5
Initial Exhibitor nix package and nixos module for Netflix's Exhibitor, which is a manager for Apache Zookeeper.
2017-02-27zkfuse: remove applied patchRobin Gloster1-1/+2
2017-01-29zookeeper: 3.4.6 -> 3.4.9Pradeep Chhetri1-3/+3
2016-04-27zookeeper: include zooInspector.shCharles Strahan1-2/+16
ZooInspector is a Swing based GUI for interacting with Zookeeper.
2016-04-27zookeeper: replace tabs with spacesCharles Strahan1-26/+26
2015-01-27Remove executable bits from non-executable filesEelco Dolstra1-0/+0
2014-08-27ZookeeperNathan Bijnens1-0/+36