Create the database the first time we deploy packages

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2017-10-11 01:31:26 +02:00
parent 6b367d3a10
commit c82fa60308

View file

@ -168,3 +168,11 @@
- packages
- packages/web
- selinux
- 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/search --mdapi-url=https://apps.stg.fedoraproject.org/mdapi --icons-url=https://dl.fedoraproject.org/pub/alt/screenshots --tagger-url=https://apps.stg.fedoraproject.org/tagger
creates: /var/cache/fedoracommunity/packages/xapian/search/search/termlist.DB
tags:
- packages
- packages/web
- selinux