Change in osmo-hlr[master]: Install sample cfg file to /etc/osmocom

2018-09-13 Thread Pau Espin Pedrol
Pau Espin Pedrol has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/10915 )

Change subject: Install sample cfg file to /etc/osmocom
..

Install sample cfg file to /etc/osmocom

Change-Id: I2ac73f426d9489fcd64c2eea547eb1f3ec26ae2c
---
M debian/osmo-hlr.install
M doc/examples/Makefile.am
2 files changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/debian/osmo-hlr.install b/debian/osmo-hlr.install
index 5a7c37b..1b2cb56 100644
--- a/debian/osmo-hlr.install
+++ b/debian/osmo-hlr.install
@@ -1,3 +1,4 @@
+/etc/osmocom/osmo-hlr.cfg
 /lib/systemd/system/osmo-hlr.service
 /usr/bin/osmo-hlr
 /usr/bin/osmo-hlr-db-tool
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 530c3fa..fa8ab9b 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -1,3 +1,8 @@
+osmoconfdir = $(sysconfdir)/osmocom
+osmoconf_DATA = osmo-hlr.cfg
+
+EXTRA_DIST = osmo-hlr.cfg
+
 CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,'

 dist-hook:

--
To view, visit https://gerrit.osmocom.org/10915
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I2ac73f426d9489fcd64c2eea547eb1f3ec26ae2c
Gerrit-Change-Number: 10915
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Reviewer: Pau Espin Pedrol 


Change in osmo-hlr[master]: Install sample cfg file to /etc/osmocom

2018-09-13 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/10915 )

Change subject: Install sample cfg file to /etc/osmocom
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/10915
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I2ac73f426d9489fcd64c2eea547eb1f3ec26ae2c
Gerrit-Change-Number: 10915
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Comment-Date: Thu, 13 Sep 2018 13:56:48 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in osmo-hlr[master]: Install sample cfg file to /etc/osmocom

2018-09-13 Thread Pau Espin Pedrol
Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/10915


Change subject: Install sample cfg file to /etc/osmocom
..

Install sample cfg file to /etc/osmocom

Change-Id: I2ac73f426d9489fcd64c2eea547eb1f3ec26ae2c
---
M debian/osmo-hlr.install
M doc/examples/Makefile.am
2 files changed, 6 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/15/10915/1

diff --git a/debian/osmo-hlr.install b/debian/osmo-hlr.install
index 5a7c37b..1b2cb56 100644
--- a/debian/osmo-hlr.install
+++ b/debian/osmo-hlr.install
@@ -1,3 +1,4 @@
+/etc/osmocom/osmo-hlr.cfg
 /lib/systemd/system/osmo-hlr.service
 /usr/bin/osmo-hlr
 /usr/bin/osmo-hlr-db-tool
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 530c3fa..fa8ab9b 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -1,3 +1,8 @@
+osmoconfdir = $(sysconfdir)/osmocom
+osmoconf_DATA = osmo-hlr.cfg
+
+EXTRA_DIST = osmo-hlr.cfg
+
 CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,'

 dist-hook:

--
To view, visit https://gerrit.osmocom.org/10915
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2ac73f426d9489fcd64c2eea547eb1f3ec26ae2c
Gerrit-Change-Number: 10915
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol