Retrieves projects object according to the given parameters
Parameters: |
|
---|---|
Return type: |
Retrieves project object.
Parameters: | project_id (int) – project identifier |
---|---|
Return type: | Project |
Creates new project
Parameters: |
|
---|---|
Return type: |
Updates project.
Parameters: | project_entity (ProjectEntity) – project entity to use for update |
---|---|
Return type: | OperationResult |
Retrieves project chroot object.
Parameters: |
|
---|---|
Return type: |
Retrieves project chroot list object.
Parameters: | project (Project) – parent project for the chroot |
---|---|
Return type: | ProjectChrootList |
Disables one chroot for the project
Parameters: |
|
---|
Enables one chroot for the project
Parameters: |
|
---|---|
Params buildroot_pkgs: | |
packages to add into the buildroot |
|
Return type: |
Parameters: | chroot_entity (entities.ProjectChrootEntity) – Entity to update |
---|---|
Return type: | OperationResult |
Retrieves builds object
Parameters: | build_id (int) – id of the target build |
---|---|
Return type: | Build |
Retrieves builds object according to the given parameters
Parameters: |
|
---|---|
Return type: |
Cancels the given build
Parameters: | build_entity (BuildEntity) – build entity to delete |
---|---|
Return type: | OperationResult |
Deletes the given build
Parameters: | build_id (int) – build id to delete |
---|---|
Return type: | OperationResult |
Creates new build using public url to the srpm file
Parameters: |
|
---|---|
Returns: | created build |
Return type: |
Creates new build using srpm upload, please specify either file_path or (file_obj, file_name ).
Parameters: |
|
---|---|
Returns: | created build |
Return type: |
Retrieves build tasks list according to the given parameters
Parameters: |
|
---|---|
Return type: |
Retrieves mock chroot object.
Parameters: | name (str) – chroot name |
---|---|
Return type: | MockChroot |
Retrieves mock chroot list object.
Parameters: | active_only (bool) – when True, shows only chroots which can be used for builds |
---|---|
Return type: | MockChrootList |