Skip to content
Snippets Groups Projects
  1. Mar 11, 2011
  2. Feb 17, 2011
    • Iustin Pop's avatar
      Fix dist archive generation · d9f02980
      Iustin Pop authored
      
      As reported in issue 140, the timestamps of the generated files can be
      older than the commit timestamp, leading to needless rebuilds of man
      pages and such. Furthermore, with the man pages not built, it
      currently fails, as there is no dependency on them.
      
      Therefore, we change the ‘dist’ rule so that it forces a
      maintainer-clean and then explicitly rebuilds the needed targets, so
      that we have up-to-date timestamps.
      
      Last, we also ship the HTML versions of the man pages.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      d9f02980
    • Iustin Pop's avatar
      luxi backend: show attribute names in errors · 39420403
      Iustin Pop authored
      
      Currently, this backend just gives:
      
        Error: failed to load data. Details:
        Node 'node2': Cannot convert value JSNull, error: Unable to read Double
      
      That is because for Luxi we get an array back from the query, as
      opposed to RAPI where we get a dict (and thus have the key at
      hand). This patch moves the hardcoded 'convert' functions to a
      genericConvert, that also takes the attribute name, with the result
      that the error message is now:
      
        Error: failed to load data. Details:
        Node 'node2', attribute 'mtotal': Cannot convert value 'JSNull', error: Unable to read Double
      
      which is better for debugging.
      
      The patch also adds quotes around the value in the Utils.fromJVal
      function.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarAdeodato Simo <dato@google.com>
      39420403
  3. Feb 10, 2011
  4. Feb 04, 2011
  5. Feb 03, 2011
  6. Feb 01, 2011
  7. Jan 10, 2011
  8. Jan 07, 2011
  9. Dec 30, 2010
Loading