talkatu/talkatu

Add fedora 31 and rawhide

2019-11-07, Gary Kramlich
e880e167c636
Parents a1408375ba2a
Children 9f2390f06e9b
Add fedora 31 and rawhide
  • +17 -4
    convey.yml
  • --- a/convey.yml Mon Oct 07 06:40:03 2019 -0500
    +++ b/convey.yml Thu Nov 07 01:40:14 2019 -0600
    @@ -28,6 +28,8 @@
    - debian-buster-i386
    - fedora-29-amd64
    - fedora-30-amd64
    + - fedora-31-amd64
    + - fedora-rawhide-amd64
    - mingw-w64-i686
    - mingw-w64-x86_64
    - pvs-studio
    @@ -102,12 +104,10 @@
    environment: [DISTRO=debian, VERSION=bullseye]
    stages:
    - tasks: [import, build, export]
    -
    debian-buster-amd64:
    environment: [DISTRO=debian, VERSION=buster]
    stages:
    - tasks: [import, build, export]
    -
    debian-buster-i386:
    environment: [DISTRO=debian, VERSION=buster, ARCH=i386]
    stages:
    @@ -140,17 +140,23 @@
    environment: [DISTRO=fedora, VERSION=29]
    stages:
    - tasks: [import, build, export]
    -
    fedora-30-amd64:
    environment: [DISTRO=fedora, VERSION=30]
    stages:
    - tasks: [import, build, export]
    + fedora-31-amd64:
    + environment: [DISTRO=fedora, VERSION=31]
    + stages:
    + - tasks: [import, build, export]
    + fedora-rawhide-amd64:
    + environment: [DISTRO=fedora, VERSION=rawhide]
    + stages:
    + - tasks: [import, build, export]
    mingw-w64-i686:
    environment: [DISTRO=mingw, VERSION=w64, ARCH=i686, FILES=mingw]
    stages:
    - tasks: [import, build, export]
    -
    mingw-w64-x86_64:
    environment: [DISTRO=mingw, VERSION=w64, ARCH=x86_64, FILES=mingw]
    stages:
    @@ -200,6 +206,13 @@
    tasks:
    - import-artifacts
    - publish-rpm
    + - name: publish-fedora-31
    + environment:
    + - DISTRO=fedora
    + - VERSION=31
    + tasks:
    + - import-artifacts
    + - publish-rpm
    clean:
    stages: