File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,11 @@ require IPC::Open2;
36
36
# Adjust this list when the set of interesting branches changes.
37
37
# (We could get this from "git branches", but not worth the trouble.)
38
38
# NB: master must be first!
39
- my @BRANCHES = qw( master REL9_0_STABLE REL8_4_STABLE REL8_3_STABLE
40
- REL8_2_STABLE REL8_1_STABLE REL8_0_STABLE REL7_4_STABLE REL7_3_STABLE
41
- REL7_2_STABLE REL7_1_STABLE REL7_0_PATCHES REL6_5_PATCHES REL6_4) ;
39
+ my @BRANCHES = qw( master
40
+ REL9_1_STABLE REL9_0_STABLE
41
+ REL8_4_STABLE REL8_3_STABLE REL8_2_STABLE REL8_1_STABLE REL8_0_STABLE
42
+ REL7_4_STABLE REL7_3_STABLE REL7_2_STABLE REL7_1_STABLE REL7_0_PATCHES
43
+ REL6_5_PATCHES REL6_4) ;
42
44
43
45
# Might want to make this parameter user-settable.
44
46
my $timestamp_slop = 600;
You can’t perform that action at this time.
0 commit comments