commit
e2324b4395
1 changed files with 18 additions and 18 deletions
36
packit.yaml
36
packit.yaml
|
|
@ -1,6 +1,6 @@
|
||||||
# Enable RPM builds and running integration tests in PRs through https://packit.dev/
|
# Enable RPM builds and running integration tests in PRs through https://packit.dev/
|
||||||
# To use this, enable Packit-as-a-service in GitHub: https://packit.dev/docs/packit-as-a-service/
|
# To use this, enable Packit-as-a-service in GitHub: https://packit.dev/docs/packit-as-a-service/
|
||||||
# See https://packit.dev/docs/configuration/ for the format of this file
|
# See https://packit.dev/docs/configuration/ for the format of this file.
|
||||||
|
|
||||||
specfile_path: cockpit-sensors.spec
|
specfile_path: cockpit-sensors.spec
|
||||||
# use the nicely formatted release description from our upstream release, instead of git shortlog
|
# use the nicely formatted release description from our upstream release, instead of git shortlog
|
||||||
|
|
@ -41,27 +41,27 @@ jobs:
|
||||||
|
|
||||||
# Build releases in COPR: https://packit.dev/docs/configuration/#copr_build
|
# Build releases in COPR: https://packit.dev/docs/configuration/#copr_build
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: release
|
trigger: release
|
||||||
owner: ocristopfer
|
owner: ocristopfer
|
||||||
project: cockpit-sensors
|
project: cockpit-sensors
|
||||||
preserve_project: True
|
preserve_project: True
|
||||||
targets:
|
targets:
|
||||||
- fedora-all
|
- fedora-all
|
||||||
- centos-stream-9-x86_64
|
- centos-stream-9-x86_64
|
||||||
|
|
||||||
# Build releases in Fedora: https://packit.dev/docs/configuration/#propose_downstream
|
# Build releases in Fedora: https://packit.dev/docs/configuration/#propose_downstream
|
||||||
- job: propose_downstream
|
- job: propose_downstream
|
||||||
trigger: release
|
trigger: release
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
- fedora-all
|
- fedora-all
|
||||||
|
|
||||||
- job: koji_build
|
- job: koji_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
- fedora-all
|
- fedora-all
|
||||||
|
|
||||||
- job: bodhi_update
|
- job: bodhi_update
|
||||||
trigger: commit
|
trigger: commit
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
# rawhide updates are created automatically
|
# rawhide updates are created automatically
|
||||||
- fedora-branched
|
- fedora-branched
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue