Add the cron job to update the package info on pkgdb
This commit is contained in:
parent
50572e89e1
commit
e96763575f
1 changed files with 5 additions and 0 deletions
5
roles/pkgdb2/templates/pkgdb_update_package_info.cron
Normal file
5
roles/pkgdb2/templates/pkgdb_update_package_info.cron
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Cron updating weekly the pkgdb database to adjust summary and description of
|
||||
# each package.
|
||||
#
|
||||
0 10 * * 4 root PKGDB2_CONFIG=/etc/pkgdb2/pkgdb2.cfg /usr/bin/update_package_info.py
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue