forked from pool/gnu_parallel
Jan Engelhardt
473969da63
- Update to new release 20191022 * --nice is now inherited by the nice level that GNU Parallel is started at. So 'nice -n10 parallel' will also cause remote jobs to be run at nice level 10. * --delay is now accurate to within 5 ms. * --tee will use --output-error=warn-nopipe if supported by tee. - Refresh parallel-remove-nag-screen.patch OBS-URL: https://build.opensuse.org/request/show/743491 OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=113
27 lines
1.1 KiB
Diff
27 lines
1.1 KiB
Diff
Index: parallel-20191022/src/parallel
|
|
===================================================================
|
|
--- parallel-20191022.orig/src/parallel
|
|
+++ parallel-20191022/src/parallel
|
|
@@ -1949,7 +1949,7 @@ sub parse_options(@) {
|
|
#
|
|
# If you want GNU Parallel to be maintained in the future keep
|
|
# this line.
|
|
- citation_notice();
|
|
+ #citation_notice();
|
|
# Seriously: YOU will be harming free software by removing the
|
|
# notice. You make it harder to justify spending time developing
|
|
# it. If you *do* remove the line, please email
|
|
Index: parallel-20191022/src/sem
|
|
===================================================================
|
|
--- parallel-20191022.orig/src/sem
|
|
+++ parallel-20191022/src/sem
|
|
@@ -1949,7 +1949,7 @@ sub parse_options(@) {
|
|
#
|
|
# If you want GNU Parallel to be maintained in the future keep
|
|
# this line.
|
|
- citation_notice();
|
|
+ #citation_notice();
|
|
# Seriously: YOU will be harming free software by removing the
|
|
# notice. You make it harder to justify spending time developing
|
|
# it. If you *do* remove the line, please email
|