Skip to content
Snippets Groups Projects
  1. Aug 23, 2010
  2. Aug 19, 2010
  3. Aug 18, 2010
  4. Aug 17, 2010
  5. Aug 10, 2010
  6. Jul 30, 2010
    • Iustin Pop's avatar
      Fix a few job archival issues · aa9f8167
      Iustin Pop authored
      
      This patch fixes two issues with job archival. First, the
      LoadJobFromDisk can return 'None' for no-such-job, and we shouldn't add
      None to the job list; we can't anyway, as this raises an exception:
      
        node1# gnt-job archive foo
        Unhandled protocol error while talking to the master daemon:
        Caught exception: cannot create weak reference to 'NoneType' object
      
      After fixing this, job archival of missing jobs will just continue
      silently, so we modify gnt-job archive to log jobs which were not
      archived and to return exit code 1 for any missing jobs.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      aa9f8167
  7. Jul 29, 2010
  8. Jul 28, 2010
  9. Jul 26, 2010
  10. Jul 23, 2010
  11. Jul 16, 2010
  12. Jul 15, 2010
  13. Jul 12, 2010
  14. Jul 09, 2010
  15. Jul 08, 2010
  16. Jul 06, 2010
  17. Jul 05, 2010
  18. Jul 01, 2010
  19. Jun 30, 2010
  20. Jun 29, 2010
  21. Jun 28, 2010
    • Guido Trotter's avatar
      Remove pred from compat.any/all · 403f5172
      Guido Trotter authored
      
      This makes it compatible with the python builtin, and we can even use
      the builtin when running under the right version of python. The all and
      any functions are renamed to _all and _any, so that they can be tested,
      and (non)existing unittests are updated (translation: there are no unit
      tests, so none are updated).
      
      This patch also moves the code deciding which partial to use next to
      the definition of the _partial function, rather than after TryToRoman.
      
      Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      403f5172
  22. Jun 23, 2010
Loading