1. 10 4月, 2019 16 次提交
  2. 09 4月, 2019 5 次提交
  3. 08 4月, 2019 3 次提交
  4. 06 4月, 2019 1 次提交
  5. 05 4月, 2019 13 次提交
  6. 04 4月, 2019 2 次提交
    • E
      tests: Avoid writing into $HOME during virsh-snapshot · b1886608
      Eric Blake 提交于
      In a constrained CI environment, where it is intentional that attempts
      to write outside the current directory will fail, virsh-snapshot was
      failing:
      
      @@ -1,2 +1,3 @@
       error: invalid argument: parent s3 for snapshot s2 not found
       error: marker
      +error: Failed to create '/home/travis/.cache/libvirt/virsh': Permission denied
      FAIL virsh-snapshot (exit status: 1)
      
      But we've already solved the problem in virsh-uriprecedence: tell
      virsh to use XDG locations pointing to somewhere we can write rather
      than its default of falling back to $HOME with the test being at risk
      of breaking due to the user's environment and/or unacceptably altering
      the user's normal cache.  Hoist that solution into test-lib.sh, so
      that all scripts can use it as needed. While at it, fix a latent typo
      where XDG_RUNTIME_HOME was set to a literal relative directory name
      "XDG_CACHE_HOME" (the typo did not affect virsh-uriprecedence, but
      could matter to other clients).
      
      Fixes: 280a2b41
      Fixes: 398de147Reported-by: NDaniel P. Berrangé <berrange@redhat.com>
      Signed-off-by: NEric Blake <eblake@redhat.com>
      b1886608
    • D
      docs: update Perl download to point to modern CPAN site · fc22d3b6
      Daniel P. Berrangé 提交于
      The search.cpan.org site is a transparent redirect to metacpan.org these
      days, so we should just point directly to the new site.
      Reviewed-by: NAndrea Bolognani <abologna@redhat.com>
      Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
      fc22d3b6