#441 request-tests-repo: add empty 'upstreamurl' item
Merged 2 years ago by onosek. Opened 2 years ago by onosek.
onosek/fedpkg request_test_repo_minor  into  master

file modified
+1
@@ -918,6 +918,7 @@ 

                  'namespace': 'tests',

                  'repo': repo_name,

                  'description': description,

+                 'upstreamurl': '',

              }

          else:

              # Default branch is rawhide, but for flatpaks namespace its 'stable'

file modified
+2 -1
@@ -1486,7 +1486,8 @@ 

              'monitor': 'no-monitoring',

              'namespace': 'tests',

              'repo': 'foo',

-             'description': 'Some description'

+             'description': 'Some description',

+             'upstreamurl': ''

          }

  

          # Get the data that was submitted to Pagure

This was added to fit with fedscm-admin change. Currently, not
necessary for functionality.

Relates: https://pagure.io/fedscm-admin/pull-request/37
Fixes: rhbz#1854987

Signed-off-by: Ondrej Nosek onosek@redhat.com

rebased onto adad310cf7db34e647fbe45f172442bf0f4fff36

2 years ago

rebased onto cb4fbd9

2 years ago

Pull-Request has been merged by onosek

2 years ago
Metadata