From a095eb01c39b9e87948ccfed0fa40b532ab35e79 Mon Sep 17 00:00:00 2001 From: Martin Sehnoutka Date: Wed, 31 Jul 2019 11:50:19 +0200 Subject: [PATCH] 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. --- .packit.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 00000000..1c6fc40c --- /dev/null +++ b/.packit.yaml @@ -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