From 40ee4eeb5a7a25d1fed73cf4e225b4450e8390ce Mon Sep 17 00:00:00 2001
From: Evan Broder <broder@mit.edu>
Date: Tue, 15 Dec 2009 22:10:20 -0500
Subject: [PATCH] Move XVM's locker authorization code into a separate
 xvm-authz-locker package (and corresponding
 xvm.authz.locker Python package).

This makes it possible to install invirt-base without needing the
authz code installed as well, and also separates some very
XVM-specific logic from the Invirt packages.

svn path=/trunk/packages/xvm-prodconfig/; revision=2602
---
 debian/changelog |    6 ++++++
 master.yaml      |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d753f5b..9593dfe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xvm-prodconfig (1.1.16) unstable; urgency=low
+
+  * Update authz config for {invirt => xvm}.authz.locker move.
+
+ -- Evan Broder <broder@mit.edu>  Tue, 15 Dec 2009 19:24:27 -0500
+
 xvm-prodconfig (1.1.15) unstable; urgency=low
 
   * Add configuration for the git repositories.
diff --git a/master.yaml b/master.yaml
index b4de061..f7434e9 100644
--- a/master.yaml
+++ b/master.yaml
@@ -6,7 +6,7 @@ apt:
  keyid: 35AE3C4F
 
 authz:
- mech: invirt.authz.locker
+ mech: xvm.authz.locker
  afs:
   cells:
   - cell: athena.mit.edu
-- 
1.7.9.5