pidgin/pidgin

Parents 939814cb9972
Children ccb1d93c9df1
Update the convey configuration for fedora 40 and ubuntu noble

Testing Done:
Ran both plans locally.

Reviewed at https://reviews.imfreedom.org/r/3151/
  • +6 -6
    convey.yaml
  • --- a/convey.yaml Sat Apr 27 23:54:27 2024 -0500
    +++ b/convey.yaml Tue Apr 30 20:16:10 2024 -0500
    @@ -22,10 +22,10 @@
    - debian-trixie-amd64
    - debian-trixie-arm64
    - debian-trixie-riscv64
    - - fedora-39-amd64
    + - fedora-40-amd64
    - fedora-rawhide-amd64
    - scanbuild
    - - ubuntu-mantic-amd64
    + - ubuntu-noble-amd64
    docs-clean:
    type: convey/clean
    @@ -114,8 +114,8 @@
    stages:
    - tasks: [docs-clean, import, docs-build, docs-export]
    - fedora-39-amd64:
    - environment: [TARGET=fedora-39-amd64]
    + fedora-40-amd64:
    + environment: [TARGET=fedora-40-amd64]
    stages:
    - tasks: [import, build]
    - tasks: [export]
    @@ -139,8 +139,8 @@
    - tasks: [export]
    run: always
    - ubuntu-mantic-amd64:
    - environment: [TARGET=ubuntu-mantic-amd64]
    + ubuntu-noble-amd64:
    + environment: [TARGET=ubuntu-noble-amd64]
    stages:
    - tasks: [import, build]
    - tasks: [export]