Current result of attempting to set up base-system-x86_64-generic pipeline is the following:
apply configuration? [yN]: y failed to update configuration: Unexpected Response Status: 400 Bad Request Body: invalid configuration: invalid jobs: jobs.docutils.plan[0].aggregate[5].get.definitions.passed references an unknown job ('python2-core')
Looking at the outputted YAML, python2-core is listed as a dependency requirement in the docutils job, but is not defined as a job itself. Need to recursively get build_depends_paths in parser.py
Current result of attempting to set up base-system-x86_64-generic pipeline is the following:
apply configuration? [yN]: y failed to update configuration: Unexpected Response Status: 400 Bad Request Body: invalid configuration: invalid jobs: jobs.docutils.plan[0].aggregate[5].get.definitions.passed references an unknown job ('python2-core')
Looking at the outputted YAML, python2-core is listed as a dependency requirement in the docutils job, but is not defined as a job itself. Need to recursively get build_depends_paths in parser.py