summaryrefslogtreecommitdiff
path: root/sources/master
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-06-01 14:19:47 +0200
committerJochen Topf <jochen@topf.org>2014-06-01 14:19:47 +0200
commitb07f46f1016928ee07e53b66573407c9f49d9552 (patch)
tree1e92239ef433b38f16aed4000524407fd6ae8159 /sources/master
parentcf27449b90bc9207ad00a34167d3d48c200ebdfe (diff)
downloadtaginfo-b07f46f1016928ee07e53b66573407c9f49d9552.tar
taginfo-b07f46f1016928ee07e53b66573407c9f49d9552.tar.gz
Output some counts from selection.db into update log.
Diffstat (limited to 'sources/master')
-rwxr-xr-xsources/master/update.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/master/update.sh b/sources/master/update.sh
index 8d49af9..85c3ee7 100755
--- a/sources/master/update.sh
+++ b/sources/master/update.sh
@@ -47,6 +47,9 @@ m4 --prefix-builtins \
-D __MIN_COUNT_RELATIONS_PER_TYPE__=$min_count_relations_per_type \
selection.sql | sqlite3 $SELECTION_DB
+echo "Selection database contents:"
+sqlite3 $SELECTION_DB < ../db/show_selection_stats.sql
+
echo "`$DATECMD` Update history database..."
if [ ! -e $HISTORY_DB ]; then