[download-web/mirrorbits] Increase geoipupdate verbosity



commit 19c9944f052ab2e9ba804185ce0b02ef72595182
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Dec 7 20:07:22 2020 +0100

    Increase geoipupdate verbosity

 entrypoint.sh   | 2 +-
 mirrorbits.conf | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/entrypoint.sh b/entrypoint.sh
index abb51e7..e696a34 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 
-/usr/local/bin/geoipupdate || exit 1
+/usr/local/bin/geoipupdate -v -d /usr/share/GeoIP || exit 1
 exec /usr/local/bin/mirrorbits daemon -config /etc/mirrorbits.conf
diff --git a/mirrorbits.conf b/mirrorbits.conf
index 34d804e..3005ac2 100644
--- a/mirrorbits.conf
+++ b/mirrorbits.conf
@@ -1,6 +1,7 @@
 Repository: /srv/ftp
 RedisAddress: redis.download-web.svc.cluster.local:6379
 Templates: /usr/share/mirrorbits/templates
+GeoipDatabasePath: /usr/share/GeoIP/
 
 ## A local path or URL containing the JavaScript used by the templates.
 ## If this is not set (the default), the JavaScript will just be loaded


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]