diff options
author | Sam James <sam@gentoo.org> | 2022-12-18 03:23:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-18 04:01:24 +0000 |
commit | 1ad45a7da7b7c7737390873dcc4c4ff61cd238c7 (patch) | |
tree | 427bb4c1f72e5474158626e8bc19cde03afe623c /net-misc | |
parent | sys-apps/gsmartcontrol: depend on dev-libs/libpcre[cxx] (diff) | |
download | gentoo-1ad45a7da7b7c7737390873dcc4c4ff61cd238c7.tar.gz gentoo-1ad45a7da7b7c7737390873dcc4c4ff61cd238c7.tar.bz2 gentoo-1ad45a7da7b7c7737390873dcc4c4ff61cd238c7.zip |
net-misc/shmux: add github upstream metadata
HOMEPAGE redirects.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/shmux/metadata.xml | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/net-misc/shmux/metadata.xml b/net-misc/shmux/metadata.xml index ea931d8091e8..0c99cbf3362b 100644 --- a/net-misc/shmux/metadata.xml +++ b/net-misc/shmux/metadata.xml @@ -1,17 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> - <email>alicef@gentoo.org</email> - <name>Alice Ferrazzi</name> -</maintainer> -<longdescription> -shmux is program for executing the same command on many hosts in parallel. -For each target, a child process is spawned by shmux, and a shell on the -target obtained one of the supported methods: rsh, ssh, or sh. The output -produced by the children is received by shmux and either (optionally) -output in turn to the user, and/or written to files for later processing. -The list of targets may either be specified on the command line or be read -from the standard input. -</longdescription> + <maintainer type="person"> + <email>alicef@gentoo.org</email> + <name>Alice Ferrazzi</name> + </maintainer> + <longdescription> + shmux is program for executing the same command on many hosts in parallel. + For each target, a child process is spawned by shmux, and a shell on the + target obtained one of the supported methods: rsh, ssh, or sh. The output + produced by the children is received by shmux and either (optionally) + output in turn to the user, and/or written to files for later processing. + The list of targets may either be specified on the command line or be read + from the standard input. + </longdescription> + <upstream> + <remote-id type="github">shmux/shmux</remote-id> + </upstream> </pkgmetadata> |