I want to maintain nrun in Factory and would like to use devel:languages:perl as the devel project. OBS-URL: https://build.opensuse.org/request/show/180769 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/nrun?expand=0&rev=1
19 lines
634 B
Plaintext
19 lines
634 B
Plaintext
Source: nrun
|
|
Section: utility
|
|
Priority: optional
|
|
Maintainer: Timo Benk <benk@b1-systems.de>
|
|
Build-Depends: debhelper (>= 4.1.16)
|
|
|
|
Package: nrun
|
|
Architecture: any
|
|
Depends: perl, libyaml-perl, libtimedate-perl
|
|
Description: Executes a command or script on multiple target servers synchronously
|
|
nrun will run a single command or script on a multiple of target servers
|
|
synchronously. ncopy will copy a file or directory to multiple target servers.
|
|
.
|
|
the underlying remote access mechanism is exchangeable. as of now, ssh, nsh, rsh
|
|
and local execution modes are implemented.
|
|
.
|
|
the return code and all command output will be logged.
|
|
|