Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parallel builder should make sure sources/patches are available #114

Open
boegel opened this issue Aug 20, 2012 · 0 comments
Open

parallel builder should make sure sources/patches are available #114

boegel opened this issue Aug 20, 2012 · 0 comments

Comments

@boegel
Copy link
Member

boegel commented Aug 20, 2012

The parallel builder downloads sources before it submits jobs to perform the build (this helps avoid multiple jobs downloading the same file and creating a mess).

However, it currently doesn't check whether those downloads succeeded, and just submits the job anyway.

This should be fixed, the parallel builder should make sure all the required sources and patches are found before submitting the jobs.

This can be done by making Application.prepare_build return a boolean indicating if it's OK to proceed, and checking that return value in parallelbuild.prepare_package and parallelbuild.build_packages_in_parallel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant