Change in osmo-ggsn[master]: doc/examples/Makefile.am: add sgsnemu.conf

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/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Tue Mar 2 08:04:46 UTC 2021


osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/23157 )

Change subject: doc/examples/Makefile.am: add sgsnemu.conf
......................................................................

doc/examples/Makefile.am: add sgsnemu.conf

Related: OS#3209
Change-Id: Icd6f3efcf5a9ef50237a3d0a76d4cce55051f447
---
M contrib/osmo-ggsn.spec.in
M doc/examples/Makefile.am
2 files changed, 9 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/contrib/osmo-ggsn.spec.in b/contrib/osmo-ggsn.spec.in
index dcf0e7c..0a568ef 100644
--- a/contrib/osmo-ggsn.spec.in
+++ b/contrib/osmo-ggsn.spec.in
@@ -109,6 +109,7 @@
 %{_unitdir}/%{name}.service
 %dir %{_docdir}/%{name}/examples
 %{_docdir}/%{name}/examples/osmo-ggsn.cfg
+%{_docdir}/%{name}/examples/sgsnemu.conf
 %dir %{_sysconfdir}/osmocom
 %config(noreplace) %{_sysconfdir}/osmocom/osmo-ggsn.cfg
 
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index d0b677c..f80ce0d 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -1,9 +1,14 @@
+OSMOCONF_FILES = \
+	osmo-ggsn.cfg \
+	sgsnemu.conf \
+	$(NULL)
+
 osmoconfdir = $(sysconfdir)/osmocom
-osmoconf_DATA = osmo-ggsn.cfg
+osmoconf_DATA = $(OSMOCONF_FILES)
 
-EXTRA_DIST = osmo-ggsn.cfg
+EXTRA_DIST = $(OSMOCONF_FILES)
 
-CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,'
+CFG_FILES = find $(srcdir) -name '*.cfg' -o -name '*.conf' | sed -e 's,^$(srcdir),,'
 
 dist-hook:
 	for f in $$($(CFG_FILES)); do \

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/23157
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: Icd6f3efcf5a9ef50237a3d0a76d4cce55051f447
Gerrit-Change-Number: 23157
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210302/5d0be6d3/attachment.htm>


More information about the gerrit-log mailing list