[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 01/12] libvirt-ci: update submodule to cover pipewire
From: |
marcandre . lureau |
Subject: |
[PATCH 01/12] libvirt-ci: update submodule to cover pipewire |
Date: |
Sat, 6 May 2023 20:37:24 +0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
List of upstream changes:
Abdulwasiu Apalowo (6):
commandline: add default tag information to image argument
containers: add tag parameter to image_exists method
lcitool: edit error message during container run (or shell) operation.
containers: change the mode bits of --script argument
containers: mount temporary directory to user's home in the container
containers: always change workdir to the user's home
Ani Sinha (1):
mappings: add new package mappings for mformat and xorriso
Erik Skultety (17):
docs: mappings: Add a section on the preferred mapping naming scheme
facts: projects: nbdkit: Replace zstd mapping with libzstd
facts: mappings: Drop 'zstd' mapping
facts: targets: Add Fedora 38
gitlab-ci.yml: Add Fedora 38 target
facts: targets: Drop Fedora 36 target
Add a pytest.ini
tests: commands: Consolidate the installed package/run from git tests
Add tox.ini configuration file
test-requirements: Rename to dev-requirements.txt
requirements: Add tox to dev-requirements.txt and drop pytest and flake
dev-requirements: Reference VM requirements
gitignore: Add the default .tox directory
tox: Allow running with custom pytest options with {posargs}
gitlab-ci.yml: Start using tox for testing
.gitlab-ci.yml: Always test against installed lcitool
docs: testing: Update contents with tox
Marc-André Lureau (1):
facts/mappings & qemu: add pipewire
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
tests/lcitool/libvirt-ci | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/lcitool/libvirt-ci b/tests/lcitool/libvirt-ci
index 85487e1404..2e0571c3e0 160000
--- a/tests/lcitool/libvirt-ci
+++ b/tests/lcitool/libvirt-ci
@@ -1 +1 @@
-Subproject commit 85487e140415b2ac54b01a9a6b600fd7c21edc2f
+Subproject commit 2e0571c3e0722c79b90decb2c7fd9fa1deebbd46
--
2.40.1
- [PATCH 00/12] audio: pipewire backend improvements, marcandre . lureau, 2023/05/06
- [PATCH 01/12] libvirt-ci: update submodule to cover pipewire,
marcandre . lureau <=
- [PATCH 02/12] tests/lcitool: add pipewire, marcandre . lureau, 2023/05/06
- [PATCH 03/12] audio/pw: Pipewire->PipeWire case fix for user-visible text, marcandre . lureau, 2023/05/06
- [PATCH 04/12] audio/pw: drop needless case statement, marcandre . lureau, 2023/05/06
- [PATCH 05/12] audio/pw: needless check for NULL, marcandre . lureau, 2023/05/06
- [PATCH 06/12] audio/pw: trace during init before calling pipewire API, marcandre . lureau, 2023/05/06