From 286b785af73441dbf6e24ebf9eef594cf775e472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Thu, 30 Nov 2023 12:31:09 +0100 Subject: [PATCH] Packit: make COPR builds for new releases in a dedicated project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a new Packit "copr_build" job, which will build new upstream releases in a dedicated COPR project "osbuild-stable". This will allow people to consume stable builds of osbuild ASAP (including some sub-packages on CS which are not part of the official distro builds). Signed-off-by: Tomáš Hozza --- .packit.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index 9bb4ebe6..295cd6a7 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -43,6 +43,11 @@ jobs: branch: main owner: "@osbuild" # copr repo namespace project: osbuild # copr repo name so you can consume the builds +- <<: *copr + trigger: release + branch: main + owner: "@osbuild" # copr repo namespace + project: osbuild-stable # copr repo name so you can consume the builds - job: propose_downstream trigger: release dist_git_branches: