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 40d8b01deae185a3f043c242842e254ae67a42c2 (commit)
from 7f8c3010058ae6d0cda8f651931068195af8a19b (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-hlr/commit/?id=40d8b01deae185a3f043c242842e254…
commit 40d8b01deae185a3f043c242842e254ae67a42c2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Dec 11 00:27:48 2016 +0100
build with autoconf/automake, add jenkins.sh script
Add configure.ac and Makefile.ams to build with
autoreconf && ./configure && make
like most other Osmocom projects.
Add jenkins.sh for a gerrit build job to verify patches.
Change-Id: I6b4419dd519f3d0a75235d0c22bf899f075347a3
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 22 +++++++-
Makefile.am | 16 ++++++
configure.ac | 50 ++++++++++++++++++
contrib/jenkins.sh | 32 ++++++++++++
git-version-gen | 151 +++++++++++++++++++++++++++++++++++++++++++++++++++++
sql/Makefile.am | 4 ++
src/Makefile | 18 -------
src/Makefile.am | 61 ++++++++++++++++++++++
8 files changed, 335 insertions(+), 19 deletions(-)
create mode 100644 Makefile.am
create mode 100644 configure.ac
create mode 100755 contrib/jenkins.sh
create mode 100755 git-version-gen
create mode 100644 sql/Makefile.am
delete mode 100644 src/Makefile
create mode 100644 src/Makefile.am
hooks/post-receive
--
UNNAMED PROJECT