diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-18 11:14:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-18 11:14:57 +0200 |
commit | d666233fe2d76fdfe66a3647f40c461524854a17 (patch) | |
tree | 6a7473337950d8121e7f65f61df47f96117ec169 | |
parent | c12778af7283b4e3e50950188818461a1b521393 (diff) | |
download | jenkins.debian.net-d666233fe2d76fdfe66a3647f40c461524854a17.tar.xz |
qa.d.o: only checked weekly for orphaned packages without wnpp bug
-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' |