perryl / concourse-scripts

GNU General Public License v2.0
0 stars 0 forks source link

Can't get build-depends of build-depends strata #10

Closed perryl closed 8 years ago

perryl commented 8 years ago

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

perryl commented 8 years ago

Fixed as of https://github.com/perryl/concourse-scripts/commit/2da0ce52e6411cdadcabae586bbf96afb765de8d