Commit graph

956 commits

Author SHA1 Message Date
Ole Tange d3a9292b2a parallel: Treat STDOUT and STDERR as fd{1} and fd{2}. Find all shell opened file descriptors. 2013-07-14 13:22:56 +02:00
Ole Tange 56e5118535 src/parallel: Deal with unset $HOME. 2013-07-12 21:19:53 +02:00
Ole Tange 111fa14f57 testsuite: ### bug #39360: --joblog does not work with --pipe. 2013-07-04 17:31:36 +02:00
Ole Tange 8f26244149 testsuite for bug #39360: --joblog does not work with --pipe. 2013-07-04 17:20:50 +02:00
Ole Tange f1770d7a0f Merge branch 'master' of git.sv.gnu.org:/srv/git/parallel 2013-07-04 11:22:33 +02:00
Ole Tange 0a466e072d src/parallel: --joblog now with --pipe. 2013-07-04 11:22:00 +02:00
Ole Tange c1f6354375 parallel: Re-fixed bug #37042: -J foo is taken from the whole command line - not just the part before the command 2013-07-04 00:50:08 +02:00
Ole Tange ea151d0837 Fixed bug #37042: -J foo is taken from the whole command line - not just the part before the command.
Adjusted --load to only look every 10 seconds.
2013-07-02 21:45:18 +02:00
Ole Tange 194db8b7da Released as 20130630 alpha. 2013-06-30 20:38:44 +02:00
Ole Tange b6e210af96 src/parallel: If --filter-hosts (and thus time_to_login) do not try to find the ssh spawning limit. 2013-06-30 20:09:02 +02:00
Ole Tange 822f0d4d73 src/parallel: --filter-host is now much faster. 2013-06-30 18:11:36 +02:00
Ole Tange 14b15f3d43 src/parallel: Fixed --filter-hosts. Bug due to --joblog - not working. 2013-06-26 16:07:14 +02:00
Tim Cuthbertson 21a77662ab 0install: added version 20130622 2013-06-23 13:19:38 +10:00
Ole Tange c468d3b70f doc/release_new_version: Better upload of sig. 2013-06-22 15:58:45 +02:00
Ole Tange 85ab036518 Released as 20130622 ('Snowden'). 2013-06-22 14:50:48 +02:00
Ole Tange f813f02abf debian/Makefile: The replacement path was not expanded correctly. 2013-06-22 14:24:56 +02:00
Ole Tange 22f2eedff8 testsuite: Start and stop VirtualBoxes as needed. 2013-06-15 16:12:02 +02:00
Ole Tange 6b904c5382 10seconds_install: Check signature using GnuPG. 2013-06-15 16:10:38 +02:00
Ole Tange 301709bde9 parallel: --xapply now recycles arguments if an input source has more arguments than others. 2013-06-06 00:37:38 +02:00
Ole Tange f30a852c47 Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/parallel 2013-05-26 08:34:54 +02:00
Ole Tange 85ab16e26a parallel: Exponential backoff and backon sleep between jobs. 2013-05-26 08:26:18 +02:00
Tim Cuthbertson 667a9ba380 0install: added version 20130522 2013-05-22 13:40:54 +10:00
Ole Tange 0cb0cdde3e Released as 20130522 ('Rana Plaza'). 2013-05-22 00:51:54 +02:00
Ole Tange e377032c5d parallel: Work around for "tcgetattr: Invalid argument" in old OpenSSHs. 2013-05-22 00:29:41 +02:00
Ole Tange e5853b7fbb niceload: darwin version of --io --mem --swap.
Thanks to Anders F Björklund afb.users.sourceforge.net
2013-05-20 17:04:23 +02:00
Ole Tange 0608b23da3 Passes testsuite. 2013-05-16 22:49:17 +02:00
Ole Tange 5b0be9941c parallel: Code cleanup. Passes local testsuite. 2013-05-11 12:53:17 +02:00
Ole Tange ff813d52ce parallel: Fixed bug when distributing round robin. 2013-05-11 10:45:27 +02:00
Ole Tange 2b48812915 parallel: test distribute jobs round robin between --sshlogins. 2013-05-07 01:37:05 +02:00
Ole Tange ee30290b9a parallel: Median time implemented using remedian. 2013-04-30 01:36:07 +02:00
Ole Tange eac8d05e3a parallel: --timeout 200% implemented. Test missing. 2013-04-29 00:43:43 +02:00
Ole Tange 780f50c654 parallel: If not using --pipe, --ctrlc is now default. 2013-04-27 11:09:46 +02:00
Ole Tange 18fbd383c7 Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/parallel
Conflicts:
	README
2013-04-26 20:17:06 +02:00
Tim Cuthbertson 10a42484da 0install: check gpg signature when publishing new version 2013-04-26 20:46:49 +10:00
Tim Cuthbertson ac34b44162 0install: use ftpmirror.gnu.org instead of ftp.gnu.org 2013-04-26 20:46:49 +10:00
Ole Tange f566bf766e 10seconds_install: added. 2013-04-24 16:25:29 +02:00
Ole Tange 93e8e3113e README: 10 seconds installation. 2013-04-24 15:20:57 +02:00
Tim Cuthbertson c77a7daf37 0install: added version 20130422 2013-04-24 20:38:17 +10:00
Ole Tange 865f83c4fb Released as 20130422 ('Boston'). 2013-04-21 23:33:02 +02:00
Ole Tange bb0ef1c4cc Passes testsuite. 2013-04-11 21:55:33 +02:00
Ole Tange 6e8247d6d1 parallel: bug with --dryrun and virgin jobs. 2013-04-11 21:54:57 +02:00
Ole Tange 0706a95802 testsuite: Polarhome added. 2013-04-08 21:17:59 +02:00
Ole Tange 23636ee688 parallel: Implemented --ctrlc which will send SIGINT to remote tasks. 2013-04-08 20:35:57 +02:00
Ole Tange 02bd84afe9 testsuite: Minor speedups. 2013-04-08 16:16:40 +02:00
Ole Tange d995f43347 parallel: CPU detection on SCO OpenServer 2013-04-07 15:03:31 +02:00
Ole Tange 56a5429cce parallel: CPU detection for HURD, IRIX, (old) HPUX. 2013-04-07 14:00:48 +02:00
Ole Tange 828843fa15 testsuite: --env test now much faster.
parallel: Small code cleanup.
2013-03-24 19:36:56 +01:00
Ole Tange 02d6dcece5 Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/parallel 2013-03-24 17:25:34 +01:00
Ole Tange bad78163c7 Passes testsuite. 2013-03-24 17:24:59 +01:00
Ole Tange 851ede9f92 parallel: quoting works with old rsyncs. --retries works with --onall. 2013-03-24 16:35:42 +01:00