I have attached a patch that will make the icons available to fedora-packages. The current indexing is missing a parameter to specify the location of the icons. Thanks Clement
From 127e3b95979f0d8ffbddc4a397efa68d89595f7a Mon Sep 17 00:00:00 2001 From: Clement Verna <cverna@xxxxxxxxxxxx> Date: Thu, 21 Dec 2017 11:49:15 +0100 Subject: [PATCH] Add the destination for the icons during indexing Signed-off-by: Clement Verna <cverna@xxxxxxxxxxxx> --- 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 3d68db4..0701c8a 100644 --- a/roles/packages3/web/tasks/main.yml +++ b/roles/packages3/web/tasks/main.yml @@ -170,7 +170,7 @@ - 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 --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 + command: /usr/bin/fcomm-index-packages --index-db-dest=/var/cache/fedoracommunity/packages/xapian --icons-dest /var/cache/fedoracommunity/packages/icons --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.glass tags: - packages -- 1.8.3.1
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx