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.
8 lines
277 B
YAML
8 lines
277 B
YAML
# 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
|