This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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 d4089f4b072c06610c3301516de86e1ee401e125 (commit)
from d78c973cd89fc7c119573357cfbebb891dbc697a (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=d4089f4b072c06610c3301516de86e1ee401e125
commit d4089f4b072c06610c3301516de86e1ee401e125
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date: Tue Mar 7 22:21:35 2017 +0100
jenkins: also test build in separate dir
To make sure that new patches don't break a build done in another dir than
srcdir, make jenkins verify that it still works.
Even though 'make distcheck' also tests a build from a separate dir, this does
not verify that BUILT_SOURCES are generated properly. If these already exist in
the source tree from a previous 'make' issued in the source tree, the
BUILT_SOURCES are not regenerated during 'make distcheck'. Hence a separate
test run is necessary to ensure stability of new patches.
Change-Id: I4b31538c155941fd241bcd33b0d39f2f8491ac1e
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 12 ++++++++++++
1 file changed, 12 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications