From 988148e972a2a982f2cb4a17a84be64f05a8155a Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 20 Dec 2017 03:15:59 +0000 Subject: [PATCH] Update the filename of the termlist database Signed-off-by: Patrick Uiterwijk --- roles/packages3/web/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/packages3/web/tasks/main.yml b/roles/packages3/web/tasks/main.yml index 9b79014ae6..3d68db4692 100644 --- a/roles/packages3/web/tasks/main.yml +++ b/roles/packages3/web/tasks/main.yml @@ -171,7 +171,7 @@ - name: Build the database the first time. This takes a while command: /usr/bin/fcomm-index-packages --index-db-dest=/var/cache/fedoracommunity/packages/xapian --mdapi-url=https://apps{{env_suffix}}.fedoraproject.org/mdapi --icons-url=https://dl.fedoraproject.org/pub/alt/screenshots --tagger-url=https://apps{{env_suffix}}.fedoraproject.org/tagger - creates: /var/cache/fedoracommunity/packages/xapian/search/termlist.DB + creates: /var/cache/fedoracommunity/packages/xapian/search/termlist.glass tags: - packages - packages/web