Packit: make COPR builds for new releases in a dedicated project
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 <thozza@redhat.com>
This commit is contained in:
parent
b225d1cf04
commit
286b785af7
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue