#8608 Exclude more Rust packages from branching
Merged 4 years ago by mohanboddu. Opened 4 years ago by ignatenkobrain.
ignatenkobrain/releng rust  into  master

@@ -57,9 +57,9 @@ 

          package = branch['global_component']

          package_type = branch['type']

          critpath = branch['critical_path']

-         #Skip the packages that start with 'rust-'

-         #https://pagure.io/fesco/issue/2068

-         if not package.startswith('rust-'):

+         # Skip the Rust packages

+         # https://pagure.io/fesco/issue/2068

+         if not package.startswith('rust-') and package not in {'zola', 'stratisd'}:

              active_components.add(

                  '%s/%s' % (package_type, package))

              print('Ensuring {0}/{1}#{2} exists'.format(

no initial comment

rebased onto e17634f621956784c2fb07189528878dcff618da

4 years ago

rebased onto 303ae8c

4 years ago

Pull-Request has been merged by mohanboddu

4 years ago
Metadata