Skip to content

Commit

Permalink
CI: build committed packages into @codescan/cswrap
Browse files Browse the repository at this point in the history
Follow-up-for: csutils/csdiff#56
Docs: https://packit.dev/docs/configuration/#copr_build
Co-authored-by: Pavel Raiskup <[email protected]>
Co-authored-by: Lukáš Zaoral <[email protected]>
  • Loading branch information
lzaoral and praiskup committed Jun 15, 2022
1 parent 0b8150f commit 6982438
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,19 @@ actions:
jobs:
- &copr
job: copr_build
trigger: commit
metadata:
targets:
- epel-all-aarch64
- epel-all-ppc64le
- epel-all-s390x
- epel-all-x86_64
- fedora-all-aarch64
- fedora-all-ppc64le
- fedora-all-s390x
- fedora-all-x86_64
branch: main # only used for commit trigger
trigger: pull_request
targets:
- epel-all-aarch64
- epel-all-ppc64le
- epel-all-s390x
- epel-all-x86_64
- fedora-all-aarch64
- fedora-all-ppc64le
- fedora-all-s390x
- fedora-all-x86_64

- <<: *copr
trigger: pull_request
trigger: commit
owner: "@codescan"
project: "cswrap"
branch: main

3 comments on commit 6982438

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We were not able to find Copr project(@codescan/cswrap) specified in the config with the following error:

Project @codescan/cswrap does not exist.

Please check your configuration for:

  1. typos in owner and project name (groups need to be prefixed with @)
  2. whether the project itself exists (Packit creates projects only in its own namespace)
  3. whether Packit is allowed to build in your Copr project
  4. whether your Copr project/group is not private

@lzaoral
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/packit rebuild-failed

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have requested the builder permissions for the @codescan/cswrap Copr project.

Please confirm the request on the @codescan/cswrap Copr project permissions page and retrigger the build.

Please sign in to comment.