Files
fm-orchestrator/rida
Nils Philippsen 6f7e12d35e Use API result structure for dependencies.
Finds runtime and build dependencies in PDC UnreleasedVariant objects
in the fields 'runtime_deps' and 'build_deps'. Both are lists of
dictionaries, each with currently one field 'dependency' which contains
the name of the other variant on which this one depends, with an
optional version constraint. E.g.:

{
  "variant_id": ...,
...
  "runtime_deps": [
    {
      "dependency": "foo>=2"
    }
  ],
  "build_deps": [
    {
      "dependency": "foo>=2"
    }
  ]
}

Signed-off-by: Nils Philippsen <nils@redhat.com>
2016-07-14 16:21:28 +02:00
..
2016-06-23 12:57:45 +02:00
2016-07-07 15:20:09 +02:00
2016-07-12 10:19:23 -04:00
2016-07-13 14:40:59 -04:00
2016-06-30 13:23:30 -04:00