Commit graph

18 commits

Author SHA1 Message Date
Philipp Hausmann 83a341aece zookeeper: Fix wrong paths in startup script 2019-10-17 02:59:10 -07:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
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.
2019-02-26 14:10:49 +00:00
R. RyanTM 68fdd6422b zookeeper: 3.4.12 -> 3.4.13
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-08-07 20:39:57 -07:00
Jaka Hudoklin ce32952d15 zookeeper: patch shebangs in output scripts 2018-07-07 11:34:06 +02:00
Jaka Hudoklin 6e9c7f0ad5 zookeeper: wrap zkServer.sh command 2018-07-07 11:34:04 +02:00
R. RyanTM f1c57f4879 zookeeper: 3.4.11 -> 3.4.12
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
2018-05-02 21:41:19 +02:00
volth ae24c812e9
zookeeper: 3.4.10 -> 3.4.11 2017-12-22 13:29:04 +00:00
Tim Steinbach 39b5cd5f6d Merge pull request #28023 from volth/zookeeper-3.4.10
zookeeper: 3.4.9 -> 3.4.10
2017-08-08 07:20:22 -04:00
Volth 50d165c785 zookeeper: 3.4.9 -> 3.4.10 2017-08-08 01:38:33 +00:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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-08-01 22:03:30 +02:00
Joel Thompson 4b42fc4b8a exhibitor: init at 3.4.9
Initial Exhibitor nix package and nixos module for Netflix's Exhibitor,
which is a manager for Apache Zookeeper.
2017-07-21 09:45:37 -04:00
Robin Gloster 5dde5ded09
zkfuse: remove applied patch 2017-02-27 12:38:58 +01:00
Pradeep Chhetri a8b6988466
zookeeper: 3.4.6 -> 3.4.9 2017-01-29 15:43:16 +01:00
Charles Strahan e28e3d5763 zookeeper: include zooInspector.sh
ZooInspector is a Swing based GUI for interacting with Zookeeper.
2016-04-27 23:51:59 -04:00
Charles Strahan 87b9c4a6b6 zookeeper: replace tabs with spaces 2016-04-27 20:17:01 -04:00
Eelco Dolstra 6f8fad2253 Remove executable bits from non-executable files 2015-01-27 18:54:38 +01:00
Nathan Bijnens ac90177cb1 Zookeeper 2014-08-27 13:01:30 +02:00