Skip to content
Snippets Groups Projects
  1. Jul 17, 2009
  2. Jul 16, 2009
  3. Jun 16, 2009
  4. Jun 08, 2009
  5. May 27, 2009
  6. May 20, 2009
  7. Apr 27, 2009
  8. Apr 08, 2009
  9. Apr 07, 2009
    • Iustin Pop's avatar
      Distribute built documentation · 2ab2b9f5
      Iustin Pop authored
      This patch changes the way documentation is built in order to distribute
      the generated output in the 'dist' archive, and thus no longer
      requiring the presence of the docbook/rst toolchains during build time.
      This will lower the requirements for installation and also makes the
      build time insignificant.
      
      First, we remove the docbook2pdf rules and variables, since we no longer
      build this kind of docs. Furthermore, the rst source files are not
      (today) processed via replace_vars_sed, so the whole .in rules for doc/
      go away.
      
      Next, we change the ".sgml|.rst -> replace_vars_sed -> .in -> processor
      -> final file" processing to ".sgml|.rst -> generator -> .in ->
      replace_vars_sed -> final file"; this means we first process the file
      using the formatter, with the @VARIABLE@ entries in it, and save the
      output as .in; this output we distribute, and on the user side, the
      replace_vars_sed will use the new configure flags to transform the
      (almost final .in form) to the final form, without needing the
      toolchain.
      
      In configure.ac we also change from ERROR to WARN for the documentation
      generators, and extra tests in Makefile.am check that the programs have
      been found.
      
      This was tested with distcheck and works as expected.
      
      Reviewed-by: ultrotter
      2ab2b9f5
  10. Mar 27, 2009
  11. Mar 02, 2009
    • Iustin Pop's avatar
      Release 2.0rc1 · a2370b24
      Iustin Pop authored
      This patch updates the NEWS file and increases the version to 2.0 rc1.
      
      Reviewed-by: ultrotter
      v2.0.0rc1
      a2370b24
  12. Feb 19, 2009
  13. Jan 26, 2009
  14. Jan 21, 2009
    • Guido Trotter's avatar
      KVM: instance migration · 30e42c4e
      Guido Trotter authored
      The tcp port used for migrating KVM instances is selectable at
      ./configure time. We use a single port as nodes are locked anyway during
      a migration, so no two migrations can happen at the same time to the
      same node.
      
      Reviewed-by: iustinp
      30e42c4e
  15. Dec 16, 2008
  16. Nov 16, 2008
    • Iustin Pop's avatar
      Add a cluster architecture diagram · f86e82ef
      Iustin Pop authored
      This adds a simple diagram for the cluster architecture and also adds a
      dependency on graphviz (both doc and in configure).
      
      Reviewed-by: imsnah
      f86e82ef
  17. Oct 02, 2008
  18. Sep 30, 2008
  19. Aug 13, 2008
    • Guido Trotter's avatar
      Add --with-kvm-path configure option · 7e2c5b9e
      Guido Trotter authored
      This allows to configure a different path to the kvm binary. By default
      /usr/bin/kvm is used, which is the one found in debian and ubuntu.
      
      Reviewed-by: imsnah
      7e2c5b9e
  20. Jun 23, 2008
  21. Jun 21, 2008
  22. Jun 19, 2008
  23. Jun 13, 2008
  24. Jun 12, 2008
    • Michael Hanselmann's avatar
      Don't use specific versions in autogen.sh · e02f23f8
      Michael Hanselmann authored
      Not all distributions have the same version of aclocal, autoconf
      or automake. Users can pass the name of a specific executables
      via environment variables. Change configure.ac to require at
      least autoconf 1.9.
      
      Reviewed-by: iustinp
      e02f23f8
  25. May 05, 2008
  26. Apr 28, 2008
    • Michael Hanselmann's avatar
      Split hypervisor.py into several files · 65a6f9b7
      Michael Hanselmann authored
      Before it was a huge file with more than 700 lines. No code changes were
      made except for changing imports and class names where needed. In the
      future, we could even think about only importing the hypervisors we
      actually need. The patch finished QA scripts and distcheck successfully.
      
      Reviewed-by: iustinp
      65a6f9b7
  27. Apr 16, 2008
    • Iustin Pop's avatar
      Implement 'out' direction on allocator tests · 298fe380
      Iustin Pop authored
      This patch adds the paths for searching for instance allocators and
      makes the LUTestAllocator code run the allocator and return the results
      if the direction specified is 'out'. 'out' means that the opcode will
      return the result of the allocator run, instead of the allocator input
      file ('in').
      
      The patch unifies all names to refer to 'iallocator' instead of plain
      allocator.
      
      The patch also adds an example allocator that can be used for testing
      this new functionality.
      
      Reviewed-by: ultrotter
      298fe380
  28. Apr 08, 2008
  29. Mar 19, 2008
  30. Feb 18, 2008
    • Iustin Pop's avatar
      Update version numbers for the 1.2.3 release · bae27f68
      Iustin Pop authored
      Note: we don't update for now the install.sgml file with the new version
      number, as there are no other changes. We'll update the web site to
      indicate that the current install.html document is valid for 1.2.3 too.
      
      Reviewed-by: imsnah,ultrotter
      bae27f68
  31. Jan 30, 2008
  32. Jan 18, 2008
  33. Dec 04, 2007
  34. Nov 28, 2007
  35. Nov 26, 2007
  36. Nov 08, 2007
  37. Oct 10, 2007
Loading