[PATCH] ci: regenerate

Michal Privoznik posted 1 patch 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/122708d7c41da74aa6dc437478664c72bda98113.1709027414.git.mprivozn@redhat.com
ci/buildenv/fedora-rawhide-cross-mingw32.sh           | 2 +-
ci/buildenv/fedora-rawhide-cross-mingw64.sh           | 2 +-
ci/buildenv/fedora-rawhide.sh                         | 2 +-
ci/buildenv/opensuse-leap-15.sh                       | 2 +-
ci/buildenv/opensuse-tumbleweed.sh                    | 2 +-
ci/containers/fedora-rawhide-cross-mingw32.Dockerfile | 2 +-
ci/containers/fedora-rawhide-cross-mingw64.Dockerfile | 2 +-
ci/containers/fedora-rawhide.Dockerfile               | 2 +-
ci/containers/opensuse-leap-15.Dockerfile             | 2 +-
ci/containers/opensuse-tumbleweed.Dockerfile          | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
[PATCH] ci: regenerate
Posted by Michal Privoznik 2 months ago
Regenerate the ci files using the latest libvirt-ci:

  commit face9746f9729699ae8525ffac4ee19be82c1ba5
  ci: drop update-alternatives for opensuse tumbleweed

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---

To see this in action:

https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/1192081842

Now we're stuck with broken wireshark. I was hoping that the CI job
would update to wireshark-4.2.2-3 which: a) should fix the header file
problem, and b) was moved to stable repo this morning (according to
bodhi). But apparently, that's not the case. Nevermind - one CI problem
less (aka bash-completiong pkg-config file).

 ci/buildenv/fedora-rawhide-cross-mingw32.sh           | 2 +-
 ci/buildenv/fedora-rawhide-cross-mingw64.sh           | 2 +-
 ci/buildenv/fedora-rawhide.sh                         | 2 +-
 ci/buildenv/opensuse-leap-15.sh                       | 2 +-
 ci/buildenv/opensuse-tumbleweed.sh                    | 2 +-
 ci/containers/fedora-rawhide-cross-mingw32.Dockerfile | 2 +-
 ci/containers/fedora-rawhide-cross-mingw64.Dockerfile | 2 +-
 ci/containers/fedora-rawhide.Dockerfile               | 2 +-
 ci/containers/opensuse-leap-15.Dockerfile             | 2 +-
 ci/containers/opensuse-tumbleweed.Dockerfile          | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/ci/buildenv/fedora-rawhide-cross-mingw32.sh b/ci/buildenv/fedora-rawhide-cross-mingw32.sh
index b0fbbab488..de0f16222e 100644
--- a/ci/buildenv/fedora-rawhide-cross-mingw32.sh
+++ b/ci/buildenv/fedora-rawhide-cross-mingw32.sh
@@ -9,7 +9,7 @@ function install_buildenv() {
     dnf distro-sync -y
     dnf install -y \
         augeas \
-        bash-completion \
+        bash-completion-devel \
         ca-certificates \
         ccache \
         codespell \
diff --git a/ci/buildenv/fedora-rawhide-cross-mingw64.sh b/ci/buildenv/fedora-rawhide-cross-mingw64.sh
index 0b54c34b19..30d2654f0e 100644
--- a/ci/buildenv/fedora-rawhide-cross-mingw64.sh
+++ b/ci/buildenv/fedora-rawhide-cross-mingw64.sh
@@ -9,7 +9,7 @@ function install_buildenv() {
     dnf distro-sync -y
     dnf install -y \
         augeas \
-        bash-completion \
+        bash-completion-devel \
         ca-certificates \
         ccache \
         codespell \
diff --git a/ci/buildenv/fedora-rawhide.sh b/ci/buildenv/fedora-rawhide.sh
index 16cd5e02e8..399b1bae97 100644
--- a/ci/buildenv/fedora-rawhide.sh
+++ b/ci/buildenv/fedora-rawhide.sh
@@ -10,7 +10,7 @@ function install_buildenv() {
     dnf install -y \
         audit-libs-devel \
         augeas \
-        bash-completion \
+        bash-completion-devel \
         ca-certificates \
         ccache \
         clang \
diff --git a/ci/buildenv/opensuse-leap-15.sh b/ci/buildenv/opensuse-leap-15.sh
index 87afc34053..bc7394839b 100644
--- a/ci/buildenv/opensuse-leap-15.sh
+++ b/ci/buildenv/opensuse-leap-15.sh
@@ -10,7 +10,7 @@ function install_buildenv() {
            audit-devel \
            augeas \
            augeas-lenses \
-           bash-completion \
+           bash-completion-devel \
            ca-certificates \
            ccache \
            clang \
diff --git a/ci/buildenv/opensuse-tumbleweed.sh b/ci/buildenv/opensuse-tumbleweed.sh
index 1d39f11d58..88ccff99c6 100644
--- a/ci/buildenv/opensuse-tumbleweed.sh
+++ b/ci/buildenv/opensuse-tumbleweed.sh
@@ -10,7 +10,7 @@ function install_buildenv() {
            audit-devel \
            augeas \
            augeas-lenses \
-           bash-completion \
+           bash-completion-devel \
            ca-certificates \
            ccache \
            clang \
diff --git a/ci/containers/fedora-rawhide-cross-mingw32.Dockerfile b/ci/containers/fedora-rawhide-cross-mingw32.Dockerfile
index 53935a91d4..3c6653affd 100644
--- a/ci/containers/fedora-rawhide-cross-mingw32.Dockerfile
+++ b/ci/containers/fedora-rawhide-cross-mingw32.Dockerfile
@@ -20,7 +20,7 @@ exec "$@"\n' > /usr/bin/nosync && \
     nosync dnf distro-sync -y && \
     nosync dnf install -y \
                augeas \
-               bash-completion \
+               bash-completion-devel \
                ca-certificates \
                ccache \
                codespell \
diff --git a/ci/containers/fedora-rawhide-cross-mingw64.Dockerfile b/ci/containers/fedora-rawhide-cross-mingw64.Dockerfile
index 07e1dfac40..c668d9dcae 100644
--- a/ci/containers/fedora-rawhide-cross-mingw64.Dockerfile
+++ b/ci/containers/fedora-rawhide-cross-mingw64.Dockerfile
@@ -20,7 +20,7 @@ exec "$@"\n' > /usr/bin/nosync && \
     nosync dnf distro-sync -y && \
     nosync dnf install -y \
                augeas \
-               bash-completion \
+               bash-completion-devel \
                ca-certificates \
                ccache \
                codespell \
diff --git a/ci/containers/fedora-rawhide.Dockerfile b/ci/containers/fedora-rawhide.Dockerfile
index 928b3b11de..232d76b95a 100644
--- a/ci/containers/fedora-rawhide.Dockerfile
+++ b/ci/containers/fedora-rawhide.Dockerfile
@@ -21,7 +21,7 @@ exec "$@"\n' > /usr/bin/nosync && \
     nosync dnf install -y \
                audit-libs-devel \
                augeas \
-               bash-completion \
+               bash-completion-devel \
                ca-certificates \
                ccache \
                clang \
diff --git a/ci/containers/opensuse-leap-15.Dockerfile b/ci/containers/opensuse-leap-15.Dockerfile
index 0e6b5b5ee0..6deaea0904 100644
--- a/ci/containers/opensuse-leap-15.Dockerfile
+++ b/ci/containers/opensuse-leap-15.Dockerfile
@@ -11,7 +11,7 @@ RUN zypper update -y && \
            audit-devel \
            augeas \
            augeas-lenses \
-           bash-completion \
+           bash-completion-devel \
            ca-certificates \
            ccache \
            clang \
diff --git a/ci/containers/opensuse-tumbleweed.Dockerfile b/ci/containers/opensuse-tumbleweed.Dockerfile
index 7f8c1e28ea..d4ebcd7176 100644
--- a/ci/containers/opensuse-tumbleweed.Dockerfile
+++ b/ci/containers/opensuse-tumbleweed.Dockerfile
@@ -11,7 +11,7 @@ RUN zypper dist-upgrade -y && \
            audit-devel \
            augeas \
            augeas-lenses \
-           bash-completion \
+           bash-completion-devel \
            ca-certificates \
            ccache \
            clang \
-- 
2.43.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [PATCH] ci: regenerate
Posted by Andrea Bolognani 2 months ago
On Tue, Feb 27, 2024 at 10:53:02AM +0100, Michal Privoznik wrote:
> Regenerate the ci files using the latest libvirt-ci:
>
>   commit face9746f9729699ae8525ffac4ee19be82c1ba5
>   ci: drop update-alternatives for opensuse tumbleweed
>
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---
>
> To see this in action:
>
> https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/1192081842
>
> Now we're stuck with broken wireshark. I was hoping that the CI job
> would update to wireshark-4.2.2-3 which: a) should fix the header file
> problem, and b) was moved to stable repo this morning (according to
> bodhi). But apparently, that's not the case. Nevermind - one CI problem
> less (aka bash-completiong pkg-config file).

As long as the package has been updated in Fedora, this will sort
itself out in due time. There's a reason why we allow the Rawhide job
to fail ;)

>  ci/buildenv/fedora-rawhide-cross-mingw32.sh           | 2 +-
>  ci/buildenv/fedora-rawhide-cross-mingw64.sh           | 2 +-
>  ci/buildenv/fedora-rawhide.sh                         | 2 +-
>  ci/buildenv/opensuse-leap-15.sh                       | 2 +-
>  ci/buildenv/opensuse-tumbleweed.sh                    | 2 +-
>  ci/containers/fedora-rawhide-cross-mingw32.Dockerfile | 2 +-
>  ci/containers/fedora-rawhide-cross-mingw64.Dockerfile | 2 +-
>  ci/containers/fedora-rawhide.Dockerfile               | 2 +-
>  ci/containers/opensuse-leap-15.Dockerfile             | 2 +-
>  ci/containers/opensuse-tumbleweed.Dockerfile          | 2 +-
>  10 files changed, 10 insertions(+), 10 deletions(-)

Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [PATCH] ci: regenerate
Posted by Daniel P. Berrangé 2 months ago
On Tue, Feb 27, 2024 at 10:53:02AM +0100, Michal Privoznik wrote:
> Regenerate the ci files using the latest libvirt-ci:
> 
>   commit face9746f9729699ae8525ffac4ee19be82c1ba5
>   ci: drop update-alternatives for opensuse tumbleweed
> 
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---
> 
> To see this in action:
> 
> https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/1192081842
> 
> Now we're stuck with broken wireshark. I was hoping that the CI job
> would update to wireshark-4.2.2-3 which: a) should fix the header file
> problem, and b) was moved to stable repo this morning (according to
> bodhi). But apparently, that's not the case. Nevermind - one CI problem
> less (aka bash-completiong pkg-config file).

Rawhide repos are regenerated daily-ish, so that should correct
itself sometime today-ish.

> 
>  ci/buildenv/fedora-rawhide-cross-mingw32.sh           | 2 +-
>  ci/buildenv/fedora-rawhide-cross-mingw64.sh           | 2 +-
>  ci/buildenv/fedora-rawhide.sh                         | 2 +-
>  ci/buildenv/opensuse-leap-15.sh                       | 2 +-
>  ci/buildenv/opensuse-tumbleweed.sh                    | 2 +-
>  ci/containers/fedora-rawhide-cross-mingw32.Dockerfile | 2 +-
>  ci/containers/fedora-rawhide-cross-mingw64.Dockerfile | 2 +-
>  ci/containers/fedora-rawhide.Dockerfile               | 2 +-
>  ci/containers/opensuse-leap-15.Dockerfile             | 2 +-
>  ci/containers/opensuse-tumbleweed.Dockerfile          | 2 +-
>  10 files changed, 10 insertions(+), 10 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org