#4210 avoid malformed tasks for updated signatures
Merged 2 months ago by tkopecek. Opened 6 months ago by mikem.

file modified
+2
@@ -3724,6 +3724,8 @@ 

          # at this place (e.g. client without knowledge of such signatures)

          # it should still display at least "method (arch)"

          params = None

+     except ParameterError:

+         return '%s (%s, unknown args)' % (method, arch)

  

      extra = ''

      if method in ('build', 'maven'):

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

6 months ago

@tkopecek shall we pull this into 1.35.2? It's related to another 1.35.2 issue, but not required for it. Otoh, it's a very small change.

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

2 months ago

Commit 7d2a29c fixes this pull-request

Pull-Request has been merged by tkopecek

2 months ago
Metadata