diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-01-30 22:52:33 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-01-30 22:52:33 +0000 |
commit | 91ab77388774b8caa03d15fe8e9b5117773f9a5e (patch) | |
tree | 4afe465ae915da063aa7a860097ae0d57350d12c /modules/buildsystem | |
parent | 482124b62d723b3021b5d77560783abdba9b0a76 (diff) | |
download | puppet-91ab77388774b8caa03d15fe8e9b5117773f9a5e.tar puppet-91ab77388774b8caa03d15fe8e9b5117773f9a5e.tar.gz puppet-91ab77388774b8caa03d15fe8e9b5117773f9a5e.tar.bz2 puppet-91ab77388774b8caa03d15fe8e9b5117773f9a5e.tar.xz puppet-91ab77388774b8caa03d15fe8e9b5117773f9a5e.zip |
Come back to normal upload mode
Diffstat (limited to 'modules/buildsystem')
-rw-r--r-- | modules/buildsystem/templates/submit-todo.conf | 10 | ||||
-rw-r--r-- | modules/buildsystem/templates/submit-upload.conf | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/modules/buildsystem/templates/submit-todo.conf b/modules/buildsystem/templates/submit-todo.conf index fff91f95..67c303ac 100644 --- a/modules/buildsystem/templates/submit-todo.conf +++ b/modules/buildsystem/templates/submit-todo.conf @@ -32,7 +32,7 @@ targets: - host - section - rpmlint - #- recency + - recency #- history - queue_recency actions: @@ -129,11 +129,9 @@ checks: cauldron: # <mrl> Prior freeze -# authorized_sections: ^[a-z]+/(release|updates_testing)$ - authorized_sections: ^$ - authorized_users: ^pterjan$ - authorized_arches: none - mode: freeze + authorized_sections: ^[a-z]+/(release|updates_testing)$ + authorized_arches: .* + mode: normal ## <blino> Version freeze # authorized_packages: ^$ # authorized_sections: ^(core|nonfree|tainted)/updates_testing$ diff --git a/modules/buildsystem/templates/submit-upload.conf b/modules/buildsystem/templates/submit-upload.conf index 933821e4..beca119f 100644 --- a/modules/buildsystem/templates/submit-upload.conf +++ b/modules/buildsystem/templates/submit-upload.conf @@ -27,7 +27,7 @@ targets: - tag - acl - rpmlint -# - recency + - recency actions: - markrelease # - sign |