Changeset 2514


Ignore:
Timestamp:
Oct 25, 2009, 12:21:29 PM (14 years ago)
Author:
broder
Message:

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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/xvm-prodconfig/master.yaml

    r2505 r2514  
    4747
    4848git:
    49  branches:
     49 pockets:
    5050  prod:
    5151   acl: *adminacl
    52    component: stable
     52   apt: stable
    5353  dev:
    5454   acl: system:xvm-dev
    55    component: unstable
     55   apt: unstable
     56   allow_backtracking: yes
    5657 tagger:
    5758  name: Invirt Build Server
Note: See TracChangeset for help on using the changeset viewer.