mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
# Cron updating weekly the pkgdb database to adjust summary and description of
|
|
# each package.
|
|
#
|
|
MAILTO=root
|
|
|
|
0 10 * * 5 root PKGDB2_CONFIG=/etc/pkgdb2/pkgdb2.cfg /usr/bin/update_package_info.py
|
|
|