bats noarch 1cee1471f566854af64a1624c88e7a7473e63d8dceb0ad730402d5bc3cc30c0f Bash Automated Testing System Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. Bats is most useful when testing software written in Bash, but you can use it to test any UNIX program. https://github.com/bats-core/bats-core bats src bcb2bd0377bd5be92c889faa3af6c5c1f12e845542f62b78f4ddb1603858d3f4 Bash Automated Testing System Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. Bats is most useful when testing software written in Bash, but you can use it to test any UNIX program. https://github.com/bats-core/bats-core openeuler-extra-repos noarch 2b0b5bb5ca5fd65b48cfa5db4847bc15c8c52b7b20723316ff7f3105724931a1 A package that adds some additional repositories to /etc/yum.repos.d/openEuler.repo A package that adds EPOL/update to /etc/yum.repos.d/openEuler.repo https://github.com/bio-arm/rpms/ openeuler-extra-repos src ea6aab709427d709fde7d166bc6ee18b7cf1a72c5ab16d90b1273c5d25664450 A package that adds some additional repositories to /etc/yum.repos.d/openEuler.repo A package that adds EPOL/update to /etc/yum.repos.d/openEuler.repo https://github.com/bio-arm/rpms/ parallel noarch 52a9434b238b46f03ec25fb8bb697a8210e1f08b9dd429c95c40d86e0011d5a1 Shell tool for executing jobs in parallel GNU 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. https://www.gnu.org/software/parallel/ parallel src bf0fb039bb4bb5d16648034c0e2fef3723732f4ec76ffb121dd5e3a21b9cfe78 Shell tool for executing jobs in parallel GNU 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. https://www.gnu.org/software/parallel/