pdsh 2.34-0.2 source package in Ubuntu

Changelog

pdsh (2.34-0.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Workaround test failures by using modules symlinked into a temp dir.
    (Closes: #1022365).

 -- dann frazier <email address hidden>  Sun, 27 Nov 2022 15:07:39 -0700

Upload details

Uploaded by:
Brian Pellin
Uploaded to:
Sid
Original maintainer:
Brian Pellin
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe net
Lunar release universe net

Downloads

File Size SHA-256 Checksum
pdsh_2.34-0.2.dsc 1.8 KiB 5a569622186ee3bd8c5bc307b0f975c7d89d5f6205820f7ea2baccd787231cc0
pdsh_2.34.orig.tar.gz 552.5 KiB b47b3e4662736ef44b6fe86e3d380f95e591863e69163aa0592e9f9f618521e9
pdsh_2.34-0.2.debian.tar.xz 14.9 KiB c3d52cc3a5fa30d0cdcd7f905bd5220c7bd514fc5dc0c0c46234b64646be819c

Available diffs

No changes file available.

Binary packages built by this source

pdsh: Efficient rsh-like utility, for using hosts in parallel

 Pdsh is a high-performance, parallel remote shell utility, similar to dsh.
 It has built-in, thread-safe clients for rsh. Pdsh uses a "sliding window"
 parallel algorithm to conserve socket resources on the initiating node and
 to allow progress to continue while timeouts occur on some connections.
 .
 It makes all parallel connections from one client machine, and attempts to
 keep 32 (default, can be changed on command line) connections to remote
 machines at any given time. It can run single commands or as an interactive
 shell.

pdsh-dbgsym: debug symbols for pdsh