Home | History | Annotate | Download | only in autoupdate
      1 # Information pertaining to Chrome OS releases.
      2 
      3 [BRANCH]
      4 # This part reflects the branch tagging history of Chrome OS builds. While this
      5 # is closely related to the actual tree branching history, it may be that the
      6 # builders' tag is lagging behind the actual branchpoint, due to the way our
      7 # release process works. If this is the case, then the discrepancy will be noted
      8 # in the comments.
      9 #
     10 # Option past_branches defines the list of known past branchpoints. Individual
     11 # options with a bp_ prefix define branchpoints out of this list (option names
     12 # are case-insensitive). Option next_branch is the name of the next branch to be
     13 # cut, or equivalently the branch tag attached to most current builds.
     14 branch_points: R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, R22,
     15   R23, R24, R25, R26, R27, R28, R29, R30, R31
     16 bp_r10: 0.10.156.0
     17 bp_r11: 0.11.257.0
     18 bp_r12: 0.12.433.0
     19 bp_r13: 0.13.587.0
     20 bp_r14: 0.14.811.0
     21 bp_r15: 1011.0.0
     22 bp_r16: 1193.0.0
     23 bp_r17: 1412.0.0
     24 bp_r18: 1660.0.0
     25 # R19 actual branchpoint is 2046.0.0
     26 bp_r19: 2047.0.0
     27 # Note that the builders have produced R21 tagged artifacts beginning 2266.0.0
     28 # for some unknown reasons, we'll ignore.
     29 bp_r20: 2268.0.0
     30 # R21 actual branchpoint is 2465.0.0
     31 bp_r21: 2468.0.0
     32 # R22 actual branchpoint is 2723.0.0
     33 bp_r22: 2724.0.0
     34 # R23 actual branchpoint is 2913.0.0
     35 bp_r23: 2915.0.0
     36 # R24 is not a real branchpoint, since the branch was skipped. The first
     37 # Chrome OS release that had Chrome M25 in it is 3123.0.0.
     38 bp_r24: 3125.0.0
     39 # R25 actual branchpoint is 3428.0.0
     40 bp_r25: 3435.0.0
     41 bp_r26: 3701.0.0
     42 bp_r27: 3912.0.0
     43 bp_r28: 4100.0.0
     44 bp_r29: 4319.0.0
     45 bp_r30: 4537.0.0
     46 bp_r31: 4731.0.0
     47 next_branch: R32
     48