aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/pdsh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pdsh: enable optional slurm supportDylan Simon2020-11-121-2/+4
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* pdsh: 2.33 -> 2.34R. RyanTM2020-01-221-2/+2
|
* pdsh: enable macOSCasey Ransom2018-12-121-1/+1
|
* pdsh: set default module to ssh, remove obsolete fixesMarkus Kowalewski2018-09-111-8/+3
|
* pdsh: 2.29 -> 2.33Peter Simons2017-11-141-8/+5
|
* treewide: abandon Google Code homepagesc0bw3b2017-11-031-2/+2
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-011-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
* treewide: Lots of meta.hydraPlatforms -> meta.platformsTuomas Tynkkynen2016-08-021-1/+1
| | | | | | 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.
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-161-1/+1
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-281-1/+1
|
* pdsh: update to version 2.29Peter Simons2014-01-131-3/+3
|
* Fix a lots of evaluation errors on Hydra.Peter Simons2013-12-101-1/+1
|
* More description fixesBjørn Forsman2013-10-061-1/+1
| | | | | | | | | | | * 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.
* pdsh: don't try to build this tool on CygwinPeter Simons2011-09-191-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=29357
* pdsh: updated to version 2.26Peter Simons2011-07-201-12/+8
| | | | svn path=/nixpkgs/trunk/; revision=27858
* pdsh: updated to 2.25Peter Simons2011-04-041-3/+3
| | | | svn path=/nixpkgs/trunk/; revision=26675
* pkgs/tools/networking/pdsh: updated to version 2.23Peter Simons2011-01-011-5/+5
| | | | svn path=/nixpkgs/trunk/; revision=25329
* pkgs/tools/networking/pdsh: fixed location of "info" and "man" directoriesPeter Simons2010-11-051-21/+22
| | | | svn path=/nixpkgs/trunk/; revision=24604
* pdsh: updated to version 2.22Peter Simons2010-10-301-2/+13
| | | | svn path=/nixpkgs/trunk/; revision=24539
* Moved 'maintainers' attribute into the meta section of the expression.Peter Simons2010-05-091-6/+7
| | | | | | | | 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
* pkgs/tools/networking/pdsh: added myself as a maintainerPeter Simons2010-04-121-0/+2
| | | | svn path=/nixpkgs/trunk/; revision=21027
* pdsh used to fail with an error because it couldn't locate libgcc_s.so.1.Peter Simons2009-07-081-0/+6
| | | | | | | Adding NIX_LDFLAGS="-lgcc_s" to the expression remedies that problem. Arguably, though, this is a bad solution. svn path=/nixpkgs/trunk/; revision=16239
* pdsh: Fix user option "pdsh { rsh = true/false; };".Peter Simons2009-04-201-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=15172
* pdsh: updated to version 2.18Peter Simons2009-03-262-15/+4
| | | | svn path=/nixpkgs/trunk/; revision=14731
* Cosmetic, no functional change intended.Peter Simons2008-07-181-6/+3
| | | | | | | | | | | | | | | | | | | | | | 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
* new: pdsh is a fast and efficient parallel remote shellPeter Simons2008-07-072-0/+50
svn path=/nixpkgs/trunk/; revision=12313