Esempio n. 1
0
def version_tool_entry():
    parser = ToolkitBase([CalcVersionName, CalcVersionCode])
    parser.parse()
Esempio n. 2
0
def git_tool_entry():
    parser = ToolkitBase([TreeRoot, CompareBranches, RecurseSubmodules,
                          GetRemote, NewBranch, CheckoutRemote, GetCurrentBranch,
                          RebaseIfNeeded, Squash, Push, FixRefs, GetRepo, Tag, Cleanup])
    parser.parse()