Commit 2f70e129 authored by Michael Tremer's avatar Michael Tremer

database: Ship a recent default database

The database can easily be updated using "make update-database" which
will have to be executed before every release.
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent fa07053f
......@@ -311,7 +311,12 @@ EXTRA_DIST += \
# ------------------------------------------------------------------------------
dist_database_DATA = \
src/signing-key.pem
data/database.db \
data/signing-key.pem
.PHONY: update-database
update-database:
curl https://location.ipfire.org/databases/1/location.db.xz | xz -d > data/database.db
# ------------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment