diff options
Diffstat (limited to 'modules/youri-check')
-rw-r--r-- | modules/youri-check/templates/check.conf | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/modules/youri-check/templates/check.conf b/modules/youri-check/templates/check.conf index ccf4fc1c..5808679a 100644 --- a/modules/youri-check/templates/check.conf +++ b/modules/youri-check/templates/check.conf @@ -83,5 +83,52 @@ medias: options: dependencies: allowed: + - core.x86_64 + + nonfree.i586: + class: Youri::Media::URPM + options: + name: nonfree + type: binary + path: ${mirror_i586}/nonfree/release + hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.cz + options: + dependencies: + allowed: - core.i586 + - nonfree.i586 + missing: + allowed: + - nonfree.sources + + nonfree.x86_64: + class: Youri::Media::URPM + options: + name: nonfree + type: binary + path: ${mirror_x86_64}/nonfree/release + hdlist: ${mirror_x86_64}/media_info/hdlist_nonfree_release.cz + options: + dependencies: + allowed: + - core.x86_64 + - core.i586 + - nonfree.x86_64 + - nonfree.i586 + missing: + allowed: + - nonfree.sources + + + nonfree.sources: + class: Youri::Media::URPM + options: + name: nonfree + type: source + path: ${mirror_i586}/nonfree/release + hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.src.cz + options: + dependencies: + allowed: + - nonfree.x86_64 |