Fix uninitialized value warning

[?]
Sep 30, 2013, 10:01 AM
CG5Y56AERUQIRL6EWG6SS24WZL4ZHM6B5UXQGA3FV5HUTEFRFDEQC

Dependencies

  • [2] SGRUPSLK Only send email notification of evaluation error when the evaluation error has changed. Fixes #121.
  • [3] LZO3C2KI * Hack around those SQLite timeouts: just retry the transaction.
  • [4] ZDENAYQI * email notification of evaluation errors to project owner (if desired)
  • [5] SS4TZXNU Distinguish between permanent evaluation errors and transient input errors
  • [6] NLJJZVHO * Use ->update({...}) properly.
  • [7] WQXF2T3D hydra-evaluator: Don't require $HYDRA_CONFIG
  • [8] H7CNGK4O * Log evaluation errors etc. in the DB.
  • [*] N22GPKYT * Put info about logs / build products in the DB.

Change contents

  • replacement in src/script/hydra-evaluator at line 52
    [3.3184][2.41:76]()
    if ($errorMsg ne $prevError) {
    [3.3184]
    [2.76]
    if (defined $errorMsg && $errorMsg ne ($prevError // "")) {