Skip to content

Commit 5e52448

Browse files
Add Packit Integration
1 parent 7c18616 commit 5e52448

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.packit.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
specfile_path: tlog.spec
2+
synced_files:
3+
- tlog.spec
4+
- .packit.yml
5+
upstream_package_name: tlog
6+
downstream_package_name: tlog
7+
actions:
8+
post-upstream-clone:
9+
- autoreconf -if
10+
- ./configure --prefix=/usr --sysconfdir=/etc
11+
create_tarball_command: ["make", "dist"]
12+
current_version_command: ["git", "describe", "--abbrev=0"]
13+
jobs:
14+
- job: copr_build
15+
trigger: pull_request
16+
metadata:
17+
targets:
18+
- fedora-29-x86_64
19+
- fedora-30-x86_64
20+
- fedora-rawhide-x86_64

0 commit comments

Comments
 (0)