Skip to content

Commit

Permalink
packit: Enable automatic Fedora package updates
Browse files Browse the repository at this point in the history
Start with rawhide, let's enable fedora-all once that went throug a full
real-life run.
  • Loading branch information
martinpitt committed Dec 11, 2021
1 parent 96376f1 commit 084dbaa
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion packit.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: packaging/umockdev.spec

upstream_project_url: https://github.com/martinpitt/umockdev
copy_upstream_release_description: true
upstream_package_name: umockdev
downstream_package_name: umockdev

synced_files:
- src: packaging/umockdev.spec
dest: umockdev.spec

jobs:
- job: copr_build
trigger: pull_request
Expand All @@ -16,3 +21,9 @@ jobs:
- fedora-development-ppc64le
- fedora-development-s390x
- fedora-development-armhfp

- job: propose_downstream
trigger: release
metadata:
dist_git_branches:
- fedora-development

0 comments on commit 084dbaa

Please sign in to comment.