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:
parent
faaa5ffa10
commit
a095eb01c3
1 changed files with 8 additions and 0 deletions
8
.packit.yaml
Normal file
8
.packit.yaml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue