#3422 hub: check release/version format in cg_import
Merged 2 years ago by tkopecek. Opened 2 years ago by tkopecek.
tkopecek/koji issue3418  into  master

file modified
+3
@@ -6490,6 +6490,9 @@ 

      data['cg_id'] = cg_id

      # CGs shouldn't have to worry about epoch

      data.setdefault('epoch', None)

+ 

+     koji.check_NVR(data, strict=True)

+ 

      build_id = new_build(data, strict=False)

  

      # check potentially existing token

@mikem - probably found it - all those builds are failed. They probably failed on cg_import while build was created by reservation with wrong NVR. So, just adding check to reservation call should fix it.

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

2 years ago

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

2 years ago

pretty please pagure-ci rebuild

2 years ago

Commit c011a7e fixes this pull-request

Pull-Request has been merged by tkopecek

2 years ago
Metadata