Merge "Alpha-order the specific stable section"
This commit is contained in:
@@ -121,8 +121,9 @@ label-Workflow = -1..+1 group {group}
|
|||||||
skip = True
|
skip = True
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if line.startswith("[receive]") and not hit:
|
if ((line.startswith("[receive]") or
|
||||||
# We reached the [receive] section: let's place
|
line.startswith('[access "refs/tag')) and not hit):
|
||||||
|
# We reached the a later section: let's place
|
||||||
# our specific stable section here.
|
# our specific stable section here.
|
||||||
newcontent += blob.format(
|
newcontent += blob.format(
|
||||||
branch=args.series,
|
branch=args.series,
|
||||||
|
|||||||
Reference in New Issue
Block a user