#3047 [policy] [SourceTest] check spec_url for wrapperRPM task
Merged 2 years ago by tkopecek. Opened 2 years ago by julian8628.

file modified
+3
@@ -10002,10 +10002,13 @@ 

                  # build - (src, target, opts=None)

                  # maven - (url, target, opts=None)

                  # winbuild - (name, source_url, target, opts=None)

+                 # wrapperRPM - (spec_url, build_target, build, task, opts=None)

                  if info['method'] == 'winbuild':

                      data[self.field] = params['source_url']

                  elif info['method'] == 'indirectionimage':

                      return False

+                 elif info['method'] == 'wrapperRPM':

+                     data[self.field] = params['spec_url']

                  elif 'src' in params:

                      data[self.field] = params['src']

                  elif 'url' in params:

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

2 years ago

Metadata Update from @mfilip:
- Pull-request tagged with: testing-done

2 years ago

Commit bb4c6a9 fixes this pull-request

Pull-Request has been merged by tkopecek

2 years ago
Metadata