#9948 FTI script: Don't close "distribution" bugzillas
Merged 3 years ago by kevin. Opened 3 years ago by churchyard.
churchyard/releng fti_no_distribution  into  main

@@ -291,7 +291,8 @@ 

          ],

      )

      query_fti["blocks"] = ftibug.id

-     current_ftis = {b.component: b for b in bz.query(query_fti) if b.status != "CLOSED"}

+     current_ftis = {b.component: b for b in bz.query(query_fti)

+                     if b.status != "CLOSED" and b.component != 'distribution'}

  

      env = jinja2.Environment(loader=jinja2.FileSystemLoader(TEMPLATE_DIR))

      env.globals["release"] = release

no initial comment

why do we even have some FTI against distribution component? :)

Fair enough :)

:thumbsup: from me.

rebased onto 0177c6b

3 years ago

Could this please be merged?

Pull-Request has been merged by kevin

3 years ago
Metadata