lists.osmocom.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2025
October
September
August
July
June
May
April
March
February
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
List overview
Download
gerrit-log
October 2025
----- 2025 -----
October 2025
September 2025
August 2025
July 2025
June 2025
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
gerrit-log@lists.osmocom.org
1 participants
559 discussions
Start a n
N
ew thread
[S] Change in libosmo-sigtran[master]: fix SCCP_MAX_OPTIONAL_DATA 128
by laforge
22 Oct '25
22 Oct '25
Attention is currently required from: neels, osmith, pespin. laforge has posted comments on this change by neels. (
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41192?usp=email
) Change subject: fix SCCP_MAX_OPTIONAL_DATA 128 ...................................................................... Patch Set 2: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41192?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: libosmo-sigtran Gerrit-Branch: master Gerrit-Change-Id: I841dbb2e8cbc13708ba7f5593f6bdd3b8da4329c Gerrit-Change-Number: 41192 Gerrit-PatchSet: 2 Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: osmith <osmith(a)sysmocom.de> Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Wed, 22 Oct 2025 09:08:15 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[XS] Change in osmo-ci[master]: scripts/reminder-extend-obs-key: fix typo
by osmith
22 Oct '25
22 Oct '25
osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/41239?usp=email
) Change subject: scripts/reminder-extend-obs-key: fix typo ...................................................................... scripts/reminder-extend-obs-key: fix typo One year is 365(.25) days, not 356. Fix that the alarm would have gone off 9 days later than expected. Change-Id: I8b46b6b18ce1dea01c5c6c0beb4f10e924f8e4bc --- M scripts/reminder-extend-obs-key.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified diff --git a/scripts/reminder-extend-obs-key.sh b/scripts/reminder-extend-obs-key.sh index 2eeebb0..2be25cf 100755 --- a/scripts/reminder-extend-obs-key.sh +++ b/scripts/reminder-extend-obs-key.sh @@ -10,7 +10,7 @@ EXPIRATION_DATE="$(gpg --show-keys public_key | grep -o 'expires: [0-9-]*' | cut -d ' ' -f2)" EXPIRATION_DATE_S="$(date -d "$EXPIRATION_DATE" +%s)" -ONE_YEAR_FROM_NOW="$(date -d "+356 days" +%Y-%m-%d)" +ONE_YEAR_FROM_NOW="$(date -d "+365 days" +%Y-%m-%d)" ONE_YEAR_FROM_NOW_S="$(date -d "$ONE_YEAR_FROM_NOW" +%s)" set +x -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/41239?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: I8b46b6b18ce1dea01c5c6c0beb4f10e924f8e4bc Gerrit-Change-Number: 41239 Gerrit-PatchSet: 2 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>
1
0
0
0
[XS] Change in osmo-ci[master]: scripts/reminder-extend-obs-key: fix typo
by fixeria
22 Oct '25
22 Oct '25
Attention is currently required from: osmith. fixeria has posted comments on this change by osmith. (
https://gerrit.osmocom.org/c/osmo-ci/+/41239?usp=email
) Change subject: scripts/reminder-extend-obs-key: fix typo ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/41239?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: I8b46b6b18ce1dea01c5c6c0beb4f10e924f8e4bc Gerrit-Change-Number: 41239 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Attention: osmith <osmith(a)sysmocom.de> Gerrit-Comment-Date: Wed, 22 Oct 2025 08:54:38 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[XS] Change in osmo-ci[master]: contrib/obs-mirror: add Raspbian_13
by osmith
22 Oct '25
22 Oct '25
osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/41238?usp=email
) Change subject: contrib/obs-mirror: add Raspbian_13 ...................................................................... contrib/obs-mirror: add Raspbian_13 Change-Id: I73e0dbb820935be2f2754a2e2b3e6b3bff409552 --- M contrib/obs-mirror/obs-mirror-include.txt 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved diff --git a/contrib/obs-mirror/obs-mirror-include.txt b/contrib/obs-mirror/obs-mirror-include.txt index 9665cb0..5031b57 100644 --- a/contrib/obs-mirror/obs-mirror-include.txt +++ b/contrib/obs-mirror/obs-mirror-include.txt @@ -4,6 +4,7 @@ latest/Debian_13 latest/Raspbian_11 latest/Raspbian_12 +latest/Raspbian_13 latest/xUbuntu_22.04 latest/xUbuntu_24.04 latest/xUbuntu_25.04 @@ -15,6 +16,7 @@ nightly/Debian_13 nightly/Raspbian_11 nightly/Raspbian_12 +nightly/Raspbian_13 nightly/xUbuntu_22.04 nightly/xUbuntu_24.04 nightly/xUbuntu_25.04 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/41238?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: I73e0dbb820935be2f2754a2e2b3e6b3bff409552 Gerrit-Change-Number: 41238 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>
1
0
0
0
[XS] Change in osmo-ci[master]: jobs/osmocom-obs-sync: add Raspbian:13
by osmith
22 Oct '25
22 Oct '25
osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/41237?usp=email
) Change subject: jobs/osmocom-obs-sync: add Raspbian:13 ...................................................................... jobs/osmocom-obs-sync: add Raspbian:13 Change-Id: Ib308d12cae2def42c3f1892f606e15c8aebfe140 --- M jobs/osmocom-obs-sync.yml 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved diff --git a/jobs/osmocom-obs-sync.yml b/jobs/osmocom-obs-sync.yml index 7110b02..146efa3 100644 --- a/jobs/osmocom-obs-sync.yml +++ b/jobs/osmocom-obs-sync.yml @@ -40,6 +40,7 @@ Raspbian:10 Raspbian:11 Raspbian:12 + Raspbian:13 Ubuntu:22.04 Ubuntu:24.04 Ubuntu:25.04 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/41237?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: Ib308d12cae2def42c3f1892f606e15c8aebfe140 Gerrit-Change-Number: 41237 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>
1
0
0
0
[XS] Change in osmo-ci[master]: jobs/osmocom-obs-sync: add Raspbian:13
by fixeria
22 Oct '25
22 Oct '25
Attention is currently required from: osmith. fixeria has posted comments on this change by osmith. (
https://gerrit.osmocom.org/c/osmo-ci/+/41237?usp=email
) Change subject: jobs/osmocom-obs-sync: add Raspbian:13 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/41237?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: Ib308d12cae2def42c3f1892f606e15c8aebfe140 Gerrit-Change-Number: 41237 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Attention: osmith <osmith(a)sysmocom.de> Gerrit-Comment-Date: Wed, 22 Oct 2025 08:47:51 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[XS] Change in osmo-ci[master]: contrib/obs-mirror: add Raspbian_13
by fixeria
22 Oct '25
22 Oct '25
Attention is currently required from: osmith. fixeria has posted comments on this change by osmith. (
https://gerrit.osmocom.org/c/osmo-ci/+/41238?usp=email
) Change subject: contrib/obs-mirror: add Raspbian_13 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/41238?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: I73e0dbb820935be2f2754a2e2b3e6b3bff409552 Gerrit-Change-Number: 41238 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Attention: osmith <osmith(a)sysmocom.de> Gerrit-Comment-Date: Wed, 22 Oct 2025 08:47:48 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[XS] Change in osmo-ci[master]: jobs/osmocom-obs-sync: add Raspbian:13
by fixeria
22 Oct '25
22 Oct '25
Attention is currently required from: osmith. fixeria has posted comments on this change by osmith. (
https://gerrit.osmocom.org/c/osmo-ci/+/41237?usp=email
) Change subject: jobs/osmocom-obs-sync: add Raspbian:13 ...................................................................... Patch Set 1: Code-Review+1 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/41237?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: Ib308d12cae2def42c3f1892f606e15c8aebfe140 Gerrit-Change-Number: 41237 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Attention: osmith <osmith(a)sysmocom.de> Gerrit-Comment-Date: Wed, 22 Oct 2025 08:47:40 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[XS] Change in osmo-ci[master]: scripts/reminder-extend-obs-key: fix typo
by osmith
22 Oct '25
22 Oct '25
osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/41239?usp=email
) Change subject: scripts/reminder-extend-obs-key: fix typo ...................................................................... scripts/reminder-extend-obs-key: fix typo One year is 365(.25) days, not 356. Fix that the alarm would have gone off 9 days later than expected. Change-Id: I8b46b6b18ce1dea01c5c6c0beb4f10e924f8e4bc --- M scripts/reminder-extend-obs-key.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/39/41239/1 diff --git a/scripts/reminder-extend-obs-key.sh b/scripts/reminder-extend-obs-key.sh index 2eeebb0..2be25cf 100755 --- a/scripts/reminder-extend-obs-key.sh +++ b/scripts/reminder-extend-obs-key.sh @@ -10,7 +10,7 @@ EXPIRATION_DATE="$(gpg --show-keys public_key | grep -o 'expires: [0-9-]*' | cut -d ' ' -f2)" EXPIRATION_DATE_S="$(date -d "$EXPIRATION_DATE" +%s)" -ONE_YEAR_FROM_NOW="$(date -d "+356 days" +%Y-%m-%d)" +ONE_YEAR_FROM_NOW="$(date -d "+365 days" +%Y-%m-%d)" ONE_YEAR_FROM_NOW_S="$(date -d "$ONE_YEAR_FROM_NOW" +%s)" set +x -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/41239?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I8b46b6b18ce1dea01c5c6c0beb4f10e924f8e4bc Gerrit-Change-Number: 41239 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de>
1
0
0
0
[XS] Change in osmo-ci[master]: contrib/obs-mirror: add Raspbian_13
by osmith
22 Oct '25
22 Oct '25
osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/41238?usp=email
) Change subject: contrib/obs-mirror: add Raspbian_13 ...................................................................... contrib/obs-mirror: add Raspbian_13 Change-Id: I73e0dbb820935be2f2754a2e2b3e6b3bff409552 --- M contrib/obs-mirror/obs-mirror-include.txt 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/38/41238/1 diff --git a/contrib/obs-mirror/obs-mirror-include.txt b/contrib/obs-mirror/obs-mirror-include.txt index 9665cb0..5031b57 100644 --- a/contrib/obs-mirror/obs-mirror-include.txt +++ b/contrib/obs-mirror/obs-mirror-include.txt @@ -4,6 +4,7 @@ latest/Debian_13 latest/Raspbian_11 latest/Raspbian_12 +latest/Raspbian_13 latest/xUbuntu_22.04 latest/xUbuntu_24.04 latest/xUbuntu_25.04 @@ -15,6 +16,7 @@ nightly/Debian_13 nightly/Raspbian_11 nightly/Raspbian_12 +nightly/Raspbian_13 nightly/xUbuntu_22.04 nightly/xUbuntu_24.04 nightly/xUbuntu_25.04 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/41238?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I73e0dbb820935be2f2754a2e2b3e6b3bff409552 Gerrit-Change-Number: 41238 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de>
1
0
0
0
← Newer
1
...
14
15
16
17
18
19
20
...
56
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Results per page:
10
25
50
100
200