Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .packit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
specfile_path: tlog.spec
synced_files:
- tlog.spec
- .packit.yml
upstream_package_name: tlog
downstream_package_name: tlog
actions:
post-upstream-clone:
- autoreconf -if
- ./configure --prefix=/usr --sysconfdir=/etc
get-current-version:
- git describe --abbrev=0
create-archive:
- make dist
# packit needs this to know that tarball path
- bash -c 'ls -1 ./tlog*.tar.gz'
jobs:
- job: copr_build
trigger: pull_request
metadata:
targets:
- fedora-29-x86_64
- fedora-30-x86_64
- fedora-rawhide-x86_64