forked from containerbuildsystem/koji-containerbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Martin Bašti <[email protected]>
- Loading branch information
1 parent
8b9b8d9
commit 3d4194d
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |