#1216 osbuild: re-enable workstation osbuild and rename
Merged a year ago by kevin. Opened a year ago by kevin.
Unknown source osbuild-ws-naming  into  main

file modified
+13 -13
@@ -1011,18 +1011,18 @@

      })

  ]

  

- #osbuild = {

- #    '^Workstation$': [

- #        {

- #            'name': 'Fedora-Workstation-Live',

- #            'distro': 'fedora-39',

- #            'image_types': ['live-installer'],

- #            'arches': ['x86_64', 'aarch64'],

- #            'repo': ['Everything'],

- #            'failable': ['*'],

- #            'manifest_type': 'live-osbuild',

- #        }

- #    ]

- #}

+ osbuild = {

+     '^Workstation$': [

+         {

+             'name': 'Fedora-Workstation-Live-osb',

+             'distro': 'fedora-39',

+             'image_types': ['live-installer'],

+             'arches': ['x86_64', 'aarch64'],

+             'repo': ['Everything'],

+             'failable': ['*'],

+             'manifest_type': 'live-osbuild',

+         }

+     ]

+ }

  

  koji_profile = 'compose_koji'

The name used for the Fedora-Workstation-Live was the same with
livemedia and osbuild, and that was causing the livemedia build to fail.
So, lets re-enable the workstation osbuild version, but add a -osb to
the name (and thus make it another package in koji) so they don't
overlap.

Open to better ways to handle this, but this seems easiest to me...

CC: @lsedlar @thozza @supakeen

Signed-off-by: Kevin Fenzi kevin@scrye.com

yeah...I think this shouldn't confuse anything else. not off the top of my head, anyway.

Alright, lets try it. ;)

Pull-Request has been merged by kevin

a year ago
Metadata