1. 16 6月, 2016 5 次提交
    • S
      virsh: Fix help string for net-dumpxml · b14b37b5
      sannyshao 提交于
      Follow other examples (dumpxml, iface-dumpxml, and pool-dumpxml)
      for the --inactive .help string
      b14b37b5
    • J
      util: Fix broken syntax-check · 55be2920
      John Ferlan 提交于
      Commit id '743db933' broke at least one syntax check rule regard open/close
      braces and perhaps more with spacing.  Just remove the braces
      55be2920
    • Y
      add default mapping of credentials to machine · 743db933
      yuelongguang 提交于
      In the auth config file, it is currently required to have
      an entry for each hostname to connect to, eg
      
        [auth-libvirt-prod1.example.com]
        credentials=prod
      
      This is inconvenient when there are large numbers of machines
      all with the same credentials. Add support for a default
      entry:
      
        [auth-default]
        credentials=prod
      743db933
    • J
      syntax-check: drop prohibit_undesirable_word_seq · 3a9d1f37
      Ján Tomko 提交于
      This checks forbids using "can not" and checks the placement
      of some texinfo tags.
      
      Drop it since we do not use texinfo and the check takes almost
      twice as much as the rest of the checks.
      3a9d1f37
    • A
      maint: Switch to xz compressed PAX release archives · 2c51fa6e
      Andrea Bolognani 提交于
      This allows us to produce releases that are roughly a third in
      size, have no limitation on path length, and are still readable
      by all supported platforms.
      2c51fa6e
  2. 15 6月, 2016 19 次提交
  3. 14 6月, 2016 16 次提交