This actually takes a hojillion years.

This commit is contained in:
Ralph Bean 2014-03-13 18:48:57 +00:00
parent d7f9e610c8
commit 9b5743fa91

View file

@ -54,11 +54,11 @@
tasks:
- name: Pull in the list of packages from pkgdb. Go get a snack.
command: /usr/bin/fcomm-index-packages -p /var/cache/fedoracommunity/packages/tmp -y /etc/fedoracommunity/yum-repo.conf --index-db-dest /var/cache/fedoracommunity/packages/xapian --icons-dest /var/cache/fedoracommunity/packages/icons --tagger-url https://apps.fedoraproject.org/tagger/api/v1/tag/export/ --pkgdb-url https://admin.fedoraproject.org/pkgdb
async: 7200
async: 10000
poll: 60
when: install_packages_indexer
- name: Pull in all the latest builds from koji. Go get another snack.
command: /usr/bin/fcomm-index-latest-builds -p /var/cache/fedoracommunity/packages/xapian --koji-url http://koji.fedoraproject.org/kojihub --action init
async: 7200
async: 20000
poll: 60
when: install_packages_indexer