Commit graph

29 commits

Author SHA1 Message Date
Felix Buehler b2e9932ed8 tools/networking: replace name with pname&version 2021-08-04 22:44:30 +02:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Dylan Simon b3eb8130fe pdsh: enable optional slurm support 2020-11-12 21:14:07 -05:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM cc7267143b pdsh: 2.33 -> 2.34 2020-01-22 09:47:39 +00:00
Casey Ransom 445863b777 pdsh: enable macOS 2018-12-12 11:41:25 -05:00
Markus Kowalewski 525f425073
pdsh: set default module to ssh, remove obsolete fixes 2018-09-11 17:32:53 +02:00
Peter Simons a3ab69d79c pdsh: 2.29 -> 2.33 2017-11-14 12:25:41 +01:00
c0bw3b 525380b472 treewide: abandon Google Code homepages 2017-11-03 18:52:28 +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
Tuomas Tynkkynen 1bf5ded193 treewide: Lots of meta.hydraPlatforms -> meta.platforms
In all of these files, there is no meta.platforms but only
meta.hydraPlatforms, which doesn't seem to have any purpose except being
inconsistent.
2016-08-02 21:17:44 +03:00
Peter Simons 8e462995ba Bring my stdenv.lib.maintainers user name in line with my github nick. 2016-05-16 22:49:55 +02:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Peter Simons fe424e6c3f pdsh: update to version 2.29 2014-01-13 17:05:45 +01:00
Peter Simons 48f24712dc Fix a lots of evaluation errors on Hydra. 2013-12-10 23:20:23 +01:00
Bjørn Forsman 083d0890f5 More description fixes
* Remove package name
* Start with upper case letter
* Remove trailing period

Also reword some descriptions and move some long descriptions to
longDescription.

I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Peter Simons 2120523889 pdsh: don't try to build this tool on Cygwin
svn path=/nixpkgs/trunk/; revision=29357
2011-09-19 17:00:37 +00:00
Peter Simons 62eab9e44a pdsh: updated to version 2.26
svn path=/nixpkgs/trunk/; revision=27858
2011-07-20 18:58:34 +00:00
Peter Simons 4eab75bb92 pdsh: updated to 2.25
svn path=/nixpkgs/trunk/; revision=26675
2011-04-04 09:28:00 +00:00
Peter Simons b5f00acee2 pkgs/tools/networking/pdsh: updated to version 2.23
svn path=/nixpkgs/trunk/; revision=25329
2011-01-01 14:51:53 +00:00
Peter Simons d5abf27257 pkgs/tools/networking/pdsh: fixed location of "info" and "man" directories
svn path=/nixpkgs/trunk/; revision=24604
2010-11-05 14:35:30 +00:00
Peter Simons e08d173663 pdsh: updated to version 2.22
svn path=/nixpkgs/trunk/; revision=24539
2010-10-30 09:51:38 +00:00
Peter Simons fd8c6ae43d Moved 'maintainers' attribute into the meta section of the expression.
I've also set the 'platforms' attribute to ensure that Hydra actually
builds these packages. Thanks to Lluís Batlle i Rossell for pointing out
these mistakes.

svn path=/nixpkgs/trunk/; revision=21688
2010-05-09 16:01:44 +00:00
Peter Simons 0526f2fb2c pkgs/tools/networking/pdsh: added myself as a maintainer
svn path=/nixpkgs/trunk/; revision=21027
2010-04-12 11:21:34 +00:00
Peter Simons 499c69c32c pdsh used to fail with an error because it couldn't locate libgcc_s.so.1.
Adding NIX_LDFLAGS="-lgcc_s" to the expression remedies that problem. Arguably,
though, this is a bad solution.

svn path=/nixpkgs/trunk/; revision=16239
2009-07-08 09:24:01 +00:00
Peter Simons b7c0e6b66b pdsh: Fix user option "pdsh { rsh = true/false; };".
svn path=/nixpkgs/trunk/; revision=15172
2009-04-20 12:12:56 +00:00
Peter Simons 33089fcfdd pdsh: updated to version 2.18
svn path=/nixpkgs/trunk/; revision=14731
2009-03-26 19:17:42 +00:00
Peter Simons a16eebd0a6 Cosmetic, no functional change intended.
This patch moves curly braces to the end of the line, i.e.

  foo = { 
    ...
  };

instead of the previously used style:

  foo = 
  { 
    ...
  };

I commit this change hoping that my contributions to this project now conform
to the rules described in maintainers/docs/coding-conventions.txt so that the
self-appointed indention sheriff of the NixOS community can finally get off my
back and rest assured knowing that all i's are dotted and all t's are crossed.

svn path=/nixpkgs/trunk/; revision=12386
2008-07-18 20:11:25 +00:00
Peter Simons 4797dddeb0 new: pdsh is a fast and efficient parallel remote shell
svn path=/nixpkgs/trunk/; revision=12313
2008-07-07 23:11:36 +00:00