osmo-gsm-manuals.git branch neels/osmo-hlr updated. 68a9801c88b20f717cee3ccab29d57ec07be91d5

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
Thu Oct 19 04:44:36 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 "Manuals for Osmocom GSM components".

The branch, neels/osmo-hlr has been updated
  discards  827c6ffa14425a190c326adcd68469da52fa785b (commit)
       via  68a9801c88b20f717cee3ccab29d57ec07be91d5 (commit)
       via  644bcae369f481b426553050cb31a73ce9f76255 (commit)
       via  f2252db1336acf5a233d0eb75ca03c225412b0da (commit)
       via  75b442450ac6c296c058f51c9bb77733501f3871 (commit)
       via  8d607a7900fc5f0f19bf04f592310d5457d786f8 (commit)
       via  4538d2d67f5b8835cc224aaf312a136b6c0dc01e (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 (827c6ffa14425a190c326adcd68469da52fa785b)
            \
             N -- N -- N (68a9801c88b20f717cee3ccab29d57ec07be91d5)

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-gsm-manuals/commit/?id=68a9801c88b20f717cee3ccab29d57ec07be91d5

commit 68a9801c88b20f717cee3ccab29d57ec07be91d5
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Thu Oct 19 05:11:57 2017 +0200

    refactor Makefile build rules, don't use the FORCE
    
    The initial goal was to make sure we don't have overall FORCE rules causing
    unnecessary rebuilds -- annoying while writing documentation. As I looked
    through possible dependencies, I finally understood what's going on here.
    
    Remove code dup and nicely sort which belongs where in build/Makefile.*.inc. In
    each, describe in a top comment how to use it, and also unify how they are
    used:
    
    - Rename Makefile.inc to Makefile.docbook.inc and refactor
    - Add Makefile.vty-reference.inc
    - Add Makefile.common.inc
    
    Make sure that we accurately pick up all dependencies.
    
    Drop use of the macro called 'command', that silenced the actual command lines
    invoked and replaced them with short strings: it obscures what is actually
    going on and makes the Makefiles hard to read and understand.
    
    Each manual's makefile is greatly reduced to few definitions and a Makefile
    include, e.g. one for asciidoc, one for VTY reference.
    
    Move common/bsc_vty_additions.xml to OsmoBSC/vty/libbsc_vty_additions.xml, link
    from OsmoNITB. It applies only to OsmoBSC and OsmoNITB.
    
    Add a script that combines a VTY reference file with *all* additions files
    found in a manual's vty/ dir. Call this from Makefile.vty-reference.inc.
    
    Change-Id: I9758e04162a480e28c7dc83475b514cf7fd25ec0

http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=644bcae369f481b426553050cb31a73ce9f76255

commit 644bcae369f481b426553050cb31a73ce9f76255
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Mon Sep 25 16:37:34 2017 +0200

    add OsmoHLR manual, OsmoHLR VTY reference
    
    Change-Id: Ieb6a362a26a7e65199f68f5cd32d9b6b0e5d0fbf

http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=f2252db1336acf5a233d0eb75ca03c225412b0da

commit f2252db1336acf5a233d0eb75ca03c225412b0da
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Wed Oct 18 00:12:11 2017 +0200

    common/vty: minor wording tweaks and typo fixes
    
    Change-Id: I5eb1ea0d3de883ff5e9742f77e7ef4be0482852d

http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=75b442450ac6c296c058f51c9bb77733501f3871

commit 75b442450ac6c296c058f51c9bb77733501f3871
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Tue Oct 17 23:47:54 2017 +0200

    common/vty: explain difference between telnet and config file
    
    - Mention that the CONFIG node is used to parse config files.
    - Mention that it is not well defined whether CONFIG node items have immediate
      effect.
    - Add a 'telnet' here and there to clarify.
    
    Change-Id: I882346c69f12c67d0e41d563c99d4de4efd8b8f6

http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=8d607a7900fc5f0f19bf04f592310d5457d786f8

commit 8d607a7900fc5f0f19bf04f592310d5457d786f8
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Tue Oct 17 23:47:54 2017 +0200

    common/vty: "programs should not use the telnet VTY"
    
    Change-Id: Ic7e8c3663a2bfaf8dcb5752bf55ccb822b111c31

http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=4538d2d67f5b8835cc224aaf312a136b6c0dc01e

commit 4538d2d67f5b8835cc224aaf312a136b6c0dc01e
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Tue Oct 17 23:47:54 2017 +0200

    common/vty: fix: CONFIG entered from ENABLE, not VIEW node
    
    Change-Id: I892081f9452f8923441913f978a3be542a3c53d0

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

Summary of changes:
 Makefile                                           |   1 +
 OsmoBSC/Makefile                                   |  55 ++--------
 .../vty/libbsc_vty_additions.xml                   |   0
 OsmoBTS/Makefile                                   |  52 ++--------
 OsmoGGSN/Makefile                                  |  41 ++------
 OsmoGSMTester/Makefile                             |  13 +--
 OsmoHLR/Makefile                                   |  44 ++------
 OsmoHLR/chapters/running.adoc                      |   8 +-
 OsmoHLR/osmohlr-usermanual.adoc                    |   5 +-
 OsmoMGCP/Makefile                                  |  33 +-----
 OsmoMSC/Makefile                                   |  44 ++------
 OsmoNAT/Makefile                                   |  33 +-----
 OsmoNITB/Makefile                                  |  46 ++-------
 OsmoNITB/vty/bsc_vty_additions.xml                 |   1 +
 OsmoPCU/Makefile                                   |  44 +-------
 OsmoSGSN/Makefile                                  |  45 ++-------
 build/Makefile.asciidoc.inc                        |  35 +++++--
 build/Makefile.common.inc                          |  14 +++
 build/Makefile.docbook.inc                         |  35 +++++++
 build/Makefile.inc                                 |  47 ---------
 build/Makefile.vty-reference.inc                   |  42 ++++++++
 build/vty_reference_combine.sh                     |  25 +++++
 common/chapters/vty.adoc                           | 112 ++++++++++++---------
 23 files changed, 281 insertions(+), 494 deletions(-)
 rename common/bsc_vty_additions.xml => OsmoBSC/vty/libbsc_vty_additions.xml (100%)
 create mode 120000 OsmoNITB/vty/bsc_vty_additions.xml
 create mode 100644 build/Makefile.common.inc
 create mode 100644 build/Makefile.docbook.inc
 delete mode 100644 build/Makefile.inc
 create mode 100644 build/Makefile.vty-reference.inc
 create mode 100755 build/vty_reference_combine.sh


hooks/post-receive
-- 
Manuals for Osmocom GSM components



More information about the osmocom-commitlog mailing list