debshots/app.json

12 lines
234 B
JSON

{
"cron": [
{
"command": "rake debshots:update_from_deb_repos",
"schedule": "5 7 * * *"
},
{
"command": "rake debshots:update_longdescription_from_deb_repos",
"schedule": "35 7 * * *"
}
]
}