Fix uninitialized value warning
[?]
Sep 30, 2013, 10:01 AM
CG5Y56AERUQIRL6EWG6SS24WZL4ZHM6B5UXQGA3FV5HUTEFRFDEQCDependencies
- [2]
SGRUPSLKOnly send email notification of evaluation error when the evaluation error has changed. Fixes #121. - [3]
H7CNGK4O* Log evaluation errors etc. in the DB. - [4]
LZO3C2KI* Hack around those SQLite timeouts: just retry the transaction. - [5]
NLJJZVHO* Use ->update({...}) properly. - [6]
WQXF2T3Dhydra-evaluator: Don't require $HYDRA_CONFIG - [7]
ZDENAYQI* email notification of evaluation errors to project owner (if desired) - [8]
SS4TZXNUDistinguish between permanent evaluation errors and transient input errors - [*]
N22GPKYT* Put info about logs / build products in the DB.
Change contents
- replacement in src/script/hydra-evaluator at line 52
if ($errorMsg ne $prevError) {if (defined $errorMsg && $errorMsg ne ($prevError // "")) {