#136 When query PDC for flatpaks fix the branch that is looked up
Merged 4 years ago by pingou. Opened 4 years ago by pingou.

@@ -155,6 +155,8 @@ 

      branch = "master"

      if namespace in ["rpms", "container"]:

          branch = "rawhide"

+     elif namespace == "flatpaks":

+         branch = "stable"

  

      url = "%s?global_component=%s&name=%s&type=%s" % (

          pdc_url,

While the rpms and the container namespaces use rawhide for default
branch, the flatpaks namespace uses stable and the tests namespace
uses master.

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

+1, no issues from me

Pull-Request has been merged by pingou

4 years ago
Metadata