From 103eb22898340282041a6613f7debdf11c147055 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 5 Apr 2011 07:47:34 +0000 Subject: src are built on x86_64 so check the dependencies there, and add nonfree --- modules/youri-check/templates/check.conf | 47 ++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'modules/youri-check') 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 @@ -80,8 +80,55 @@ medias: type: source path: ${mirror_i586}/core hdlist: ${mirror_i586}/media_info/hdlist_core.src.cz + 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 -- cgit v1.2.1