Example #1
0
def projectIntegrateMake(CASE_NO,fromSpec):
    if not fromSpec:
        juche.critical("Sorry, you have to manually specify a fromspec.  Ask somebody.")
        raise Exception("stacktraceplease")
    gitConnection = GitConnect()
    gitConnection.createNewRawBranch(CASE_NO,fromSpec)