Skip to content
Snippets Groups Projects
  1. Aug 19, 2011
  2. Aug 12, 2011
  3. Aug 08, 2011
  4. Aug 05, 2011
  5. Aug 04, 2011
  6. Aug 02, 2011
  7. Jul 29, 2011
  8. Jul 28, 2011
  9. Jul 26, 2011
    • Iustin Pop's avatar
      Fix recompilation of htools on regen-vcs-version · 13aeae6a
      Iustin Pop authored
      
      Currently, most htools code depends on Constants.hs which is generated
      from constants.py and also depends on _autoconf.py. Also, _autoconf.py
      depends on vcs-version, which all together means that when 'make
      regen-vcs-version' is run, for example by ./devel/upload, most of the
      Haskell code needs recompilation.
      
      Since htools already has its 'optimised' vcs-version (and doesn't use
      the _autoconf.VCS_VERSION constants), we can optimise this as follows:
      
      - _autoconf.py doesn't contain the VCS_VERSION anymore, and that is
        instead moved to _vcsversion.py
      - constants.py depends on and imports this new module
      - _autoconf.py doesn't get regenerated at vcs-version changes, but
        only at re-running configure/changing Makefile time
      
      The end result is that only htools/Ganeti/HTools/Version.hs is
      recompiled now, which is a significant speedup (usually < 1 second
      versus 10 seconds previously).
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      13aeae6a
  10. Jul 22, 2011
  11. Jul 19, 2011
  12. Jul 15, 2011
  13. Jul 14, 2011
  14. Jul 13, 2011
  15. Jul 11, 2011
    • Iustin Pop's avatar
      Reverts the patch series about console wrappers · 7238edb5
      Iustin Pop authored
      
      This reverts commits 030a9cb8 and
      ae082df0.
      
      There are two problems:
      
      - Makefile.am breakage, which is trivial to revert
      - unittest breakage, which honestly I'm not sure how to fix and how
        serial consoles interact with the unpause helper
      
      After the reset, the startup --paused still works but won't unpause
      the instance automatically (if I understood the code correctly).
      
      Furthermore, the code also fixes a style issue in hv_kvm.py (too long
      line) introduced by the next commit after the above two.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      7238edb5
  16. Jul 08, 2011
  17. Jun 28, 2011
  18. Jun 17, 2011
  19. Jun 10, 2011
  20. May 28, 2011
  21. May 25, 2011
  22. May 24, 2011
  23. Apr 13, 2011
  24. Apr 12, 2011
  25. Apr 08, 2011
  26. Apr 07, 2011
  27. Mar 31, 2011
  28. Mar 30, 2011
Loading