parallel-20130622
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=8
This commit is contained in:
parent
3a2e0d6275
commit
a4318e043f
@ -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+
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3090bb1ce3d56fe8c844a6ba4faa2ada69554f50c2ec46bdcd5d382d9a61cf2b
|
||||
size 241817
|
Binary file not shown.
3
parallel-20130622.tar.bz2
Normal file
3
parallel-20130622.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e815e7dbffd4d91e298b3b6d0bba12a515939f8ba72ac929b7c84eaf6cf69096
|
||||
size 243064
|
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-----
|
Loading…
Reference in New Issue
Block a user