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 "Osmocom fork of the Open SMPP 3.4 library". The branch, master has been updated via 882a759818f2c274e3ff6370e40d2e4621fd6ce0 (commit) via f824d867182701acd2febdfe2bf05f3049f7e577 (commit) from 4db6fabf66a072df4e91e9baef9a36fd33d5c58c (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/libsmpp34/commit/?id=882a759818f2c274e3ff6370e40d2e4621fd6ce0 commit 882a759818f2c274e3ff6370e40d2e4621fd6ce0 Author: Martin Hauke <mardnh at gmx.de> Date: Sun Feb 11 10:27:13 2018 +0100 jenkins: Enable parallel build and distcheck Change-Id: Id41fbcb5a96093eb6c3dc00bcacbd379111ada70 http://cgit.osmocom.org/libsmpp34/commit/?id=f824d867182701acd2febdfe2bf05f3049f7e577 commit f824d867182701acd2febdfe2bf05f3049f7e577 Author: Martin Hauke <mardnh at gmx.de> Date: Sun Feb 11 10:25:56 2018 +0100 binaries/Makefile.am: Fix parallel build issue This change fixes a parallel building problem, when submit_multi_resp_test was being compiled before its libsmpp34 dependency: make[2]: *** No rule to make target '../binaries/libsmpp34.la', needed by 'submit_multi_resp_test'. Stop. make[2]: *** Waiting for unfinished jobs.... For some reason, automake ignores a dependency if the full path is provided: $(top_builddir)/binaries/libsmpp34.la while the relative path solves the problem: libsmpp34.la Change-Id: I5a9d7dbd7b992d322ed0d852ebf8ca2252b51a12 ----------------------------------------------------------------------- Summary of changes: binaries/Makefile.am | 2 +- contrib/jenkins.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- Osmocom fork of the Open SMPP 3.4 library