Skip to content

Commit

Permalink
Add initial packit configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Akashdeep Dhar <[email protected]>
  • Loading branch information
gridhead committed May 5, 2022
1 parent 812307c commit 393fbdc
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions packit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# See the documentation for more information:
# https://packit.dev/docs/configuration/

specfile_path: fedora-messaging.spec

actions:
post-upstream-clone: "wget https://src.fedoraproject.org/fork/t0xic0der/rpms/fedora-messaging/raw/f35-300-src/f/fedora-messaging.spec -O fedora-messaging.spec"
jobs:
- job: copr_build
trigger: pull_request
metadata:
targets:
- fedora-35
branch: packit
owner: t0xic0der
project: fedora-messaging
- job: copr_build
trigger: release
metadata:
targets:
- fedora-35
branch: packit
owner: t0xic0der
project: fedora-messaging

# add or remove files that should be synced
files_to_sync:
- fedora-messaging.spec
- packit.yaml

# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: fedora-messaging
# downstream (Fedora) RPM package name
downstream_package_name: fedora-messaging

0 comments on commit 393fbdc

Please sign in to comment.