2013-06-23 05:43:37 +00:00
committed by Git OBS Bridge
parent 3a2e0d6275
commit a4318e043f
6 changed files with 37 additions and 4 deletions

View File

@@ -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

View File

@@ -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)

Binary file not shown.

Binary file not shown.

BIN
parallel-20130622.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View 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-----