libosmocore.git branch neels/vty_ref created. 0.9.6-388-gf031158f

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
Tue Sep 19 01:40:52 UTC 2017


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, neels/vty_ref has been created
        at  f031158ff29a04fdd3fd9bcd419992a6b61a88ad (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=f031158ff29a04fdd3fd9bcd419992a6b61a88ad

commit f031158ff29a04fdd3fd9bcd419992a6b61a88ad
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Mon Sep 18 16:42:06 2017 +0200

    vty: derive node name from prompt, use as XML ids
    
    The 'show online-help' produces XML output with <node id="..."> ids.  We
    reference those from the osmo-gsm-manuals.
    
    Instead of numeric IDs coming from internal code, rather use a human-readable
    node ID. In order to obtain such while remaining backwards compatible, derive
    such a name from the command node's prompt by stripping non-alnum characters.
    
    If this is merged, we need to adjust the references in osmo-gsm-manuals.git.
    
    Change-Id: I8fa555570268b231c5e01727c661da92fad265de

http://cgit.osmocom.org/libosmocore/commit/?id=e9db33b27081359c6c937b8755469af2c7806374

commit e9db33b27081359c6c937b8755469af2c7806374
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Mon Sep 18 17:10:36 2017 +0200

    vty: use internal node id for xml ids
    
    The 'show online-help' produces XML output with <node id="..."> ids.  We
    reference those from the osmo-gsm-manuals, but until now, these ids fall out of
    sync when the amount of VTY nodes changes.
    
    Change these ids to use the internal node ID constant (as in enum bsc_vty_node)
    instead of a simple counter.
    
    If this is merged, we need to adjust the references in osmo-gsm-manuals.git.
    
    Change-Id: Ib07fb9d9106e19f5be6539493e82b5d5991f8bc2

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


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



More information about the osmocom-commitlog mailing list