From e0a939d1d33ec8129e31022241adef49e084fbb8 Mon Sep 17 00:00:00 2001 From: Mitchell E Berger Date: Tue, 20 Dec 2011 13:54:52 -0500 Subject: [PATCH] Only maintainers can upload to any repo (including dev) for now Grant VCS access to xvm-dev --- debian/changelog | 7 +++++++ master.yaml | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c87a8b3..87ffb8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xvm-prodconfig (1.1.42) unstable; urgency=low + + * Only maintainers can upload to any repo (including dev) for now + * Grant VCS access to xvm-dev + + -- Mitchell Berger Tue, 20 Dec 2011 13:54:00 -0500 + xvm-prodconfig (1.1.41) unstable; urgency=low * Send automated website error mail to a separate list diff --git a/master.yaml b/master.yaml index 5573cf0..f37151f 100644 --- a/master.yaml +++ b/master.yaml @@ -29,12 +29,12 @@ build: apt: stable distro: hardy dev: - acl: system:xvm-dev + acl: *adminacl apt: unstable allow_backtracking: yes distro: hardy precise-dev: - acl: system:xvm-dev + acl: *adminacl apt: precise-unstable allow_backtracking: yes distro: precise @@ -56,6 +56,7 @@ build: post_submit: *post_commit failed_submit: *post_commit post_add_repo: *post_commit + repo_access: system:xvm-dev repo_admin: system:xvm-root console: -- 1.7.9.5