aboutsummaryrefslogtreecommitdiffstats
path: root/modules/youri-check
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2012-03-09 23:22:49 +0000
committerPascal Terjan <pterjan@mageia.org>2012-03-09 23:22:49 +0000
commita3690d5e238bd0d9d0bc024926a61050398523c8 (patch)
tree8a3b4ddf330bcdbed67a9a86a2c868406773e067 /modules/youri-check
parent2ac6266a2d2ea82eb86c0874a62c39291e015b48 (diff)
downloadpuppet-a3690d5e238bd0d9d0bc024926a61050398523c8.tar
puppet-a3690d5e238bd0d9d0bc024926a61050398523c8.tar.gz
puppet-a3690d5e238bd0d9d0bc024926a61050398523c8.tar.bz2
puppet-a3690d5e238bd0d9d0bc024926a61050398523c8.tar.xz
puppet-a3690d5e238bd0d9d0bc024926a61050398523c8.zip
Try harder to enforce the version freeze
Diffstat (limited to 'modules/youri-check')
-rw-r--r--modules/youri-check/templates/1.conf48
1 files changed, 48 insertions, 0 deletions
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: