1. 08 11月, 2009 1 次提交
    • M
      Add a Python example that lists active ESX domains · 5469686b
      Matthias Bolte 提交于
      It also demonstrates how to use the libvirt.openAuth() method.
      
      * examples/python/Makefile.am: add esxlist.py to EXTRA_DIST
      * examples/python/README: add some notes about esxlist.py
      * examples/python/esxlist.py: the new example
      5469686b
  2. 21 9月, 2009 1 次提交
    • D
      Move docs/examples into examples/ · cebeba7b
      Daniel P. Berrange 提交于
      * Makefile.am: Add examples/dominfo examples/domsuspend examples/python
        as SUBDIRS
      * configure.in: Update AC_OUTPUT for new/old Makefiles
      * docs/Makefile.am: Remove examples from SUBDIRS
      * docs/examples/info1.c: Move to examples/dominfo/info1.c
      * docs/examples/suspend.c: Move to examples/domsuspend/suspend.c
      * docs/examples: Remove all remaining files
      * docs/examples/python: Moved to examples/python/
      * examples/dominfo/Makefile.am, examples/domsuspend/Makefile.am: New
        build files
      * libvirt.spec.in: Update to take account of moved examples
      cebeba7b
  3. 16 7月, 2009 1 次提交
    • J
      remove all trailing blank lines · 07613d20
      Jim Meyering 提交于
      by running this command:
      git ls-files -z | xargs -0 perl -pi -0777 -e 's/\n\n+$/\n/'
      This is in preparation for a more strict make syntax-check
      rule that will detect trailing blank lines.
      07613d20
  4. 06 2月, 2008 1 次提交
  5. 26 4月, 2006 1 次提交