Skip to content

Commit

Permalink
Added initial packit conf file to repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jirihnidek committed Jan 22, 2024
1 parent 07a36bc commit 92a159f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .packit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
upstream_package_name: daemon
downstream_package_name: daemon
specfile_path: daemon.spec

srpm_build_deps:
- tito
- gcc
- git-core
- make
- rpm-build

actions:
post-upstream-clone:
- mkdir out
- tito build --test --srpm --verbose --debug -o ./out --no-cleanup
create-archive:
- bash -c 'echo out/daemon-*.tar.*'
fix-spec-file:
- echo 'nothing to fix'

jobs:
- job: copr_build
trigger: pull_request
targets:
- centos-stream-8
- centos-stream-9
- fedora-all
- rhel-8
- rhel-9

0 comments on commit 92a159f

Please sign in to comment.