Rearrange the git configuration slightly:
authorEvan Broder <broder@mit.edu>
Sun, 25 Oct 2009 16:21:29 +0000 (12:21 -0400)
committerEvan Broder <broder@mit.edu>
Sun, 25 Oct 2009 16:21:29 +0000 (12:21 -0400)
 - List "pockets" instead of "branches" to divorce our pockets from
   git branches specifically.
 - Each pocket can have a "git" and/or "apt" attribute. Both default
   to the name of the pocket if unspecified.
 - Add an allow_backtracking field, which indicates whether
   non-fast-forwards are allowed and whether version numbers have to
   be monotonically increasing.

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

master.yaml

index cc564a7..165b28a 100644 (file)
@@ -46,13 +46,14 @@ dns:
   - /etc/invirt/zone
 
 git:
- branches:
+ pockets:
   prod:
    acl: *adminacl
-   component: stable
+   apt: stable
   dev:
    acl: system:xvm-dev
-   component: unstable
+   apt: unstable
+   allow_backtracking: yes
  tagger:
   name: Invirt Build Server
   email: invirt@mit.edu