Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30816 )
Change subject: mobile: gapk_io_init_ms(): fix 'phy_fmt' may be used uninitialized
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/30816
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I193de6e0e831aa4201f5edec80e40abc43f4a861
Gerrit-Change-Number: 30816
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 02 Jan 2023 15:49:24 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30819 )
Change subject: contrib/jenkins.sh: make use of $PARALLEL_MAKE
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/30819
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I371a8dca6d992622d005d8c9d84eaaad6f3c7372
Gerrit-Change-Number: 30819
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 02 Jan 2023 15:49:08 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30818 )
Change subject: contrib/jenkins.sh: also run distcheck for trxcon and virt_phy
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/30818
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I5664806df4051694a5ce705420cd574f7a7da531
Gerrit-Change-Number: 30818
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 02 Jan 2023 15:48:52 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: fixeria.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmocom-bb/+/30820
to look at the new patch set (#2).
Change subject: contrib/jenkins.sh: build some sub-projects with --enable-werror
......................................................................
contrib/jenkins.sh: build some sub-projects with --enable-werror
Change-Id: I8976ba3c52a3b4a47c98b9e6e85c7b9dcef4575a
---
M contrib/jenkins.sh
1 file changed, 4 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/20/30820/2
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/30820
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I8976ba3c52a3b4a47c98b9e6e85c7b9dcef4575a
Gerrit-Change-Number: 30820
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newpatchset
fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30818 )
Change subject: contrib/jenkins.sh: also run distcheck for trxcon and virt_phy
......................................................................
contrib/jenkins.sh: also run distcheck for trxcon and virt_phy
Change-Id: I5664806df4051694a5ce705420cd574f7a7da531
---
M contrib/jenkins.sh
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/18/30818/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 2758f4e..4374229 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -36,7 +36,7 @@
# building those sub-projects where 'distcheck' is known-working
-for dir in gprsdecode layer23; do
+for dir in gprsdecode layer23 trxcon virt_phy; do
cd $base/src/host/$dir
autoreconf -fi
./configure
@@ -44,7 +44,7 @@
done
# TODO: make sure 'distcheck' passes also for these
-for dir in gsmmap osmocon trxcon virt_phy; do
+for dir in gsmmap osmocon; do
cd $base/src/host/$dir
autoreconf -fi
./configure
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/30818
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I5664806df4051694a5ce705420cd574f7a7da531
Gerrit-Change-Number: 30818
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange