bpo.jobs package

Submodules

bpo.jobs.build_image module

bpo.jobs.build_image.get_arg_img_prefix(kernel)
bpo.jobs.build_image.get_pmbootstrap_install_cmd(branch)

pmbootstrap install command for image building. This is a separate function, so we can override it with a stub in a test.

bpo.jobs.build_image.get_task_name(prefix, kernel)
bpo.jobs.build_image.run(device, branch, ui)

Start a single image build job.

bpo.jobs.build_package module

bpo.jobs.build_package.abort(package)

Stop a single package build job.

Parameters:

package – bpo.db.Package object

bpo.jobs.build_package.run(arch, pkgname, branch, splitrepo)

Start a single package build job.

Returns:

True if a new job was started, False if the apk exists already in the WIP repo and the build was skipped.

bpo.jobs.get_depends module

bpo.jobs.get_depends.run(branch)

bpo.jobs.sign_index module

bpo.jobs.sign_index.run(arch, branch, splitrepo)

Module contents