From a3690d5e238bd0d9d0bc024926a61050398523c8 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Fri, 9 Mar 2012 23:22:49 +0000 Subject: Try harder to enforce the version freeze --- modules/youri-check/templates/1.conf | 48 ++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'modules/youri-check') diff --git a/modules/youri-check/templates/1.conf b/modules/youri-check/templates/1.conf index ebbc145a..3afd9d0e 100644 --- a/modules/youri-check/templates/1.conf +++ b/modules/youri-check/templates/1.conf @@ -101,6 +101,22 @@ medias: allowed: - core.sources + core_updates.i586: + class: Youri::Media::URPM + options: + name: core_updates + type: binary + path: ${mirror_i586}/core/updates + hdlist: ${mirror_i586}/media_info/hdlist_core_updates.cz + options: + dependencies: + allowed: + - core.i586 + - core_updates.i586 + missing: + allowed: + - core_updates.sources + core.x86_64: class: Youri::Media::URPM options: @@ -117,6 +133,23 @@ medias: allowed: - core.sources + core_updates.x86_64: + class: Youri::Media::URPM + options: + name: core_updates + type: binary + path: ${mirror_x86_64}/core/updates + hdlist: ${mirror_x86_64}/media_info/hdlist_core_updates.cz + options: + dependencies: + allowed: + - core.i586 + - core_updates.i586 + - core.x86_64 + - core_updates.x86_64 + missing: + allowed: + - core_updates.sources core.sources: class: Youri::Media::URPM @@ -131,6 +164,21 @@ medias: - core.x86_64 - core.i586 + core_updates.sources: + class: Youri::Media::URPM + options: + name: core_updates + type: source + path: ${mirror_i586}/core/updates + hdlist: ${mirror_i586}/media_info/hdlist_core_updates.src.cz + options: + dependencies: + allowed: + - core.i586 + - core_updates.i586 + - core.x86_64 + - core_updates.x86_64 + nonfree.i586: class: Youri::Media::URPM options: -- cgit v1.2.1