1. 01 3月, 2018 2 次提交
  2. 12 1月, 2018 2 次提交
  3. 05 12月, 2017 2 次提交
  4. 19 9月, 2017 1 次提交
  5. 14 9月, 2017 7 次提交
  6. 06 9月, 2017 2 次提交
  7. 03 8月, 2017 1 次提交
    • D
      docs: drop XHTML 1.0 validation of website · f802c9de
      Daniel P. Berrange 提交于
      The HTML pages are currently validated against an XHTML 1.0 DTD.
      This makes it impossible to take advantage of features that are
      introduced in HTML 5, because they'll fail validation.
      
      There is intentionally no DTD defined for HTML 5, so there's no
      alternative to XHTML 1.0 DTD that we could switch to. The only
      options are to stick with XHTML 1.0 forever, or drop the DTD
      validation, and we pick the latter.
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      f802c9de
  8. 25 5月, 2017 1 次提交
    • C
      CI: show the log in case of failure · 1e988b23
      Claudio André 提交于
      Disclose the content of the 'test-suite.log' file (if available) in
      case of failures inside Travis-CI. This is needed to understand what
      happened and to provide hints about the proper fix (if applicable).
      1e988b23
  9. 19 4月, 2017 1 次提交
    • D
      Add travis build configuration · 84490f20
      Daniel P. Berrange 提交于
      This travis configuration tests libvirt builds on 5 platforms that we don't
      exercise in the CentOS CI system.
      
        - Ubuntu Trusty with GCC
        - Ubuntu Trusty with CLang
        - Ubuntu Precise with GCC
        - Ubuntu Precise with CLang
        - OS-X with CLang
      
      NB, syntax-check fails on OS-X with errors like:
      
         /bin/sh: /usr/bin/grep: Argument list too long
      
      Presumably their grep impl isn't as good as the GNU one, so this test
      config skips syntax-check on OS-X for now.
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      84490f20