parallel-20130622
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 23 05:41:30 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 20130522
|
||||
* --ctrlc is now the default if --pipe is not used, making it
|
||||
possible to kill remotely-started jobs simply by pressing Ctrl-C.
|
||||
* --timeout 200% now means "kill jobs which take more than twice
|
||||
the time of the median runtime of a job".
|
||||
* Jobs are now distributed round-robin when having mulitiple
|
||||
--sshlogin, instead of filling up one --sshlogin at a time.
|
||||
- Update to new upstream release 20130622
|
||||
* --xapply now recycles arguments if an input source has more
|
||||
arguments than others.
|
||||
* The sleep time between jobs is now both increased and decreased
|
||||
exponentially.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 11:36:03 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnu_parallel
|
||||
Version: 20130422
|
||||
Version: 20130622
|
||||
Release: 0
|
||||
Summary: Shell tool for executing jobs in parallel
|
||||
License: GPL-3.0+
|
||||
|
BIN
parallel-20130422.tar.bz2
(Stored with Git LFS)
BIN
parallel-20130422.tar.bz2
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
parallel-20130622.tar.bz2
(Stored with Git LFS)
Normal file
BIN
parallel-20130622.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
17
parallel-20130622.tar.bz2.sig
Normal file
17
parallel-20130622.tar.bz2.sig
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
# To check the signature run:
|
||||
# echo | gpg
|
||||
# gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-20130622.tar.bz2.sig
|
||||
|
||||
echo | gpg 2>/dev/null
|
||||
gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $0
|
||||
exit $?
|
||||
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlHFrBUACgkQLGIp4v////EniACfZNq+E+eK1l+m01PCJXjRHc8I
|
||||
yBIAoIvneZi1GuNFTxJyXWNiooauVyqe
|
||||
=B6e+
|
||||
-----END PGP SIGNATURE-----
|
Reference in New Issue
Block a user