#35 Update stream extras compose
Merged 3 years ago by carlwgeorge. Opened 3 years ago by carlwgeorge.
centos/ carlwgeorge/pungi-centos centos-8-stream_extras  into  centos-8-stream

file modified
+16 -3
@@ -1,5 +1,5 @@ 

- release_name = "CentOS-Extras"

- release_short = "Extras"

+ release_name = "CentOS Stream Extras"

+ release_short = "Stream-Extras"

  release_version = "8"

  release_is_layered = False

  
@@ -9,7 +9,7 @@ 

  

  pkgset_source='koji'

  

- pkgset_koji_tag='dist-c8-extras'

+ pkgset_koji_tag='dist-c8-stream-extras-compose'

  gather_method = {

      '^.*': {                # For all variants

          'comps': 'deps',    # resolve dependencies for packages from comps file
@@ -23,6 +23,19 @@ 

  

  check_deps = False

  

+ filter_packages = [

+     ('^extras$', {

+         'aarch64': [

+             # Hyperscale SIG is x86_64 only.

+             'centos-release-hyperscale'

+         ],

+         'ppc64le': [

+             # Hyperscale SIG is x86_64 only.

+             'centos-release-hyperscale'

+         ],

+     }),

+ ]

+ 

  additional_packages = [

  	('^extras$', {

  		'*': [ 

file added
+11
@@ -0,0 +1,11 @@ 

+ <?xml version="1.0" encoding="UTF-8"?>

+ <!DOCTYPE variants PUBLIC "-//Red Hat, Inc.//DTD Variants info//EN" "variants2012.dtd">

+ <variants>

+     <variant id="extras" name="extras" type="variant">

+         <arches>

+             <arch>aarch64</arch>

+             <arch>ppc64le</arch>

+             <arch>x86_64</arch>

+         </arches>

+     </variant>

+ </variants>

  • Clarify name
  • Change koji tag
  • Filter centos-release-hyperscale out on non-x86_64 arches
  • Add variants-Extras.xml file

:thumbsup: yay for making Stream-only SIG content easier!

rebased onto 94a34d2

3 years ago

Pull-Request has been merged by carlwgeorge

3 years ago
Metadata