Make make-index ignore template branch.
The template branch is used to create new publications. It is not a publication on its own. Ignore this branch when making the root publications index. Change-Id: I90098c120b958025568b942c9f4132faa2a10079
This commit is contained in:
parent
54db26ddd0
commit
b90c8d8cd5
@ -46,6 +46,8 @@ previous = ''
|
|||||||
for branch in git_branches():
|
for branch in git_branches():
|
||||||
if branch.startswith('remotes/origin/master'):
|
if branch.startswith('remotes/origin/master'):
|
||||||
continue
|
continue
|
||||||
|
if branch.startswith('remotes/origin/template'):
|
||||||
|
continue
|
||||||
if branch.startswith('remotes/origin/HEAD'):
|
if branch.startswith('remotes/origin/HEAD'):
|
||||||
continue
|
continue
|
||||||
if '->' in branch:
|
if '->' in branch:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user