Add configuration for the git repositories.
authorEvan Broder <broder@mit.edu>
Mon, 12 Oct 2009 06:16:21 +0000 (02:16 -0400)
committerEvan Broder <broder@mit.edu>
Mon, 12 Oct 2009 06:16:21 +0000 (02:16 -0400)
This will propogate into the git hook scripts and the remctl build
triggers. Maybe a few other places, too.

svn path=/trunk/packages/xvm-prodconfig/; revision=2497

debian/changelog
master.yaml

index b0749af..4206b77 100644 (file)
@@ -1,3 +1,9 @@
+xvm-prodconfig (1.1.15) unstable; urgency=low
+
+  * Add configuration for the git repositories.
+
+ -- Evan Broder <broder@mit.edu>  Sun, 11 Oct 2009 18:34:39 -0400
+
 xvm-prodconfig (1.1.14) unstable; urgency=low
 
   * Add a CNAME to the zone file to make Vista registration work.
 xvm-prodconfig (1.1.14) unstable; urgency=low
 
   * Add a CNAME to the zone file to make Vista registration work.
index 244e0d7..cc03b96 100644 (file)
@@ -45,6 +45,15 @@ dns:
  zone_files:
   - /etc/invirt/zone
 
  zone_files:
   - /etc/invirt/zone
 
+git:
+ branches:
+  prod:
+   acl: *adminacl
+   component: stable
+  dev:
+   acl: system:xvm-dev
+   component: unstable
+
 hosts: # hosts on which VMs run
  - hostname: citadel-station.mit.edu
    ip: 18.181.0.221
 hosts: # hosts on which VMs run
  - hostname: citadel-station.mit.edu
    ip: 18.181.0.221