Information for build parallel-20230822-2.oc9

ID31432
Package Nameparallel
Version20230822
Release2.oc9
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/parallel.git?.#d9a9de33c98ed5db14af3fa3cafa66e8a9b54ad0
SummaryShell tool for executing jobs in parallel
DescriptionGNU Parallel is a shell tool for executing jobs in parallel using one or more machines. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, or a list of tables. If you use xargs today you will find GNU Parallel very easy to use. If you write loops in shell, you will find GNU Parallel may be able to replace most of the loops and make them run faster by running jobs in parallel. If you use ppss or pexec you will find GNU Parallel will often make the command easier to read. GNU Parallel also makes sure output from the commands is the same output as you would get had you run the commands sequentially. This makes it possible to use output from GNU Parallel as input for other programs. GNU Parallel is command-line-compatible with moreutils' parallel, but offers additional features.
Built byfanjunkong
State complete
Volume DEFAULT
StartedFri, 08 Nov 2024 15:03:18 CST
CompletedFri, 08 Nov 2024 15:04:34 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/parallel.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/parallel.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
parallel-20230822-2.oc9.src.rpm (info) (download)
noarch
parallel-20230822-2.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Nov 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 20230822-2 - bumper version * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 20230822-1 - initial build