fix: packit
This commit is contained in:
parent
e5dab15951
commit
5c8891fce4
2 changed files with 21 additions and 22 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
%define _rpmfilename %%{NAME}.rpm
|
|
||||||
Name: cockpit-sensors
|
Name: cockpit-sensors
|
||||||
Version: %{VERSION}
|
Version: %{VERSION}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
|
||||||
42
packit.yaml
42
packit.yaml
|
|
@ -40,28 +40,28 @@ jobs:
|
||||||
- centos-stream-9-aarch64
|
- centos-stream-9-aarch64
|
||||||
|
|
||||||
# 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: your_copr_login
|
owner: ocristopfer
|
||||||
# project: your_copr_project
|
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