From 12b37aeb0bc1e01cc13d7664b8d065599bb0f563 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 25 Oct 2009 12:21:29 -0400 Subject: [PATCH] Rearrange the git configuration slightly: - 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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/master.yaml b/master.yaml index cc564a7..165b28a 100644 --- a/master.yaml +++ b/master.yaml @@ -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 -- 1.7.9.5