osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/40430?usp=email )
Change subject: OBS: let meta package depend on osmocom-keyring
......................................................................
OBS: let meta package depend on osmocom-keyring
Let the meta package (osmocom-latest, osmocom-nightly etc.) depend on
osmocom-keyring. This means that after the user has enabled any of the
official Osmocom OBS repositories and installs a package from there, the
osmocom-keyring package will get installed as well, which results in
having an up-to-date /usr/share/osmocom-keyring/osmocom.asc.
Change-Id: Id4d213f355338b39a9ec5ccffc16179f6e472102
---
M scripts/obs/lib/config.py
M scripts/obs/lib/metapkg.py
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
fixeria: Looks good to me, approved
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
diff --git a/scripts/obs/lib/config.py b/scripts/obs/lib/config.py
index 1a22f23..7d6b9e0 100644
--- a/scripts/obs/lib/config.py
+++ b/scripts/obs/lib/config.py
@@ -170,4 +170,4 @@
check_new_distros_version_regex = re.compile(r'[0-9.]+$')
# Version of the osmocom-latest / osmocom-nightly etc. meta package
-meta_package_version = "1.0.0"
+meta_package_version = "1.1.0"
diff --git a/scripts/obs/lib/metapkg.py b/scripts/obs/lib/metapkg.py
index b60e2f2..4b67db2 100644
--- a/scripts/obs/lib/metapkg.py
+++ b/scripts/obs/lib/metapkg.py
@@ -39,7 +39,7 @@
f.write("Standards-Version: 3.9.8\n")
f.write("\n")
f.write(f"Package: {pkgname}\n")
- f.write("Depends: ${misc:Depends}\n")
+ f.write("Depends: osmocom-keyring ${misc:Depends}\n")
f.write("Architecture: any\n")
f.write(f"Conflicts: {', '.join(conflicts)}\n")
f.write(f"Description: Dummy package, conflicts with {conflicts}\n")
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/40430?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Id4d213f355338b39a9ec5ccffc16179f6e472102
Gerrit-Change-Number: 40430
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Attention is currently required from: pespin.
osmith has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ci/+/40431?usp=email )
Change subject: jobs/reminder-extend-obs-key: new job
......................................................................
Patch Set 1:
(1 comment)
File jobs/reminder-extend-obs-key.yml:
https://gerrit.osmocom.org/c/osmo-ci/+/40431/comment/9b14a0c5_b5fdc625?usp=… :
PS1, Line 35: - timed: "@daily"
> maybe weekly/monthly may be enough?
This is a very lightweight job, so running it daily should not be a problem. The advantage is that if it fails, we get daily reminders until we fix it. IMHO that is much more appropriate than only weekly/monthly reminders.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/40431?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I934282efbe1fe3bd86813ad53df38ef79575bf8d
Gerrit-Change-Number: 40431
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 05 Jun 2025 08:40:34 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Attention is currently required from: osmith.
fixeria has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ci/+/40430?usp=email )
Change subject: OBS: let meta package depend on osmocom-keyring
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/40430?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Id4d213f355338b39a9ec5ccffc16179f6e472102
Gerrit-Change-Number: 40430
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 04 Jun 2025 20:22:09 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: osmith.
fixeria has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ci/+/40428?usp=email )
Change subject: OBS: add the new osmocom-keyring package
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/40428?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I370b4fa0c6f7e8a925b1ddd7c1c47980a8f4fea2
Gerrit-Change-Number: 40428
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 04 Jun 2025 20:19:15 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes