Skip to content

Commit

Permalink
Publish main versions of qubesome to OBS (#17)
Browse files Browse the repository at this point in the history
A new long standing [OBS
project](https://build.opensuse.org/package/show/home:pjbgf:devel:languages:go:unstable/qubesome)
was created to host packages from the latest version of `main`. Those
will be created on every `push` to `main` automatically via OBS
integration.
  • Loading branch information
pjbgf authored Nov 27, 2024
2 parents ad807db + 78e9241 commit 259e3f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .obs/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ version: '1.1'
testbuild:
steps:
- branch_package:
source_project: home:pjbgf:branches:devel:languages:go
source_project: home:pjbgf:devel:languages:go:unstable
source_package: qubesome
target_project: home:pjbgf:ci:devel:languages:go
target_project: home:pjbgf:ci
add_repositories: disable
- configure_repositories:
project: home:pjbgf:ci:devel:languages:go
project: home:pjbgf:ci
repositories:
- name: openSUSE_Factory
paths:
- target_project: home:pjbgf:branches:devel:languages:go
- target_project: home:pjbgf:devel:languages:go:unstable
target_repository: openSUSE_Factory
architectures:
- x86_64
Expand All @@ -22,7 +22,7 @@ testbuild:
rebuild:
steps:
- trigger_services:
project: home:pjbgf:branches:devel:languages:go
project: home:pjbgf:devel:languages:go:unstable
package: qubesome
filters:
event: push
Expand Down

0 comments on commit 259e3f9

Please sign in to comment.