osmo-iuh.git branch neels/distcheck updated. 5451dfdae4e15d15d7ecbd55314edbe3257c4564

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.org
Wed Sep 7 11:47:31 UTC 2016


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 code for Iuh interface".

The branch, neels/distcheck has been updated
  discards  66838e957ae2a595bd82895039d90ccf6afe8aa2 (commit)
  discards  da62d064d1c7cb7499812dfbe7b81ab07d3c51ca (commit)
  discards  11277b46276e0bbe7de0696b0e0d1c19bfbac149 (commit)
  discards  89299137a2e8c22f114f5d468604f4e1232a4600 (commit)
  discards  5ab8fa2b3bbe9d9bef779d2778c42a8dc69f2061 (commit)
  discards  0537738d0a9c294f5db36b0f831a0858970f5a6c (commit)
  discards  7076f61ed1e1d292eeaf8a551b93334a076f8817 (commit)
  discards  314307cdac1f80faa525ccc69fc152bb75cbf7cd (commit)
       via  5451dfdae4e15d15d7ecbd55314edbe3257c4564 (commit)
       via  1c8177a120cb66165b7edeae1795c9a5a56e0437 (commit)
       via  961cbe54c0102f001205df463f57c8f8cf43d16e (commit)
       via  e3a3f8c4df64c4d3a44027911446a932f4e61a14 (commit)
       via  27407f915040f67a86e34018afec117af7b8a84d (commit)
       via  746b30cc0deb070369d940763f638cc8509952d4 (commit)
       via  22064ffe9b31d7e39a7fcc1aa297540d6e71bc4a (commit)
       via  ebca81c4a42e26aeab60d237913ece755eb93eed (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (66838e957ae2a595bd82895039d90ccf6afe8aa2)
            \
             N -- N -- N (5451dfdae4e15d15d7ecbd55314edbe3257c4564)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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-iuh/commit/?id=5451dfdae4e15d15d7ecbd55314edbe3257c4564

commit 5451dfdae4e15d15d7ecbd55314edbe3257c4564
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Aug 27 14:01:51 2016 +0200

    jenkins.sh: enable make distcheck
    
    Change-Id: I967d4de9682cb2a45210f689ec076ef457841179

http://cgit.osmocom.org/osmo-iuh/commit/?id=1c8177a120cb66165b7edeae1795c9a5a56e0437

commit 1c8177a120cb66165b7edeae1795c9a5a56e0437
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Aug 27 00:04:20 2016 +0200

    build: parallel build: require ../libosmo-ranap.la from tests/
    
    This rule is bad because it re-invokes $(MAKE), but it seems to fix the
    parallel build. It should probably be done differently.
    
    Change-Id: I8107e08e4c211f20d671f520bf6bab9356f3c90e

http://cgit.osmocom.org/osmo-iuh/commit/?id=961cbe54c0102f001205df463f57c8f8cf43d16e

commit 961cbe54c0102f001205df463f57c8f8cf43d16e
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Thu Aug 18 13:13:55 2016 +0200

    build: move headers to include/osmocom/*
    
    This came up while fixing 'make distcheck'; this is certainly not the easiest
    way but it makes sense to have the headers in include/, like we do in openbsc.
    
    The easy alternative might be to add -I$(top_srcdir)/src to src/Makefile.am.
    
    Remove -I$(top_srcdir)/src from src/tests/Makefile.am, no longer needed.
    
    Change-Id: I5a82e029dcdc4df0a60a31271a4883393fe59234

http://cgit.osmocom.org/osmo-iuh/commit/?id=e3a3f8c4df64c4d3a44027911446a932f4e61a14

commit e3a3f8c4df64c4d3a44027911446a932f4e61a14
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Aug 27 00:03:44 2016 +0200

    build: cosmetic: hnbap: undup asn1 src path
    
    Change-Id: I0507277995302261c87db1b0c48105065cf13ae4

http://cgit.osmocom.org/osmo-iuh/commit/?id=27407f915040f67a86e34018afec117af7b8a84d

commit 27407f915040f67a86e34018afec117af7b8a84d
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Aug 27 00:13:55 2016 +0200

    build: distcheck: add missing bits for testsuite distcheck
    
    Got some errors during 'make distcheck', copying the way openbsc.git does these
    things.
    
    Change-Id: I13d76cd56dfb8fe4eb02d6fcada78a9e3311b51b

http://cgit.osmocom.org/osmo-iuh/commit/?id=746b30cc0deb070369d940763f638cc8509952d4

commit 746b30cc0deb070369d940763f638cc8509952d4
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Aug 27 00:11:26 2016 +0200

    build: distcheck: look for asn1 in top_srcdir, not top_builddir
    
    Change-Id: Iebcff240ba2fae964dad2a2c481fcbfd29e14e69

http://cgit.osmocom.org/osmo-iuh/commit/?id=22064ffe9b31d7e39a7fcc1aa297540d6e71bc4a

commit 22064ffe9b31d7e39a7fcc1aa297540d6e71bc4a
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Aug 27 00:00:26 2016 +0200

    build: distcheck: add missing distclean files
    
    Change-Id: I24d72b2b1bae52a1b2cf8a989396d2aac31d119e

http://cgit.osmocom.org/osmo-iuh/commit/?id=ebca81c4a42e26aeab60d237913ece755eb93eed

commit ebca81c4a42e26aeab60d237913ece755eb93eed
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Aug 26 23:56:44 2016 +0200

    build: fix ranap gen, use same for gen hnbap and rua gen
    
    fix extraneous rebuild for each make invocation: touch the ranap.stamp file in
    src/ as the make target suggests.
    
    fix for 'make distcheck': ranap gen: move generated sources to builddir, not
    srcdir. Thus we also -I the builddir include to pick up those headers.
    
    hnbap and rua have the same situation as ranap (they generate numerous files
    from a single make rule). Use the same makefile semantics for those two
    (commit for ranap gen omitted the same changes for hnbap and rua).
    
    The generated headers are thus moved to include/osmocom/*/, so adjust #include
    statements accordingly (*_common.h, *_ies_defs.h).
    
    Also move hnbap_common.h to include/osmocom/hnbap and rua_common.h to
    include/osmocom/rua, since the *_ies_defs.h want to include them; and since
    *_ies_defs.h are now in include/osmocom/*, we want a '<foo>' include now.
    
    Also adjust gitignore.
    
    Change-Id: I32213666fcdfc144008fa7d46497c0938d093e86

-----------------------------------------------------------------------

Summary of changes:


hooks/post-receive
-- 
Osmocom code for Iuh interface



More information about the osmocom-commitlog mailing list