| var currentGitAuthUser ; // nodeShellExec('git', ['config', 'user.email']) ... PB : TODO-- get the current gittea username | var currentGitAuthUser ; // nodeShellExec('git', ['config', 'user.email']) ... PB : TODO-- get the current gittea username | ||||
| var defaultRepoOwner = 'chess'; | var defaultRepoOwner = 'chess'; | ||||
| // PB : TODO -- If we are run from an elevated shell it never moves forward and simply exits. | |||||
| // -- Currently workaround is to always run from a non-elevated shell. | |||||
| // Serialize a set of functions that will execute to return a promises one after the other. | // Serialize a set of functions that will execute to return a promises one after the other. | ||||
| // Will stop when any one fails unless continueOnFailure is true. | // Will stop when any one fails unless continueOnFailure is true. | ||||
| // All tasks in iterables can be functions or promises. | // All tasks in iterables can be functions or promises. |