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 "MNCC <-> SIP bridge".
The branch, master has been updated
via e4bd8d42e98cadab453f6a20c4b395c56e713ed8 (commit)
from 5be504489590fc5f969c269bdad7b9c268c3cb81 (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-sip-connector/commit/?id=e4bd8d42e98cadab453f6…
commit e4bd8d42e98cadab453f6a20c4b395c56e713ed8
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 25 08:41:19 2016 +0200
jenkins: Make it find the libosmocore library as well
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via 5be504489590fc5f969c269bdad7b9c268c3cb81 (commit)
from 5f4c6f3a0420029c66776ab703315628d547f91b (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-sip-connector/commit/?id=5be504489590fc5f969c2…
commit 5be504489590fc5f969c269bdad7b9c268c3cb81
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Apr 24 22:35:13 2016 +0200
jenkins: Use separate check invocation tor un the tests
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via 5f4c6f3a0420029c66776ab703315628d547f91b (commit)
from e932949ac05fdc6e9805dca681e67f1b76fbd9a0 (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-sip-connector/commit/?id=5f4c6f3a0420029c66776…
commit 5f4c6f3a0420029c66776ab703315628d547f91b
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Apr 24 22:32:49 2016 +0200
jenkins: Try to enable the vty tests as well
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via e932949ac05fdc6e9805dca681e67f1b76fbd9a0 (commit)
from f896df6b8ed6b3751086d36e9738a143365f968c (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-sip-connector/commit/?id=e932949ac05fdc6e9805d…
commit e932949ac05fdc6e9805dca681e67f1b76fbd9a0
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Apr 24 22:30:26 2016 +0200
distcheck: Package the logging.h file as well
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via f896df6b8ed6b3751086d36e9738a143365f968c (commit)
from 9a333be20be5715993c9a6d4f14bd9826d0a30de (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-sip-connector/commit/?id=f896df6b8ed6b3751086d…
commit f896df6b8ed6b3751086d36e9738a143365f968c
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Apr 24 22:24:44 2016 +0200
distcheck/tests: Add the referenced osmoappdesc.py for testing
distcheck fails because the file is not present. Write it out to
get our standard vty checking to work. Add simple Makefile and
call it.
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
configure.ac | 20 ++++++++++++++++++++
osmoappdesc.py | 29 +++++++++++++++++++++++++++++
tests/Makefile.am | 11 +++++++++++
4 files changed, 61 insertions(+), 1 deletion(-)
create mode 100644 osmoappdesc.py
create mode 100644 tests/Makefile.am
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via 9a333be20be5715993c9a6d4f14bd9826d0a30de (commit)
from d1c11b1e976532b23321a44a48606e7a78685a38 (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-sip-connector/commit/?id=9a333be20be5715993c9a…
commit 9a333be20be5715993c9a6d4f14bd9826d0a30de
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Apr 24 21:58:07 2016 +0200
jenkins: Add first CI script for the SIP connector
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100755 contrib/jenkins.sh
hooks/post-receive
--
MNCC <-> SIP bridge
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 7d004a1d69acc09707860334ccdfcf71604206be (commit)
from c63ed3f7c6e29720da3e0fed3c94a4569d8e6c71 (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=7d004a1d69acc09707860334ccdf…
commit 7d004a1d69acc09707860334ccdfcf71604206be
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Apr 24 20:56:55 2016 +0200
doxygen: Remove the tag file on uninstall as well
Hopefully last patch:
ERROR: files left in build directory after distclean:
./doc/libosmocore.tag
./doc/libosmovty.tag
./doc/libosmogsm.tag
./doc/libosmocodec.tag
Makefile:800: recipe for target 'distcleancheck' failed
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via c63ed3f7c6e29720da3e0fed3c94a4569d8e6c71 (commit)
from faaf2528b11653c955d649341fe2eebea6cfa128 (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=c63ed3f7c6e29720da3e0fed3c94…
commit c63ed3f7c6e29720da3e0fed3c94a4569d8e6c71
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Apr 24 20:30:14 2016 +0200
doxygen: Next try to fix the uninstall handling
Use /* to remove the files
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via faaf2528b11653c955d649341fe2eebea6cfa128 (commit)
from 936151bbffc6a06124dac7252a5bf183f89581ea (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=faaf2528b11653c955d649341fe2…
commit faaf2528b11653c955d649341fe2eebea6cfa128
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Apr 24 20:16:41 2016 +0200
doxygen: Try to uninstall the search files as well
Try to fix this by putting the search directory first as I don't
know how to pass -r to the RM command.
rm -f doc/{core,gsm,vty,codec}/{html,latex}/* doc/html.tar doc/{core,gsm,vty,codec}/doxygen_sqlite3.db
rm: cannot remove ‘doc/core/html/search’: Is a directory
rm: cannot remove ‘doc/gsm/html/search’: Is a directory
rm: cannot remove ‘doc/vty/html/search’: Is a directory
rm: cannot remove ‘doc/codec/html/search’: Is a directory
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 936151bbffc6a06124dac7252a5bf183f89581ea (commit)
from 610ef99e6d66cd36fbee712c744c4cc71f08844f (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=936151bbffc6a06124dac7252a5b…
commit 936151bbffc6a06124dac7252a5bf183f89581ea
Author: Max <msuraev(a)sysmocom.de>
Date: Sun Apr 24 12:01:03 2016 +0200
Add static lib to -dev .deb package
According to https://www.debian.org/doc/debian-policy/ch-sharedlibs.html
and http://packaging.ubuntu.com/html/libraries.html that's where it
belongs.
-----------------------------------------------------------------------
Summary of changes:
debian/libosmocore-dev.install | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications