diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-06-08 16:35:36 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-06-08 16:35:36 +0000 |
commit | 158b071388221fe26ed788c2d13c81de603c5e63 (patch) | |
tree | 283ca30893ad5445f8373eb4d88a7452f6b0c9da /modules/buildsystem/templates/submit-todo.conf | |
parent | 3899363bd922a5c2fde97eb60204f314959dbe6d (diff) | |
download | puppet-158b071388221fe26ed788c2d13c81de603c5e63.tar puppet-158b071388221fe26ed788c2d13c81de603c5e63.tar.gz puppet-158b071388221fe26ed788c2d13c81de603c5e63.tar.bz2 puppet-158b071388221fe26ed788c2d13c81de603c5e63.tar.xz puppet-158b071388221fe26ed788c2d13c81de603c5e63.zip |
Do not allow uploads to updates, later will allow some specific users
Diffstat (limited to 'modules/buildsystem/templates/submit-todo.conf')
-rw-r--r-- | modules/buildsystem/templates/submit-todo.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/submit-todo.conf b/modules/buildsystem/templates/submit-todo.conf index 48c2822d..ea5cc0eb 100644 --- a/modules/buildsystem/templates/submit-todo.conf +++ b/modules/buildsystem/templates/submit-todo.conf @@ -123,7 +123,7 @@ checks: options: 1: authorized_packages: none_package_authorized - authorized_sections: ^(core|nonfree|tainted)/(updates|updates_testing|backports|backports_testing)$ + authorized_sections: ^(core|nonfree|tainted)/(updates_testing|backports|backports_testing)$ authorized_arches: none mode: freeze |