#492 Use testmodule from production pkgs instead of stg
Closed 7 years ago by jkaluza. Opened 7 years ago by frostyx.
frostyx/fm-orchestrator update_submit_json  into  master

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

      PDC_URL = 'http://modularity.fedorainfracloud.org:8080/rest_api/v1'

      PDC_INSECURE = True

      PDC_DEVELOP = True

-     SCMURLS = ["git://pkgs.stg.fedoraproject.org/modules/"]

+     SCMURLS = ["git://pkgs.stg.fedoraproject.org/modules/",

+                "git://pkgs.fedoraproject.org/modules/"]

      YAML_SUBMIT_ALLOWED = False

  

      # How often should we resort to polling, in seconds

file modified
+1 -1
@@ -1,4 +1,4 @@ 

  {

-     "scmurl": "git://pkgs.stg.fedoraproject.org/modules/testmodule.git?#789dc7b",

+     "scmurl": "git://pkgs.fedoraproject.org/modules/testmodule.git?#9082569",

      "branch": "master"

  }

After conversation with @jkaluza on IRC, I have understood that now we are using testmodule from production instance.

We are going to replace this script soon by mbs-build (see the mbs-build PR). It is not useful to merge it, sorry :). I'm closing this one.

Pull-Request has been closed by jkaluza

7 years ago