osmo-iuh.git branch neels/distcheck updated. eabc0f55cd131b8623718cc5660d55196501a739

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
Sat Aug 27 12:34:08 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  6fc0d9362f91daae151880d2d2db585bca75235e (commit)
  discards  4c0a50251872d128a00a371fb163628e375ab571 (commit)
  discards  7450953a04bc89efd926db968c9db4446b27ed5b (commit)
  discards  7e6b9aaf4ceb3625940219e2e1aaee38f5f1c2d2 (commit)
  discards  dc386c4689dc0b8b9fe973f4a7b21d1c76133daa (commit)
  discards  a10b1379ec4ccdaba1626cebad965c72cd922501 (commit)
  discards  ed05820f726a2522b5419d2c38e5887114e490cf (commit)
  discards  29d5f2895a2b9d5a569f4efad828dfb0009da24e (commit)
  discards  e0a6d809a5fdf458f2bcbf61f8569c8fd1cf6675 (commit)
       via  eabc0f55cd131b8623718cc5660d55196501a739 (commit)
       via  d2236b918c3db0243620da7596abddf2aaf576fc (commit)
       via  c5849d29526dd44f293f927ed4be51efff794ff5 (commit)
       via  f4ffdd46b25637817351f268602456c4c07cb164 (commit)
       via  670b75b798d45970fa40c5e38c5f89aad84d37c5 (commit)
       via  9d4974591cde457f4969242f87b7a951e3b940e5 (commit)
       via  e8dc682bc250b685d2f16582a80badcb091b2a5f (commit)
       via  f86ac7065eb5a1ea591ca8d41355b18825accafc (commit)
       via  e19192fa357f1ea998589d2bbfdd9640dbf2259a (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 (6fc0d9362f91daae151880d2d2db585bca75235e)
            \
             N -- N -- N (eabc0f55cd131b8623718cc5660d55196501a739)

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=eabc0f55cd131b8623718cc5660d55196501a739

commit eabc0f55cd131b8623718cc5660d55196501a739
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=d2236b918c3db0243620da7596abddf2aaf576fc

commit d2236b918c3db0243620da7596abddf2aaf576fc
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=c5849d29526dd44f293f927ed4be51efff794ff5

commit c5849d29526dd44f293f927ed4be51efff794ff5
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=f4ffdd46b25637817351f268602456c4c07cb164

commit f4ffdd46b25637817351f268602456c4c07cb164
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=670b75b798d45970fa40c5e38c5f89aad84d37c5

commit 670b75b798d45970fa40c5e38c5f89aad84d37c5
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Aug 27 00:13:32 2016 +0200

    build: distcheck: add -I for top_builddir include, for generated headers
    
    Since the hnbap, rua, ranap headers are generated, we need to put them in the
    builddir include/osmocom/* dirs. Thus we also need to -I the builddir include
    to pick up those headers.
    
    Change-Id: I1ede3d88a4dcf5adf64a3a2f9144099d1d633235

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

commit 9d4974591cde457f4969242f87b7a951e3b940e5
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=e8dc682bc250b685d2f16582a80badcb091b2a5f

commit e8dc682bc250b685d2f16582a80badcb091b2a5f
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=f86ac7065eb5a1ea591ca8d41355b18825accafc

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

    build: fix ranap gen, use stamp also for gen hnbap and rua gen
    
    ranap gen: move generated sources to builddir, not srcdir, for 'make
    distcheck'; touch the ranap.stamp file in src/ as the make target suggests,
    fixes an extraneous rebuild for each make invocation.
    
    hnbap and rua also generate numerous files from the same asn1 source, like
    ranap. Use the same makefile semantics for those two, like we do for ranap.
    
    Change-Id: I32213666fcdfc144008fa7d46497c0938d093e86

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

commit e19192fa357f1ea998589d2bbfdd9640dbf2259a
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 the Makefile.am.
    
    Change-Id: I5a82e029dcdc4df0a60a31271a4883393fe59234

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

Summary of changes:


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



More information about the osmocom-commitlog mailing list