gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r2464: add patch for parallel 20130722


From: Brandon Invergo
Subject: [Gsrc-commit] trunk r2464: add patch for parallel 20130722
Date: Mon, 22 Jul 2013 21:57:55 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 2464
revision-id: address@hidden
parent: address@hidden
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2013-07-22 23:57:16 +0200
message:
  add patch for parallel 20130722
added:
  gnu/parallel/files/parallel-20130722-fix-doc-build.diff 
parallel20130722fixd-20130722215704-s6jpwtibm777y47d-1
=== added file 'gnu/parallel/files/parallel-20130722-fix-doc-build.diff'
--- a/gnu/parallel/files/parallel-20130722-fix-doc-build.diff   1970-01-01 
00:00:00 +0000
+++ b/gnu/parallel/files/parallel-20130722-fix-doc-build.diff   2013-07-22 
21:57:16 +0000
@@ -0,0 +1,33 @@
+diff -x config.log -x config.status -ru tmp/parallel-20130722/src/parallel.pod 
work/parallel-20130722/src/parallel.pod
+--- tmp/parallel-20130722/src/parallel.pod     2013-06-22 10:55:19.000000000 
+0200
++++ work/parallel-20130722/src/parallel.pod    2013-06-30 11:29:09.243312409 
+0200
+@@ -533,13 +533,13 @@
+ Do not halt if a job fails. Exit status will be the number of jobs
+ failed. This is the default.
+ 
+-=item 1
++=item "1"
+ 
+ Do not start new jobs if a job fails, but complete the running jobs
+ including cleanup. The exit status will be the exit status from the
+ last failing job.
+ 
+-=item 2
++=item "2"
+ 
+ Kill off all jobs immediately and exit without cleanup. The exit
+ status will be the exit status from the failing job.
+@@ -2768,11 +2768,11 @@
+ 
+ Some of the jobs failed. The exit status gives the number of failed jobs
+ 
+-=item 254
++=item "254"
+ 
+ More than 253 jobs failed.
+ 
+-=item 255
++=item "255"
+ 
+ Other error.
+ 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]