From f47a47a757695775940cee3a6a435081491cc565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= Date: Wed, 12 Jul 2023 11:41:28 +0200 Subject: [PATCH] Add .packit.yaml --- .packit.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..176ce7a --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,17 @@ +upstream_package_name: go +downstream_package_name: golang +upstream_project_url: https://github.com/golang/go +specfile_path: golang.spec +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + - fedora-stable + + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-rawhide + - fedora-stable +