mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
Update postats.py for git.
This commit is contained in:
parent
9df0a930d4
commit
1616b470da
@ -30,7 +30,7 @@ Invocation:
|
||||
# modify this when you change branch
|
||||
# Note that an empty lyx_branch variable (ie svn trunk)
|
||||
# will "do the right thing".
|
||||
lyx_branch="BRANCH_2_0_X"
|
||||
lyx_branch="2.0.x"
|
||||
# these po-files will be skipped:
|
||||
ommitted = ('en.po')
|
||||
|
||||
@ -127,9 +127,9 @@ array ( 'langcode' => '%(langcode)s', "date" => "%(date)s",
|
||||
|
||||
if __name__ == "__main__":
|
||||
if lyx_branch:
|
||||
branch_tag = "branches/%s" % lyx_branch
|
||||
branch_tag = lyx_branch
|
||||
else:
|
||||
branch_tag = "trunk"
|
||||
branch_tag = "master"
|
||||
|
||||
|
||||
print """<?php
|
||||
|
Loading…
Reference in New Issue
Block a user