aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/buildsystem/templates/submit-todo.conf8
-rw-r--r--modules/youri-check/templates/1.conf48
2 files changed, 51 insertions, 5 deletions
diff --git a/modules/buildsystem/templates/submit-todo.conf b/modules/buildsystem/templates/submit-todo.conf
index 174860e8..3bfb69cf 100644
--- a/modules/buildsystem/templates/submit-todo.conf
+++ b/modules/buildsystem/templates/submit-todo.conf
@@ -146,11 +146,9 @@ checks:
mode: freeze
cauldron:
-# authorized_sections: ^[a-z]+/(release|updates_testing)$
- authorized_sections: ^[a-z]+/(updates_testing)$
-# authorized_arches: .*
-# * Version freeze / Full Freeze
-# authorized_packages: ^$
+ authorized_sections: ^[a-z]+/updates_testing$
+ authorized_packages: ^$
+ authorized_arches: none
authorized_users: ^<%= scope.function_group_members(['mga-release_managers']).join('|') %>$
# mode: normal
mode: version_freeze
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: