unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* Don't use GNU Parallel --version, use --minversion instead
@ 2021-05-02 18:57 Ole Tange
  2021-08-02 11:21 ` [PATCH] test: use --minversion to detect GNU Parallel David Bremner
  0 siblings, 1 reply; 4+ messages in thread
From: Ole Tange @ 2021-05-02 18:57 UTC (permalink / raw)
  To: notmuch

Commit:
https://git.notmuchmail.org/git?p=notmuch;a=commitdiff;h=f2b5ad28e2b7b512d66946af34dd4149d1506bf4

Using GNU Parallel this way is not supported, and you have already
experienced why. But what _is_ supported for your use is using:

    parallel --minversion 20201122

which prints the version number and returns true if the version is >=
20201122. It is specifically made for situations like this.

Replace 20201122 with the earliest version of GNU Parallel which has
all the features needed for running your tasks.

Also remember that you can use `parallel --embed`.

/Ole

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-04  1:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-02 18:57 Don't use GNU Parallel --version, use --minversion instead Ole Tange
2021-08-02 11:21 ` [PATCH] test: use --minversion to detect GNU Parallel David Bremner
2021-08-03 19:49   ` Tomi Ollila
2021-08-04  1:47   ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).