This actually takes a hojillion years.
This commit is contained in:
parent
d7f9e610c8
commit
9b5743fa91
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue