This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via f37fcc9c7bc3d262bd513cb8ba61f4283d6acb97 (commit)
via e91723a9672e8513dd4f76be706d2d312bc1db27 (commit)
from e81347f21687642cfd222e59b4402c78c6b5c398 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=f37fcc9c7bc3d262bd513cb8ba61f42…
commit f37fcc9c7bc3d262bd513cb8ba61f4283d6acb97
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jan 19 15:19:57 2018 +0100
fix build: tests/sysmobts: add missing -I$(SYSMOBTS_INCDIR)
Change-Id: I5427d614c6301b897ad32adbecd98ce5ebec6f66
http://cgit.osmocom.org/osmo-bts/commit/?id=e91723a9672e8513dd4f76be706d2d3…
commit e91723a9672e8513dd4f76be706d2d312bc1db27
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 18 15:42:49 2018 +0100
fix build: tests/misc: missing libosmo-abis and -trau flags
Add missing LIBOSMOABIS_CFLAGS and LIBOSMOTRAU_CFLAGS.
Pair the _LIBS below the _CFLAGS in LDADD above (cosmetic).
Fixes the stow-enabled jenkins builds are currently failing like below:
In file included from ../../include/osmo-bts/gsm_data.h:136:0,
from ../../include/osmo-bts/bts.h:4,
from misc_test.c:23:
../../include/osmo-bts/gsm_data_shared.h:21:35: fatal error: osmocom/abis/e1_input.h: No such file or directory
#include <osmocom/abis/e1_input.h>
Change-Id: I94ea8bad8b410550f72ee6a0408f42f6bd8b6cac
-----------------------------------------------------------------------
Summary of changes:
tests/misc/Makefile.am | 8 +++++---
tests/sysmobts/Makefile.am | 2 +-
2 files changed, 6 insertions(+), 4 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via e81347f21687642cfd222e59b4402c78c6b5c398 (commit)
from d1f0a7e927a0915906d13e26c9bbcfd74582d731 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=e81347f21687642cfd222e59b4402c7…
commit e81347f21687642cfd222e59b4402c78c6b5c398
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 18 15:39:52 2018 +0100
Allow specifying sysmocom headers explicitly
Add configure option --with-sysmobts=$INCDIR (like for LC1.5).
Use to fix the jenkins build to fix the build after migration to stow, where we
can no longer use a commin -I to include the sysmobts headers as well.
Tweaked-by: neels
Change-Id: I0416a9f4c428189cd9c3909c8bd016ca2908128a
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 17 +++++++++++++++++
contrib/jenkins_sysmobts.sh | 2 +-
src/osmo-bts-sysmo/Makefile.am | 2 +-
3 files changed, 19 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CI scripts".
The branch, master has been updated
via 8bd700d33d7a27d42dfb2f5d5c5542d3d76d8657 (commit)
from 5dbe9a4617b136337fb1c5473ea4af8e7798ea0a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-ci/commit/?id=8bd700d33d7a27d42dfb2f5d5c5542d3…
commit 8bd700d33d7a27d42dfb2f5d5c5542d3d76d8657
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jan 19 05:23:37 2018 +0100
jobs: master: also trigger once per day
Recently we had changes to osmo-ci, and I noticed that although some master
builds were broken by that, the builds were still showing success -- of twenty
days ago.
Run each master build at least once a day to indicate odd side effect failure
sooner.
Change-Id: I126de2bab3db22cb693b0fa665f6579de9238fdf
-----------------------------------------------------------------------
Summary of changes:
jobs/master-builds.yml | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CI scripts
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via d1f0a7e927a0915906d13e26c9bbcfd74582d731 (commit)
from bef6eae05b959b2ce395b3f949675d2a93053f0d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=d1f0a7e927a0915906d13e26c9bbcfd…
commit d1f0a7e927a0915906d13e26c9bbcfd74582d731
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jan 16 13:51:43 2018 +0100
jenkins_common.sh: fix build_bts distcheck for more than one conf_flag
Passing configure flags in DISTCHECK_CONFIGURE_FLAGS requires enclosing all
flags in quotes. Currently we seem to have no callers with more than one
configure flag, so we were lucky not to break there.
Change-Id: I37bc517a30d00c744eddc8565a0a8181cb3b2cdb
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins_common.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via c4759885d7c2aedf310739d9a2420ae1d67a0338 (commit)
from 23d3161d4bbe80da13bf3e7afb64242dc8b7236c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=c4759885d7c2aedf310739d9a242…
commit c4759885d7c2aedf310739d9a2420ae1d67a0338
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jan 16 02:10:48 2018 +0100
cosmetic: logging: if color is disabled, don't print ""
If color output is disabled, skip the empty snprintf() to (not) clear the ANSI
color.
Also, no need to use a format string of "%s", just pass the string constant
directly.
That is a micro optimisation as well as clarification of the code.
Change-Id: Ie7cb06de160830d2f8ee5718246c0fe311f68d49
-----------------------------------------------------------------------
Summary of changes:
src/logging.c | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CI scripts".
The branch, master has been updated
via 5dbe9a4617b136337fb1c5473ea4af8e7798ea0a (commit)
from a28b789022032b4aece18136abbfe36a5d209e7f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-ci/commit/?id=5dbe9a4617b136337fb1c5473ea4af8e…
commit 5dbe9a4617b136337fb1c5473ea4af8e7798ea0a
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 17 16:22:17 2018 +0100
Don't run OsmoPCU tests in parallel
The vty and ctrl tests are enabled by default and are run on hard-coded
ports. This causes some builds to fail when run in parallel.
Change-Id: I23d5b75825a667e4f043d16a12b841cd8f01af5e
-----------------------------------------------------------------------
Summary of changes:
jobs/gerrit-verifications.yml | 1 +
jobs/master-builds.yml | 1 +
2 files changed, 2 insertions(+)
hooks/post-receive
--
CI scripts
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CI scripts".
The branch, master has been updated
via a28b789022032b4aece18136abbfe36a5d209e7f (commit)
from 595ea2df169b252fb44e2322bf307aa08002c041 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-ci/commit/?id=a28b789022032b4aece18136abbfe36a…
commit a28b789022032b4aece18136abbfe36a5d209e7f
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 17 14:56:36 2018 +0100
Install pip tool into containers
The pip(2|3) tool is the officially recommended tool to deal with Python
packages [1] with much greater flexibility compared to invoking setup.py
directly. As a preparation step for using it to install
osmo-python-tests let's add it to container images.
[1] https://packaging.python.org/guides/tool-recommendations/
Change-Id: If2702c71cd268ca688e9ecc264f8cd1257c27899
-----------------------------------------------------------------------
Summary of changes:
docker/Dockerfile.deb8_amd64 | 2 +-
docker/Dockerfile.deb8_i386 | 2 +-
docker/Dockerfile_osmocom_jenkins.amd64 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
CI scripts
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via d81b3bf36094320b90dba3d93c3e76bc9bb92959 (commit)
from 4cb6e04914d7d66b3debdfb4e62ff64d8613deff (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=d81b3bf36094320b90dba3d93c3e76b…
commit d81b3bf36094320b90dba3d93c3e76bc9bb92959
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 15 11:28:40 2018 +0100
Set V_N and V_B to known initial state
Reset V_N and V_B in UL/DL window class constructors to make sure we
always start from known initial state.
Related: OS#1759
Change-Id: I8e14ffa913b49c5394229220de9165cdfaabdf19
Fixes: CID70468, CID70469.
-----------------------------------------------------------------------
Summary of changes:
src/rlc.h | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
UNNAMED PROJECT
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via 4cb6e04914d7d66b3debdfb4e62ff64d8613deff (commit)
from 2399b1dbfc33b15f64781e611923bc0866f7ccd1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=4cb6e04914d7d66b3debdfb4e62ff64…
commit 4cb6e04914d7d66b3debdfb4e62ff64d8613deff
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 17 16:14:59 2018 +0100
jenkins.sh: Disable building doxygen for deps
Don't clutter build logs with irrelevant output.
Change-Id: If1784baa519c10ab0ab3e600f373c27a6c8ae4c6
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
UNNAMED PROJECT