commit: 1ad45a7da7b7c7737390873dcc4c4ff61cd238c7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 18 03:23:40 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 18 04:01:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad45a7d
net-misc/shmux: add github upstream metadata HOMEPAGE redirects. Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/shmux/metadata.xml | 29 ++++++++++++++++------------- 1 file 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>[email protected]</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>[email protected]</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>
