diff options
-rw-r--r-- | job-cfg/udd.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/udd.yaml b/job-cfg/udd.yaml index 51a2e1ef..6fb8f348 100644 --- a/job-cfg/udd.yaml +++ b/job-cfg/udd.yaml @@ -68,7 +68,7 @@ my_description: 'Detect multi-arch versions skews in sid.' my_logparser: 'true' - '{name}_orphaned_without_o_bug': - my_time: '3 8 * * *' + my_time: '3 8 * * 1' my_params: 'orphaned_without_o_bug' my_description: 'Detect orphaned packages with maintainer set to packages@qa.debian.org but without an "Orphaned" bug against the wnpp pseudo-package.' my_logparser: 'true' |