llvm_snapshot_builder.actions.fork_project

CoprActionForkProject

Module Contents

Classes

CoprActionForkProject

Forks the project from the given source into the target project.

class llvm_snapshot_builder.actions.fork_project.CoprActionForkProject(source: Union[llvm_snapshot_builder.copr_project_ref.CoprProjectRef, str], target: Union[llvm_snapshot_builder.copr_project_ref.CoprProjectRef, str], **kwargs)[source]

Bases: llvm_snapshot_builder.actions.action.CoprAction, llvm_snapshot_builder.mixins.client_mixin.CoprClientMixin

Forks the project from the given source into the target project.

run() bool[source]

Runs the action.