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 A-bis protcol interface library".
The branch, master has been updated
via e2d33bf02d66032648a023aa570e03e4d6ad7179 (commit)
from d3c81da3985c87ca37f8dc4202838dd12879658b (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/libosmo-abis/commit/?id=e2d33bf02d66032648a023aa570…
commit e2d33bf02d66032648a023aa570e03e4d6ad7179
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 00:44:19 2017 +0100
vty: skip installing cmds now always installed by default
vty_install_default() and install_default() will soon be deprecated.
Depends: I5021c64a787b63314e0f2f1cba0b8fc7bff4f09b
Change-Id: I7771131a27d0b7ad0397715ceb3be035062bc010
-----------------------------------------------------------------------
Summary of changes:
src/e1_input_vty.c | 1 -
src/ipa_proxy.c | 1 -
2 files changed, 2 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol interface library
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 38a49f62760a832dcc15c7a47e1c678402ea02da (commit)
from ba1059c173ac8f4845464c4f91d1890898f729a0 (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=38a49f62760a832dcc15c7a47e1c…
commit 38a49f62760a832dcc15c7a47e1c678402ea02da
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Oct 30 13:55:37 2017 +0100
utils: move linked libraries into common variable
Change-Id: I54f4e439cc232d926b42ddba9648d4f5e7487c3e
-----------------------------------------------------------------------
Summary of changes:
utils/Makefile.am | 5 ++---
1 file changed, 2 insertions(+), 3 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 64c82cdeafe65aa706f8779da5ff17033b0ffe97 (commit)
from d75358317749064a519f30cdd9d496b666dd5552 (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=64c82cdeafe65aa706f8779da5ff1703…
commit 64c82cdeafe65aa706f8779da5ff17033b0ffe97
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Oct 29 13:26:24 2017 +0100
gerrit-verifications.yml: Remove FreeBSD_amd64 builds
In early September we asked on the public mailing list if there are
any users of the FreeBSD builds, and there was no response at all.
Let's disable the build testing on FreeBSD. This will significantly
speed up our build testing, as well as pave the way for a more
comprehensive docker/containerization of build testing.
We're still extremely happy to merge any patches for support of
FreeBSD or other operating systems. But the core Osmocom developers
will not perform related testing / porting.
Change-Id: I2c6d2a17c3cf9d8c78c3675995493e30cbc6be0d
-----------------------------------------------------------------------
Summary of changes:
jobs/gerrit-verifications.yml | 32 +++++++++-----------------------
1 file changed, 9 insertions(+), 23 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via ba1059c173ac8f4845464c4f91d1890898f729a0 (commit)
from d9abb0a70869bdf4546d9cd0de39461773a1638f (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=ba1059c173ac8f4845464c4f91d1…
commit ba1059c173ac8f4845464c4f91d1890898f729a0
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Oct 30 13:19:58 2017 +0100
Move additional libraries to appropriate place
According to
https://www.gnu.org/software/automake/manual/automake.html#Libtool-Flags
the libraries supposed to be added to *_LDADD or *_LIBADD
while *_LDFLAGS should contain additional libtool linking
flags. Previously we used both. Let's unify this and move all the
libraries into proper automake variable. While at it - also add
libosmocore.la for tests to LDADD since all the tests link against it
anyway.
Change-Id: Ia657a66db75df831421af5df1175a992da5ba80f
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 6 ++--
src/ctrl/Makefile.am | 4 +--
src/gb/Makefile.am | 4 +--
src/gsm/Makefile.am | 4 +--
src/sim/Makefile.am | 2 +-
src/vty/Makefile.am | 4 +--
tests/Makefile.am | 82 ++++++++++++++++++++++------------------------------
7 files changed, 46 insertions(+), 60 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 d75358317749064a519f30cdd9d496b666dd5552 (commit)
from 068ed25a2a4a0357d5736883fdd439e0bf5f5764 (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=d75358317749064a519f30cdd9d496b6…
commit d75358317749064a519f30cdd9d496b666dd5552
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 01:39:12 2017 +0100
jobs: gerrit: make all docker builds concurrent
The point of using docker is to allow concurrent builds, hence set 'concurrent:
true' for all jobs using docker.
Change-Id: I6333ee2856cbeb0cc3eb14c381ac8faf838c5f97
-----------------------------------------------------------------------
Summary of changes:
jobs/gerrit-verifications.yml | 5 +++++
1 file changed, 5 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 068ed25a2a4a0357d5736883fdd439e0bf5f5764 (commit)
via fb06801fee6c1f04913adf2ba7bf6a14f8089fb3 (commit)
from c758c4e1d4fa04feac0aa1aeec49218dc5d9240e (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=068ed25a2a4a0357d5736883fdd439e0…
commit 068ed25a2a4a0357d5736883fdd439e0bf5f5764
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 01:34:24 2017 +0100
jobs: README: better explain newlines curiosity and update behavior
Change-Id: I9707091a4dcfc65bd378fab02bf24692debb60ed
http://cgit.osmocom.org/osmo-ci/commit/?id=fb06801fee6c1f04913adf2ba7bf6a14…
commit fb06801fee6c1f04913adf2ba7bf6a14f8089fb3
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 01:26:29 2017 +0100
jobs: gerrit: fix missing indents in 4 jobs
fixed in osmo-bsc, osmo-mgw, osmo-sgsn, cellmgr-ng:
Spanning a single shell command across several lines with backslashes in the
end breaks when the newlines are not preserved: the backslashes escape a
following space, which is joined to the following cmdline arg.
Add the leading less-indented comments that curiously lead to preserving the
newline characters in the cmd sections.
Change-Id: Icfd6cfb7ca4172795620e1d7ee60610db4f7226b
-----------------------------------------------------------------------
Summary of changes:
jobs/README.adoc | 11 +++++++----
jobs/gerrit-verifications.yml | 4 ++++
2 files changed, 11 insertions(+), 4 deletions(-)
hooks/post-receive
--
CI scripts