mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-21 21:47:54 +00:00
Released as 20110622.
This commit is contained in:
parent
6bcba83499
commit
fff3204c23
34
NEWS
34
NEWS
|
@ -1,6 +1,36 @@
|
|||
20110522
|
||||
20110622
|
||||
|
||||
New in this release:
|
||||
* --onall will run all the jobs on all the computers. This is useful
|
||||
for systemadinistrators having multiple servers.
|
||||
|
||||
* --nonall runs like --onall but reads no arguments from stdin
|
||||
(standard input), so is possible to do:
|
||||
parallel --nonall -S computer1,computer2 uptime
|
||||
|
||||
* Context replace now works with multiple input sources:
|
||||
parallel -X echo {1}-{2} ::: 1 2 3 ::: a b c
|
||||
|
||||
* --noswap do not start a job on a server that is swapping.
|
||||
|
||||
* Article: Parallel processing without Hadoop!
|
||||
http://www.solutionhacker.com/parallel-processing-without-hadoop/
|
||||
|
||||
* Article in Linux Magazine (Spanish). Thanks to Ben Martin.
|
||||
http://www.linux-magazine.es/issue/67/
|
||||
|
||||
* First blog post in Korean. Thanks to 민병국.
|
||||
http://blog.daum.net/_blog/BlogTypeView.do?blogid=02RQ3&articleno=13380895&admin=#
|
||||
|
||||
* Blog post in Japanese. Thanks to Naoya Nakazawa.
|
||||
http://www.sssg.org/blogs/naoya/archives/2003
|
||||
|
||||
* Blog post in English. Thanks to Dagon.
|
||||
http://hekate.homeip.net/2011/05/29/
|
||||
|
||||
* Bug fixes and man page updates.
|
||||
|
||||
|
||||
20110522
|
||||
|
||||
* Multiple ::: can be put on the command line and will be treated
|
||||
similar to contents from multiple -a's.
|
||||
|
|
|
@ -163,10 +163,9 @@ cc:Peter Simons <simons@cryp.to>, Sandro Cazzaniga <kharec@mandriva.org>,
|
|||
Christian Faulhammer <fauli@gentoo.org>, Ryoichiro Suzuki <ryoichiro.suzuki@gmail.com>,
|
||||
Jesse Alama <jesse.alama@gmail.com>
|
||||
|
||||
Libre.fm? Viva? VTEC? Yemen?
|
||||
Subject: GNU Parallel 20110622 ('XXX') released
|
||||
Subject: GNU Parallel 20110622 ('Bean sprout') released
|
||||
|
||||
GNU Parallel 20116022 ('XXX') has been released. It is
|
||||
GNU Parallel 20116022 ('Bean sprout') has been released. It is
|
||||
available for download at: http://ftp.gnu.org/gnu/parallel/
|
||||
|
||||
For sysadmins this is a major release, as --onall makes it easy to run
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
all:
|
||||
cd ../debian/ && make
|
||||
osc rm home\:tange/parallel/parallel_*.dsc
|
||||
osc rm home\:tange/parallel/parallel_*.dsc || true
|
||||
cp ../debian/parallel_*.dsc ../debian/parallel_*.tar.gz home\:tange/parallel/
|
||||
cp `ls ../../parallel-*.tar.bz2|tail -n1` home\:tange/parallel/
|
||||
cd home\:tange/parallel/ && osc up
|
||||
|
|
Loading…
Reference in a new issue