1. 06 12月, 2017 1 次提交
  2. 13 10月, 2017 1 次提交
  3. 12 6月, 2017 1 次提交
  4. 30 5月, 2017 2 次提交
  5. 17 2月, 2017 1 次提交
  6. 27 9月, 2016 2 次提交
  7. 21 9月, 2016 1 次提交
  8. 09 8月, 2016 1 次提交
  9. 27 4月, 2016 2 次提交
  10. 18 12月, 2015 1 次提交
  11. 24 6月, 2015 1 次提交
  12. 13 6月, 2015 1 次提交
  13. 09 6月, 2015 2 次提交
  14. 20 4月, 2015 1 次提交
    • C
      docs: revert attempt to fetch and build avocado-virt API documentation · 71ec8744
      Cleber Rosa 提交于
      Commit 120345aa attempted to download and build avocado-virt API
      documentation together with the avocado API. While this was reliable
      offline, it succeeded only on the very first version builds at
      readthedocs.org.
      
      So, let's revert back that hackish form of combining the docs. Further
      commits will add API documentation generation to avocado-virt itself,
      and link avocado and avocado-virt by means of the intersphinx mapping
      feature and readthedocs.org sub-project support.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      71ec8744
  15. 27 3月, 2015 1 次提交
  16. 06 2月, 2015 1 次提交
    • C
      find_command(): move from avocado.utils.process to avocado.utils.path · b25ae282
      Cleber Rosa 提交于
      The reasons for the proposed move include:
      
      1) Even though find_command() looks for executables, it doesn't really
         try to execute them as a living process.
      
      2) The implementation looks for it in a $PATH like list, so, out of a
         possibly better choice, avocado.utils.path was chosen.
      
      3) Other modules can use that functionality, but not the execution of
         process.
      
      4) Avoid circular dependencies: this is actually the first motivation
         of the proposed change, and a true story with the GDB plugin/test.
         Since avocado.utils.process depends on avocado.gdb, this module
         can not use find_command() to look for gdb/gdbserver binaries.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      b25ae282
  17. 28 11月, 2014 1 次提交
  18. 24 8月, 2014 1 次提交
  19. 20 8月, 2014 2 次提交
  20. 07 7月, 2014 1 次提交
  21. 30 4月, 2014 1 次提交
  22. 29 4月, 2014 1 次提交
  23. 25 4月, 2014 2 次提交
  24. 23 4月, 2014 2 次提交
  25. 18 4月, 2014 1 次提交
  26. 10 4月, 2014 1 次提交
  27. 03 4月, 2014 1 次提交
  28. 06 3月, 2014 2 次提交