[PATCH] osmo-hlr[master]: Create hlr.db sql database

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/.

daniel gerrit-no-reply at lists.osmocom.org
Thu May 4 12:00:22 UTC 2017


Review at  https://gerrit.osmocom.org/2475

Create hlr.db sql database

Change-Id: I152039d891b861fa4963414a9a367d53c7a5f050
---
M sql/Makefile.am
1 file changed, 5 insertions(+), 0 deletions(-)


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

diff --git a/sql/Makefile.am b/sql/Makefile.am
index 059a571..a92819f 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -1,4 +1,9 @@
 EXTRA_DIST = \
 	hlr_data.sql \
 	hlr.sql \
+	hlr.db \
 	$(NULL)
+
+BUILT_SOURCES = hlr.db
+hlr.db:
+	sqlite3 hlr.db < hlr.sql

-- 
To view, visit https://gerrit.osmocom.org/2475
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I152039d891b861fa4963414a9a367d53c7a5f050
Gerrit-PatchSet: 1
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Owner: daniel <dwillmann at sysmocom.de>



More information about the gerrit-log mailing list