1. 06 1月, 2020 6 次提交
  2. 03 1月, 2020 24 次提交
  3. 02 1月, 2020 2 次提交
    • D
      travis: fix homebrew install of python3 · db5d0499
      Daniel P. Berrangé 提交于
      The Python3 package has started failing to install from
      HomeBrew with the following:
      
        Error: The `brew link` step did not complete successfully
        The formula built, but is not symlinked into /usr/local
        Could not symlink Frameworks/Python.framework/Headers
        Target /usr/local/Frameworks/Python.framework/Headers
        is a symlink belonging to python@2. You can unlink it:
      
          brew unlink python@2
      
        To force the link and overwrite all conflicting files:
      
          brew link --overwrite python
      
      The result is that libvirt fails to find python3:
      
        checking for python3... no
        configure: error: 'python3' binary is required to build libvirt
      
      It is unclear what changed in Travis/HomeBrew to break our
      previously working setup, but running the suggested command
      fixes it well enough for libvirt's CI needs.
      Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
      db5d0499
    • J
      maint: update to latest gnulib · a8368b1c
      Ján Tomko 提交于
      Update to:
      
          commit 7d069378921bfa0d7c7198ea177aac0a2440016f
          Author:     Pádraig Brady <P@draigBrady.com>
          CommitDate: 2020-01-01 22:00:28 +0000
      
             md5, sha1, sha256, sha512: support --with-openssl=auto-gpl-compat
      Signed-off-by: NJán Tomko <jtomko@redhat.com>
      a8368b1c
  4. 25 12月, 2019 1 次提交
  5. 24 12月, 2019 7 次提交