Assembla home | Assembla project page
 

Ticket #86 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Script is still run if unpacking fails

Reported by: swi-tch Assigned to: swi-tch
Priority: normal Milestone: 0.5.0
Component: Overall Version: 0.4.2
Severity: normal Keywords:
Cc:

Description

Currently only a failed par result will stop the script from being run, change to not run if the unpacking fails too.

Possibly make this a config option, so the user can choose to make the script still run on failed jobs.

Change History

09/01/08 17:58:11 changed by shypike

Pass an extra parameter to the script, indicating success=0 or failure=1.

09/01/08 18:07:06 changed by shypike

Final spec: Add 7th parameter to script: 0 = no errors 1 = par-error 2 = unpack-error 3 = par-error and unpack-error

09/01/08 18:34:02 changed by shypike

  • status changed from new to closed.
  • resolution set to fixed.

(In [1575]) Always run script and add 7th parameter containing job status (0= OK, 1/2/3 is error). Closes #86 for trunk.

09/01/08 18:36:51 changed by shypike

  • milestone changed from Next to 0.5.0.