Skip to content

Commit

Permalink
Configure packit
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Bašti <[email protected]>
  • Loading branch information
MartinBasti committed Feb 5, 2020
1 parent 8b9b8d9 commit 3d4194d
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# https://packit.dev/docs/configuration/

specfile_path: koji-containerbuild.spec

# to be copied to dist-git during an update
synced_files:
- koji-containerbuild.spec
- .packit.yaml

# name in upstream package repository/registry (e.g. in PyPI)
upstream_package_name: koji-containerbuild
# name of downstream (Fedora) RPM package
downstream_package_name: koji-containerbuild

# for packit service (Github app)
jobs:
- job: sync_from_downstream
trigger: commit
- job: propose_downstream
trigger: release
metadata:
dist-git-branch: master
- job: propose_downstream
trigger: release
metadata:
dist-git-branch: f31
- job: propose_downstream
trigger: release
metadata:
dist-git-branch: f30
- job: copr_build
trigger: pull_request
metadata:
targets:
- fedora-rawhide-x86_64
- fedora-all
- epel-7-x86_64
- rhelbeta-8-x86_64

0 comments on commit 3d4194d

Please sign in to comment.