Copr helper module

class rebasehelper.helpers.copr_helper.CoprHelper[source]
DELETE_PROJECT_AFTER = 60
classmethod build(client, project, srpm)[source]
classmethod create_project(client, project, chroots, description, instructions, permanent=False, hide=True)[source]
classmethod download_build(client, build_id, destination)[source]
classmethod get_build_status(client, build_id)[source]
classmethod get_build_url(client, build_id)[source]
classmethod get_client()[source]
classmethod watch_build(client, build_id)[source]