libosmocore.git branch master updated. 0.9.0-140-g3a96d28

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
Fri Apr 29 19:29:09 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 "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  3a96d2837c2d5648692737ad5ddcc3893e12e913 (commit)
      from  eea18a6f29a04706877f4e888818a826f0dcc93a (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=3a96d2837c2d5648692737ad5ddcc3893e12e913

commit 3a96d2837c2d5648692737ad5ddcc3893e12e913
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Apr 29 21:24:48 2016 +0200

    conv_gen: Use python2 to execute the script
    
    The script does not work with python3:
    
    $ python3 utils/conv_gen.py
      File "utils/conv_gen.py", line 124
        def _print_term(self, fi, num_states, pack = False):
    
    Second there is no 'python' on FreeBSD and one needs to select
    the major version to use.
    
      GEN      conv_cs3_gen.c
      GEN      conv_xcch_gen.c
      GEN      conv_cs2_gen.c
    python: not found
    python: not found
    python: not found
    
    By using python2 we solve both issues. On Debian python2 is located
    inside the python-minimal package.

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

Summary of changes:
 src/gsm/Makefile.am | 2 +-
 utils/conv_gen.py   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list