libvirt-python 10.2.0__tar.gz → 10.3.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/AUTHORS +1 -0
  2. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/ChangeLog +65 -0
  3. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/PKG-INFO +1 -1
  4. libvirt-python-10.3.0/VERSION +1 -0
  5. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/build/libvirt_python.egg-info/SOURCES.txt +0 -33
  6. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/examples/consolecallback.py +1 -1
  7. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-python.spec +1 -1
  8. libvirt-python-10.2.0/.ctags +0 -2
  9. libvirt-python-10.2.0/.dir-locals.el +0 -8
  10. libvirt-python-10.2.0/.github/workflows/lockdown.yml +0 -52
  11. libvirt-python-10.2.0/.gitignore +0 -15
  12. libvirt-python-10.2.0/.gitlab-ci.yml +0 -75
  13. libvirt-python-10.2.0/.mailmap +0 -16
  14. libvirt-python-10.2.0/AUTHORS.in +0 -12
  15. libvirt-python-10.2.0/VERSION +0 -1
  16. libvirt-python-10.2.0/ci/buildenv/centos-stream-8.sh +0 -40
  17. libvirt-python-10.2.0/ci/buildenv/centos-stream-9.sh +0 -55
  18. libvirt-python-10.2.0/ci/buildenv/debian-sid.sh +0 -38
  19. libvirt-python-10.2.0/ci/buildenv/fedora-38.sh +0 -34
  20. libvirt-python-10.2.0/ci/buildenv/fedora-rawhide.sh +0 -35
  21. libvirt-python-10.2.0/ci/buildenv/opensuse-leap-15.sh +0 -35
  22. libvirt-python-10.2.0/ci/buildenv/opensuse-tumbleweed.sh +0 -34
  23. libvirt-python-10.2.0/ci/buildenv/ubuntu-2004.sh +0 -39
  24. libvirt-python-10.2.0/ci/buildenv/ubuntu-2204.sh +0 -39
  25. libvirt-python-10.2.0/ci/containers/centos-stream-8.Dockerfile +0 -43
  26. libvirt-python-10.2.0/ci/containers/centos-stream-9.Dockerfile +0 -57
  27. libvirt-python-10.2.0/ci/containers/debian-sid.Dockerfile +0 -41
  28. libvirt-python-10.2.0/ci/containers/fedora-38.Dockerfile +0 -46
  29. libvirt-python-10.2.0/ci/containers/fedora-rawhide.Dockerfile +0 -47
  30. libvirt-python-10.2.0/ci/containers/opensuse-leap-15.Dockerfile +0 -37
  31. libvirt-python-10.2.0/ci/containers/opensuse-tumbleweed.Dockerfile +0 -35
  32. libvirt-python-10.2.0/ci/containers/ubuntu-2004.Dockerfile +0 -43
  33. libvirt-python-10.2.0/ci/containers/ubuntu-2204.Dockerfile +0 -43
  34. libvirt-python-10.2.0/ci/gitlab/build-templates.yml +0 -142
  35. libvirt-python-10.2.0/ci/gitlab/builds.yml +0 -162
  36. libvirt-python-10.2.0/ci/gitlab/container-templates.yml +0 -45
  37. libvirt-python-10.2.0/ci/gitlab/containers.yml +0 -84
  38. libvirt-python-10.2.0/ci/gitlab/sanity-checks.yml +0 -29
  39. libvirt-python-10.2.0/ci/gitlab.yml +0 -90
  40. libvirt-python-10.2.0/ci/manifest.yml +0 -85
  41. libvirt-python-10.2.0/libvirt-python.spec.in +0 -88
  42. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/CONTRIBUTING.rst +0 -0
  43. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/COPYING +0 -0
  44. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/HACKING +0 -0
  45. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/MANIFEST.in +0 -0
  46. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/Makefile +0 -0
  47. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/README +0 -0
  48. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/examples/README +0 -0
  49. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/examples/dhcpleases.py +0 -0
  50. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/examples/dominfo.py +0 -0
  51. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/examples/domipaddrs.py +0 -0
  52. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/examples/domrestore.py +0 -0
  53. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/examples/domsave.py +0 -0
  54. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/examples/domstart.py +0 -0
  55. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/examples/esxlist.py +0 -0
  56. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/examples/event-test.py +0 -0
  57. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/examples/guest-vcpus/guest-vcpu-daemon.py +0 -0
  58. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/examples/guest-vcpus/guest-vcpu.py +0 -0
  59. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/examples/nodestats.py +0 -0
  60. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/examples/sparsestream.py +0 -0
  61. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/examples/topology.py +0 -0
  62. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/generator.py +0 -0
  63. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-lxc-override-api.xml +0 -0
  64. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-lxc-override.c +0 -0
  65. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-override-api.xml +0 -0
  66. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-override-virConnect.py +0 -0
  67. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-override-virDomain.py +0 -0
  68. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-override-virDomainCheckpoint.py +0 -0
  69. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-override-virDomainSnapshot.py +0 -0
  70. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-override-virNetwork.py +0 -0
  71. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-override-virStoragePool.py +0 -0
  72. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-override-virStream.py +0 -0
  73. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-override.c +0 -0
  74. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-override.py +0 -0
  75. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-qemu-override-api.xml +0 -0
  76. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-qemu-override.c +0 -0
  77. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-qemu-override.py +0 -0
  78. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-utils.c +0 -0
  79. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirt-utils.h +0 -0
  80. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/libvirtaio.py +0 -0
  81. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/pyproject.toml +0 -0
  82. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/requirements-test.txt +0 -0
  83. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/setup.cfg +0 -0
  84. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/setup.py +0 -0
  85. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/tests/eventmock.py +0 -0
  86. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/tests/test_aio.py +0 -0
  87. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/tests/test_api_coverage.py +0 -0
  88. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/tests/test_conn.py +0 -0
  89. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/tests/test_domain.py +0 -0
  90. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/tests/test_domain_checkpoint.py +0 -0
  91. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/tests/test_domain_snapshot.py +0 -0
  92. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/tests/test_interface.py +0 -0
  93. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/tests/test_network.py +0 -0
  94. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/tests/test_nodedev.py +0 -0
  95. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/tests/test_storage.py +0 -0
  96. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/tox.ini +0 -0
  97. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/typewrappers.c +0 -0
  98. {libvirt-python-10.2.0 → libvirt-python-10.3.0}/typewrappers.h +0 -0
@@ -42,6 +42,7 @@ The individual contributors are
42
42
  Han Han <hhan@redhat.com>
43
43
  Hu Tao <hutao@cn.fujitsu.com>
44
44
  Jason Andryuk <andryuk@aero.org>
45
+ Jelle van der Waa <jvanderwaa@redhat.com>
45
46
  Jim Fehlig <jfehlig@suse.com>
46
47
  Jim Meyering <meyering@redhat.com>
47
48
  Jiri Denemark <jdenemar@redhat.com>
@@ -1,3 +1,68 @@
1
+ 2024- 5- 1 Jelle van der Waa <jvanderwaa@redhat.com>
2
+
3
+ examples: replace logging.warn with logging.warning
4
+ logging.warn is an alias to logging.warning since Python 3.3 and will be
5
+ removed in Python 3.13.
6
+
7
+
8
+
9
+ 2024- 4- 30 Daniel P. Berrangé <berrange@redhat.com>
10
+
11
+ gitlab: stop using a venv when creating source/binary dist
12
+ The change to use 'python -m build' in
13
+
14
+ commit 333c8bef2bcca5ca7dbcdb5861a385d626e0feb9
15
+ Author: Erik Skultety <eskultet@redhat.com>
16
+ Date: Tue Jun 20 12:19:40 2023 +0200
17
+
18
+ ci: Drop direct 'setup.py' usage
19
+
20
+ resulted in the CI jobs all downloading latest setuptools and
21
+ deps from pypi and running builds with them in a venv. IOW we
22
+ ceased testing against the setuptools/wheel packages provided
23
+ by the distro, which is the whole point of the CI.
24
+
25
+ Passing the '-n -x' flags to 'python -m build' tells it to stop
26
+ using a venv and not to check dependancies, thus letting it
27
+ use what we pre-installed in the container.
28
+
29
+ This doesn't work on CentOS Stream 8, however, so we revert to
30
+ using the old setup.py approach. This is a short term issue,
31
+ since Stream 8 is EOL at the end of May, so we'll be deleting
32
+ all the Stream 8 jobs across libvirt CI very soon.
33
+
34
+
35
+
36
+ 2024- 4- 25 Daniel P. Berrangé <berrange@redhat.com>
37
+
38
+ ci: refresh with lcitool manifest
39
+ This pulls in the new wheel packages.
40
+
41
+
42
+
43
+ 2024- 4- 25 Daniel P. Berrangé <berrange@redhat.com>
44
+
45
+ ci: add 'python3-wheel' as a dep
46
+ The 'python -m build' command creates a source dist and a binary
47
+ wheel. To be able run this command without creating a new venv
48
+ and downloading from pypi, we need to pre-install the 'wheel'
49
+ package.
50
+
51
+
52
+
53
+ 2024- 4- 25 Daniel P. Berrangé <berrange@redhat.com>
54
+
55
+ ci: refresh with latest lcitool manifest
56
+ Fixes logic that caused some jobs to mistakenly not be run
57
+ when expected.
58
+
59
+
60
+
61
+ 2024- 4- 2 Jiri Denemark <jdenemar@redhat.com>
62
+
63
+ Post-release version bump to 10.3.0
64
+
65
+
1
66
  2024- 3- 1 Jiri Denemark <jdenemar@redhat.com>
2
67
 
3
68
  Post-release version bump to 10.2.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libvirt-python
3
- Version: 10.2.0
3
+ Version: 10.3.0
4
4
  Summary: The libvirt virtualization API python binding
5
5
  Home-page: http://www.libvirt.org
6
6
  Maintainer: Libvirt Maintainers
@@ -0,0 +1 @@
1
+ 10.3.0
@@ -1,10 +1,4 @@
1
- .ctags
2
- .dir-locals.el
3
- .gitignore
4
- .gitlab-ci.yml
5
- .mailmap
6
1
  AUTHORS
7
- AUTHORS.in
8
2
  CONTRIBUTING.rst
9
3
  COPYING
10
4
  ChangeLog
@@ -27,7 +21,6 @@ libvirt-override-virStream.py
27
21
  libvirt-override.c
28
22
  libvirt-override.py
29
23
  libvirt-python.spec
30
- libvirt-python.spec.in
31
24
  libvirt-qemu-override-api.xml
32
25
  libvirt-qemu-override.c
33
26
  libvirt-qemu-override.py
@@ -41,32 +34,6 @@ setup.py
41
34
  tox.ini
42
35
  typewrappers.c
43
36
  typewrappers.h
44
- .github/workflows/lockdown.yml
45
- ci/gitlab.yml
46
- ci/manifest.yml
47
- ci/buildenv/centos-stream-8.sh
48
- ci/buildenv/centos-stream-9.sh
49
- ci/buildenv/debian-sid.sh
50
- ci/buildenv/fedora-38.sh
51
- ci/buildenv/fedora-rawhide.sh
52
- ci/buildenv/opensuse-leap-15.sh
53
- ci/buildenv/opensuse-tumbleweed.sh
54
- ci/buildenv/ubuntu-2004.sh
55
- ci/buildenv/ubuntu-2204.sh
56
- ci/containers/centos-stream-8.Dockerfile
57
- ci/containers/centos-stream-9.Dockerfile
58
- ci/containers/debian-sid.Dockerfile
59
- ci/containers/fedora-38.Dockerfile
60
- ci/containers/fedora-rawhide.Dockerfile
61
- ci/containers/opensuse-leap-15.Dockerfile
62
- ci/containers/opensuse-tumbleweed.Dockerfile
63
- ci/containers/ubuntu-2004.Dockerfile
64
- ci/containers/ubuntu-2204.Dockerfile
65
- ci/gitlab/build-templates.yml
66
- ci/gitlab/builds.yml
67
- ci/gitlab/container-templates.yml
68
- ci/gitlab/containers.yml
69
- ci/gitlab/sanity-checks.yml
70
37
  examples/README
71
38
  examples/consolecallback.py
72
39
  examples/dhcpleases.py
@@ -19,7 +19,7 @@ def error_handler(unused, error) -> None:
19
19
  # The console stream errors on VM shutdown; we don't care
20
20
  if error[0] == libvirt.VIR_ERR_RPC and error[1] == libvirt.VIR_FROM_STREAMS:
21
21
  return
22
- logging.warn(error)
22
+ logging.warning(error)
23
23
 
24
24
 
25
25
  class Console(object):
@@ -14,7 +14,7 @@
14
14
 
15
15
  Summary: The libvirt virtualization API python3 binding
16
16
  Name: libvirt-python
17
- Version: 10.2.0
17
+ Version: 10.3.0
18
18
  Release: 1%{?dist}
19
19
  Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz
20
20
  Url: https://libvirt.org
@@ -1,2 +0,0 @@
1
- --recurse
2
- --exclude=*.orig
@@ -1,8 +0,0 @@
1
- (
2
- (c-mode . (
3
- (c-file-style . "K&R")
4
- (indent-tabs-mode . nil)
5
- (c-indent-level . 4)
6
- (c-basic-offset . 4)
7
- ))
8
- )
@@ -1,52 +0,0 @@
1
- ---
2
- # Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
3
-
4
- name: 'Repo Lockdown'
5
-
6
- on:
7
- issues:
8
- types: opened
9
- pull_request_target:
10
- types: opened
11
-
12
- permissions:
13
- pull-requests: write
14
- issues: write
15
-
16
- jobs:
17
- action:
18
- runs-on: ubuntu-latest
19
- steps:
20
- - uses: dessant/repo-lockdown@v2
21
- with:
22
- issue-comment: |
23
- Thank you for your interest in the libvirt project.
24
-
25
- Since this repository is a read-only mirror of the project's master
26
- repostory hosted on GitLab, issues opened here are not processed.
27
-
28
- We kindly request that new issues are reported to
29
-
30
- https://gitlab.com/libvirt/libvirt-python/-/issues/new
31
-
32
- Thank you for your time and understanding.
33
- lock-issue: true
34
- close-issue: true
35
- pr-comment: |
36
- Thank you for your interest in the libvirt project.
37
-
38
- Since this repository is a read-only mirror of the project's master
39
- repostory hosted on GitLab, merge requests opened here are not
40
- processed.
41
-
42
- We kindly request that contributors fork the project at
43
-
44
- https://gitlab.com/libvirt/libvirt-python/
45
-
46
- push changes to the fork, and then open a new merge request at
47
-
48
- https://gitlab.com/libvirt/libvirt-python/-/merge_requests/new
49
-
50
- Thank you for your time and understanding.
51
- lock-pr: true
52
- close-pr: true
@@ -1,15 +0,0 @@
1
- build/
2
- dist/
3
- MANIFEST
4
- *~
5
- *#*#
6
- *.#*#
7
- *.py[cod]
8
- tags
9
- .tox
10
- dist/
11
- eggs/
12
- .eggs/
13
- sdist/
14
- *.egg-info/
15
- *.egg
@@ -1,75 +0,0 @@
1
-
2
- stages:
3
- - containers
4
- - builds
5
- - sanity_checks
6
-
7
- .git_build_vars: &git_build_vars |
8
- export MAKEFLAGS="-j$(getconf _NPROCESSORS_ONLN)"
9
- export SCRATCH_DIR="$PWD/scratch"
10
- export VROOT="$SCRATCH_DIR/vroot"
11
- export LIBDIR="$VROOT/lib"
12
- export LD_LIBRARY_PATH="$LIBDIR"
13
- export PATH="$VROOT/bin:$PATH"
14
- export PKG_CONFIG_PATH="$LIBDIR/pkgconfig"
15
- export CFLAGS="-Werror"
16
-
17
- .native_git_build_job:
18
- extends:
19
- - .gitlab_native_build_job
20
- script:
21
- - *git_build_vars
22
- - pushd "$PWD"
23
- - mkdir -p "$SCRATCH_DIR"
24
- - cd "$SCRATCH_DIR"
25
- - git clone --depth 1 https://gitlab.com/libvirt/libvirt.git
26
- - cd libvirt
27
- - meson build -Ddriver_libvirtd=disabled "--prefix=$VROOT" "--libdir=$LIBDIR"
28
- - ninja -C build install
29
- - popd
30
- - $PYTHON -m build
31
- - $PYTHON -m venv test-venv --system-site-packages --symlinks
32
- - test-venv/bin/python -m pip install dist/libvirt_python*.whl
33
- - test-venv/bin/python -m pytest tests
34
- - if test -x /usr/bin/rpmbuild && test "$RPM" != "skip" ;
35
- then
36
- unset CFLAGS ;
37
- rpmbuild --clean --nodeps --define "_topdir $PWD/rpmbuild" -ta dist/libvirt-python*tar.gz ;
38
- mv rpmbuild/RPMS/x86_64/ libvirt-python-rpms ;
39
- fi
40
-
41
- .native_build_job:
42
- extends:
43
- - .gitlab_native_build_job
44
- script:
45
- - export MAKEFLAGS="-j$(getconf _NPROCESSORS_ONLN)"
46
- - export CFLAGS="-Werror"
47
- - $PYTHON -m build
48
- - $PYTHON -m venv test-venv --system-site-packages --symlinks
49
- - test-venv/bin/python -m pip install dist/libvirt_python*.whl
50
- - test-venv/bin/python -m pytest tests
51
- - if test -x /usr/bin/rpmbuild && test "$RPM" != "skip" ;
52
- then
53
- unset CFLAGS ;
54
- rpmbuild --clean --nodeps --define "_topdir $PWD/rpmbuild" -ta dist/libvirt-python*tar.gz ;
55
- mv rpmbuild/RPMS/x86_64/ libvirt-python-rpms ;
56
- fi
57
-
58
- include: '/ci/gitlab.yml'
59
-
60
- api_coverage_job:
61
- extends:
62
- - .gitlab_native_build_job
63
- needs:
64
- - job: x86_64-centos-stream-9-git
65
- artifacts: true
66
- stage: sanity_checks
67
- script:
68
- - *git_build_vars
69
- - $PYTHON -m venv test-venv --system-site-packages --symlinks
70
- - test-venv/bin/python -m pip install dist/libvirt_python*.whl
71
- - LIBVIRT_API_COVERAGE=1 test-venv/bin/python -m pytest tests
72
- allow_failure: true
73
- variables:
74
- NAME: centos-stream-9
75
- TARGET_BASE_IMAGE: quay.io/centos/centos:stream9
@@ -1,16 +0,0 @@
1
- # 'git shortlog --help' and look for mailmap for the format of each line
2
-
3
- # Email consolidation:
4
- # <Preferred address in AUTHORS> <other alias used by same author>
5
-
6
- <jdenemar@redhat.com> <Jiri.Denemark@gmail.com>
7
- <jfehlig@suse.com> <jfehlig@novell.com>
8
- <stefanb@us.ibm.com> <stefanb@linux.vnet.ibm.com>
9
-
10
- # Name consolidation:
11
- # Preferred author spelling <preferred email>
12
- Alex Jia <ajia@redhat.com>
13
- Ján Tomko <jtomko@redhat.com>
14
- MATSUDA Daiki <matsudadik@intellilink.co.jp>
15
- Serge E. Hallyn <serge.hallyn@canonical.com>
16
- Philipp Hahn <hahn@univention.de>
@@ -1,12 +0,0 @@
1
- Libvirt Python Binding Authors
2
- ==============================
3
-
4
- The libvirt python binding is maintained by the
5
- libvirt development team, who can be contacted
6
- at
7
-
8
- libvir-list@redhat.com
9
-
10
- The individual contributors are
11
-
12
- @AUTHORS@
@@ -1 +0,0 @@
1
- 10.2.0
@@ -1,40 +0,0 @@
1
- # THIS FILE WAS AUTO-GENERATED
2
- #
3
- # $ lcitool manifest ci/manifest.yml
4
- #
5
- # https://gitlab.com/libvirt/libvirt-ci
6
-
7
- function install_buildenv() {
8
- dnf distro-sync -y
9
- dnf install 'dnf-command(config-manager)' -y
10
- dnf config-manager --set-enabled -y powertools
11
- dnf install -y centos-release-advanced-virtualization
12
- dnf install -y epel-release
13
- dnf install -y epel-next-release
14
- dnf install -y \
15
- ca-certificates \
16
- ccache \
17
- gcc \
18
- git \
19
- glibc-langpack-en \
20
- libvirt-devel \
21
- pkgconfig \
22
- python3 \
23
- python3-devel \
24
- python3-lxml \
25
- python3-pip \
26
- python3-pytest \
27
- python3-setuptools \
28
- python3-wheel \
29
- rpm-build
30
- rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
31
- rpm -qa | sort > /packages.txt
32
- mkdir -p /usr/libexec/ccache-wrappers
33
- ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
34
- ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
35
- /usr/bin/pip3 install build
36
- }
37
-
38
- export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
39
- export LANG="en_US.UTF-8"
40
- export PYTHON="/usr/bin/python3"
@@ -1,55 +0,0 @@
1
- # THIS FILE WAS AUTO-GENERATED
2
- #
3
- # $ lcitool manifest ci/manifest.yml
4
- #
5
- # https://gitlab.com/libvirt/libvirt-ci
6
-
7
- function install_buildenv() {
8
- dnf distro-sync -y
9
- dnf install 'dnf-command(config-manager)' -y
10
- dnf config-manager --set-enabled -y crb
11
- dnf install -y epel-release
12
- dnf install -y epel-next-release
13
- dnf install -y \
14
- ca-certificates \
15
- ccache \
16
- cpp \
17
- gcc \
18
- gettext \
19
- git \
20
- glib2-devel \
21
- glibc-devel \
22
- glibc-langpack-en \
23
- gnutls-devel \
24
- libnl3-devel \
25
- libtirpc-devel \
26
- libvirt-devel \
27
- libxml2 \
28
- libxml2-devel \
29
- libxslt \
30
- make \
31
- meson \
32
- ninja-build \
33
- perl-base \
34
- pkgconfig \
35
- python3 \
36
- python3-build \
37
- python3-devel \
38
- python3-docutils \
39
- python3-lxml \
40
- python3-pip \
41
- python3-pytest \
42
- python3-setuptools \
43
- rpm-build
44
- rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
45
- rpm -qa | sort > /packages.txt
46
- mkdir -p /usr/libexec/ccache-wrappers
47
- ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
48
- ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
49
- }
50
-
51
- export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
52
- export LANG="en_US.UTF-8"
53
- export MAKE="/usr/bin/make"
54
- export NINJA="/usr/bin/ninja"
55
- export PYTHON="/usr/bin/python3"
@@ -1,38 +0,0 @@
1
- # THIS FILE WAS AUTO-GENERATED
2
- #
3
- # $ lcitool manifest ci/manifest.yml
4
- #
5
- # https://gitlab.com/libvirt/libvirt-ci
6
-
7
- function install_buildenv() {
8
- export DEBIAN_FRONTEND=noninteractive
9
- apt-get update
10
- apt-get dist-upgrade -y
11
- apt-get install --no-install-recommends -y \
12
- ca-certificates \
13
- ccache \
14
- gcc \
15
- git \
16
- libvirt-dev \
17
- locales \
18
- pkgconf \
19
- python3 \
20
- python3-build \
21
- python3-dev \
22
- python3-lxml \
23
- python3-pip \
24
- python3-pytest \
25
- python3-setuptools \
26
- python3-venv
27
- sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen
28
- dpkg-reconfigure locales
29
- rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
30
- dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
31
- mkdir -p /usr/libexec/ccache-wrappers
32
- ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
33
- ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
34
- }
35
-
36
- export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
37
- export LANG="en_US.UTF-8"
38
- export PYTHON="/usr/bin/python3"
@@ -1,34 +0,0 @@
1
- # THIS FILE WAS AUTO-GENERATED
2
- #
3
- # $ lcitool manifest ci/manifest.yml
4
- #
5
- # https://gitlab.com/libvirt/libvirt-ci
6
-
7
- function install_buildenv() {
8
- dnf update -y
9
- dnf install -y \
10
- ca-certificates \
11
- ccache \
12
- gcc \
13
- git \
14
- glibc-langpack-en \
15
- libvirt-devel \
16
- pkgconfig \
17
- python3 \
18
- python3-build \
19
- python3-devel \
20
- python3-lxml \
21
- python3-pip \
22
- python3-pytest \
23
- python3-setuptools \
24
- rpm-build
25
- rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
26
- rpm -qa | sort > /packages.txt
27
- mkdir -p /usr/libexec/ccache-wrappers
28
- ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
29
- ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
30
- }
31
-
32
- export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
33
- export LANG="en_US.UTF-8"
34
- export PYTHON="/usr/bin/python3"
@@ -1,35 +0,0 @@
1
- # THIS FILE WAS AUTO-GENERATED
2
- #
3
- # $ lcitool manifest ci/manifest.yml
4
- #
5
- # https://gitlab.com/libvirt/libvirt-ci
6
-
7
- function install_buildenv() {
8
- dnf update -y --nogpgcheck fedora-gpg-keys
9
- dnf distro-sync -y
10
- dnf install -y \
11
- ca-certificates \
12
- ccache \
13
- gcc \
14
- git \
15
- glibc-langpack-en \
16
- libvirt-devel \
17
- pkgconfig \
18
- python3 \
19
- python3-build \
20
- python3-devel \
21
- python3-lxml \
22
- python3-pip \
23
- python3-pytest \
24
- python3-setuptools \
25
- rpm-build
26
- rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
27
- rpm -qa | sort > /packages.txt
28
- mkdir -p /usr/libexec/ccache-wrappers
29
- ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
30
- ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
31
- }
32
-
33
- export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
34
- export LANG="en_US.UTF-8"
35
- export PYTHON="/usr/bin/python3"
@@ -1,35 +0,0 @@
1
- # THIS FILE WAS AUTO-GENERATED
2
- #
3
- # $ lcitool manifest ci/manifest.yml
4
- #
5
- # https://gitlab.com/libvirt/libvirt-ci
6
-
7
- function install_buildenv() {
8
- zypper update -y
9
- zypper install -y \
10
- ca-certificates \
11
- ccache \
12
- gcc \
13
- git \
14
- glibc-locale \
15
- libvirt-devel \
16
- pkgconfig \
17
- python3-base \
18
- python3-devel \
19
- python3-lxml \
20
- python3-pip \
21
- python3-pytest \
22
- python3-setuptools \
23
- python3-wheel \
24
- rpm-build
25
- rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
26
- rpm -qa | sort > /packages.txt
27
- mkdir -p /usr/libexec/ccache-wrappers
28
- ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
29
- ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
30
- /usr/bin/pip3 install build
31
- }
32
-
33
- export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
34
- export LANG="en_US.UTF-8"
35
- export PYTHON="/usr/bin/python3"
@@ -1,34 +0,0 @@
1
- # THIS FILE WAS AUTO-GENERATED
2
- #
3
- # $ lcitool manifest ci/manifest.yml
4
- #
5
- # https://gitlab.com/libvirt/libvirt-ci
6
-
7
- function install_buildenv() {
8
- zypper dist-upgrade -y
9
- zypper install -y \
10
- ca-certificates \
11
- ccache \
12
- gcc \
13
- git \
14
- glibc-locale \
15
- libvirt-devel \
16
- pkgconfig \
17
- python3-base \
18
- python3-build \
19
- python3-devel \
20
- python3-lxml \
21
- python3-pip \
22
- python3-pytest \
23
- python3-setuptools \
24
- rpm-build
25
- rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
26
- rpm -qa | sort > /packages.txt
27
- mkdir -p /usr/libexec/ccache-wrappers
28
- ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
29
- ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
30
- }
31
-
32
- export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
33
- export LANG="en_US.UTF-8"
34
- export PYTHON="/usr/bin/python3"
@@ -1,39 +0,0 @@
1
- # THIS FILE WAS AUTO-GENERATED
2
- #
3
- # $ lcitool manifest ci/manifest.yml
4
- #
5
- # https://gitlab.com/libvirt/libvirt-ci
6
-
7
- function install_buildenv() {
8
- export DEBIAN_FRONTEND=noninteractive
9
- apt-get update
10
- apt-get dist-upgrade -y
11
- apt-get install --no-install-recommends -y \
12
- ca-certificates \
13
- ccache \
14
- gcc \
15
- git \
16
- libvirt-dev \
17
- locales \
18
- pkgconf \
19
- python3 \
20
- python3-dev \
21
- python3-lxml \
22
- python3-pip \
23
- python3-pytest \
24
- python3-setuptools \
25
- python3-venv \
26
- python3-wheel
27
- sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen
28
- dpkg-reconfigure locales
29
- rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
30
- dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
31
- mkdir -p /usr/libexec/ccache-wrappers
32
- ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
33
- ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
34
- /usr/bin/pip3 install build
35
- }
36
-
37
- export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
38
- export LANG="en_US.UTF-8"
39
- export PYTHON="/usr/bin/python3"