add packit config

packit is a service for continous delivery into Fedora repositories. It
should help us synchronize upstream repository on Github with downstream
repository on src.fedoraproject.org.
This commit is contained in:
Martin Sehnoutka 2019-07-31 11:50:19 +02:00 committed by Tom Gundersen
parent faaa5ffa10
commit a095eb01c3

8
.packit.yaml Normal file
View file

@ -0,0 +1,8 @@
# we have the specfile in the root of our repository
specfile_path: osbuild.spec
# when doing an update in Fedora, we want to copy the spec file and the config file
synced_files:
- osbuild.spec
- .packit.yaml
upstream_project_name: osbuild
downstream_package_name: osbuild