Skip to content
Snippets Groups Projects
  1. Jun 10, 2014
  2. Jun 02, 2014
  3. May 19, 2014
  4. May 16, 2014
  5. May 15, 2014
    • Nikos Skalkotos's avatar
      Correctly identify Oracle Linux OSes · eb45a42c
      Nikos Skalkotos authored
      libguestfs prior to 1.27.9 will identify Oracle Linux as Red Hat
      Enterprise Linux. Check for the presence of /etc/oracle-linux to
      determine if the OS is Oracle Linux.
      eb45a42c
    • Nikos Skalkotos's avatar
      Canonicalize distro & osfamily params in os_cls() · 75331849
      Nikos Skalkotos authored
      If the distro name as returned by libguestfs's inspect_get_distro was
      redhat-based, since hyphens are not allowed in module names, importing
      module redhat-based would create an ImportError exception, even if file
      redhat-based.py was present. Although we don't have any redhat-based.py
      module and the code will still correctly fall back to importing
      linux.py this can be considered as a bug. In order to overcome this, we
      replace the hyphens with underscores in the distro and osfamily names.
      In the future, if we have to create a module for redhat-based distros we
      will name it redhat_based.py.
      75331849
    • Nikos Skalkotos's avatar
      Make sure wrapped text fits in the dialog boxes · dd489072
      Nikos Skalkotos authored
      When we wrap text to create a paragraph and print it in a dialog box,
      make sure the lines will not get wrapped further by the dialog box.
      dd489072
    • Nikos Skalkotos's avatar
      Handle guestfs.launch() thrown RuntimeErrors · fca0df0f
      Nikos Skalkotos authored
      If launching the guestfs helper VM fails, the library will throw a
      RuntimeError exception. Don't treat this as an unhandled exception.
      Convert it to FatalError but preserve the error message.
      fca0df0f
    • Nikos Skalkotos's avatar
      Make sure tracebacks are always displayed correct · c90029f5
      Nikos Skalkotos authored
      If an exception that we don't know how to handle gets thrown, make sure
      the traceback is always printed in the command line. If the output of
      the program is also saved in a log file, then make sure the traceback
      gets printed there too.
      c90029f5
  6. Mar 20, 2014
  7. Mar 19, 2014
  8. Mar 11, 2014
  9. Mar 10, 2014
  10. Feb 27, 2014
  11. Jan 18, 2014
  12. Jan 10, 2014
  13. Jan 08, 2014
Loading