forked from pool/gnu_parallel
Jan Engelhardt
256c88313e
- Update to new upstream release 20190422 * 'env_parallel --end-session' makes it possible to nest 'env_parallel --session' * --shard makes it possible to send input to the same jobslot based on the value in one column of the input. It is similar to sharding in databases. * --shellquote --shellquote will shell quote the input twice. * SIGTERM is changed to SIGHUP, so sending SIGHUP will make GNU Parallel start no more jobs, but wait for running jobs to finish. * SIGTERM SIGTERM is changed to SIGTERM, so sending SIGTERM will make GNU Parallel kill all running jobs. * Bug fixes and man page updates. OBS-URL: https://build.opensuse.org/request/show/698241 OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=109
27 lines
779 B
Diff
27 lines
779 B
Diff
Index: parallel-20190422/src/parallel
|
|
===================================================================
|
|
--- parallel-20190422.orig/src/parallel
|
|
+++ parallel-20190422/src/parallel
|
|
@@ -1609,7 +1609,7 @@ sub parse_options(@) {
|
|
#
|
|
# If you are an honest person please read the above before
|
|
# changing this line.
|
|
- citation_notice();
|
|
+ # citation_notice();
|
|
|
|
parse_halt();
|
|
|
|
Index: parallel-20190422/src/sem
|
|
===================================================================
|
|
--- parallel-20190422.orig/src/sem
|
|
+++ parallel-20190422/src/sem
|
|
@@ -1609,7 +1609,7 @@ sub parse_options(@) {
|
|
#
|
|
# If you are an honest person please read the above before
|
|
# changing this line.
|
|
- citation_notice();
|
|
+ # citation_notice();
|
|
|
|
parse_halt();
|
|
|