Skip to content

Commit

Permalink
Merge pull request #282 from bostjan/refresh-opensuse-versions
Browse files Browse the repository at this point in the history
Refresh openSUSE versions
  • Loading branch information
bostjan authored Oct 24, 2024
2 parents c251b6e + a4ffa52 commit 1f19149
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-qa-os-matrix-large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
- ciready/debian:bookworm-ci-c
- ciready/debian:sid-ci-c

- ciready/opensuse:leap-15.4-ci-c
- ciready/opensuse:leap-15.5-ci-c
- ciready/opensuse:leap-15.6-ci-c
- ciready/opensuse:tumbleweed-latest-ci-c

- ciready/ubuntu:20.04-ci-c
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-qa-os-matrix-small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- ciready/debian:bookworm-ci-c
- ciready/debian:sid-ci-c

- ciready/opensuse:leap-15.4-ci-c
- ciready/opensuse:leap-15.6-ci-c

- ciready/ubuntu:24.04-ci-c
- ciready/ubuntu:rolling-ci-c
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-qa-os-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- debian:bookworm
- debian:sid

- opensuse/leap:15.4
- opensuse/leap:15.5
- opensuse/leap:15.6
- opensuse/tumbleweed:latest

- ubuntu:20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packaging-qa-os-matrix-large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
- ciready/debian:bullseye-ci-c
- ciready/debian:bookworm-ci-c

- ciready/opensuse:leap-15.4-ci-c
- ciready/opensuse:leap-15.5-ci-c
- ciready/opensuse:leap-15.6-ci-c

- ciready/ubuntu:20.04-ci-c
- ciready/ubuntu:22.04-ci-c
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-native-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- ciready/debian:bullseye-ci-c
- ciready/debian:bookworm-ci-c

- ciready/opensuse:leap-15.4-ci-c
- ciready/opensuse:leap-15.5-ci-c
- ciready/opensuse:leap-15.6-ci-c

- ciready/ubuntu:20.04-ci-c
- ciready/ubuntu:22.04-ci-c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- debian:bullseye
- debian:bookworm

- opensuse/leap:15.4
- opensuse/leap:15.5
- opensuse/leap:15.6

- ubuntu:20.04
- ubuntu:22.04
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- debian:bookworm
- debian:sid

- opensuse/leap:15.4
- opensuse/leap:15.5
- opensuse/leap:15.6
- opensuse/tumbleweed:latest

- ubuntu:20.04
Expand Down
4 changes: 2 additions & 2 deletions dev-tools/install-packaging-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ BOOTSTRAP_GIT_REPO_REQUIRED="false"

### Definitions
#
PACKAGE_NAMES_ARCH="pacman openssh"
PACKAGE_NAMES_ARCH="pacman openssh"
PACKAGE_NAMES_DEBIAN="debhelper apt-utils gnupg"
PACKAGE_NAMES_REDHAT="rpm-build createrepo rpm-sign gnupg2"
PACKAGE_NAMES_SUSE="rpm-build createrepo_c gpg2"
PACKAGE_NAMES_SUSE="rpm-build createrepo_c gpg2 openssh-clients"



Expand Down
8 changes: 4 additions & 4 deletions doc/install-from-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,19 +146,19 @@ apt install snoopy

List of supported openSUSE Leap versions [here](https://github.com/a2o/snoopy-packages/tree/master/repo/opensuse-leap).

openSUSE Leap 15.5 [search-key:opensuse-leap-15.5]:
openSUSE Leap 15.6 [search-key:opensuse-leap-15.6]:
```shell
curl -o snoopy-packages-key.pub https://a2o.github.io/snoopy-packages/snoopy-packages-key.pub &&
rpm --import snoopy-packages-key.pub &&
zypper addrepo -n "Snoopy Upstream Stable Repository" -g -e https://a2o.github.io/snoopy-packages/repo/opensuse-leap/15.5/stable/ snoopy-stable &&
zypper addrepo -n "Snoopy Upstream Stable Repository" -g -e https://a2o.github.io/snoopy-packages/repo/opensuse-leap/15.6/stable/ snoopy-stable &&
zypper install snoopy
```

openSUSE Leap 15.4 [search-key:opensuse-leap-15.4]:
openSUSE Leap 15.5 [search-key:opensuse-leap-15.5]:
```shell
curl -o snoopy-packages-key.pub https://a2o.github.io/snoopy-packages/snoopy-packages-key.pub &&
rpm --import snoopy-packages-key.pub &&
zypper addrepo -n "Snoopy Upstream Stable Repository" -g -e https://a2o.github.io/snoopy-packages/repo/opensuse-leap/15.4/stable/ snoopy-stable &&
zypper addrepo -n "Snoopy Upstream Stable Repository" -g -e https://a2o.github.io/snoopy-packages/repo/opensuse-leap/15.5/stable/ snoopy-stable &&
zypper install snoopy
```

Expand Down

0 comments on commit 1f19149

Please sign in to comment.