Rename the "git" tree in the configuration to "build" to be more accurate. 1.1.15
authorEvan Broder <broder@mit.edu>
Tue, 15 Dec 2009 01:59:28 +0000 (20:59 -0500)
committerEvan Broder <broder@mit.edu>
Tue, 15 Dec 2009 01:59:28 +0000 (20:59 -0500)
svn path=/trunk/packages/xvm-prodconfig/; revision=2593

master.yaml

index 0034344..b4de061 100644 (file)
@@ -22,6 +22,19 @@ authz:
   - cell: dev.mit.edu
     auth: no
 
   - cell: dev.mit.edu
     auth: no
 
+build:
+ pockets:
+  prod:
+   acl: *adminacl
+   apt: stable
+  dev:
+   acl: system:xvm-dev
+   apt: unstable
+   allow_backtracking: yes
+ tagger:
+  name: Invirt Build Server
+  email: invirt@mit.edu
+
 console:
  hostname: xvm-console.mit.edu
  ip: 18.181.0.134
 console:
  hostname: xvm-console.mit.edu
  ip: 18.181.0.134
@@ -54,19 +67,6 @@ dns:
  zone_files:
   - /etc/invirt/zone
 
  zone_files:
   - /etc/invirt/zone
 
-git:
- pockets:
-  prod:
-   acl: *adminacl
-   apt: stable
-  dev:
-   acl: system:xvm-dev
-   apt: unstable
-   allow_backtracking: yes
- tagger:
-  name: Invirt Build Server
-  email: invirt@mit.edu
-
 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