summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go18
1 files changed, 0 insertions, 18 deletions
diff --git a/main.go b/main.go
index 1129afe..c36d461 100644
--- a/main.go
+++ b/main.go
@@ -45,24 +45,6 @@ func main() {
fhelp.CheckGoModCleanExit()
- /*
- var bad bool = false
- all := me.forge.Repos.SortByFullPath()
- for all.Scan() {
- repo := all.Next()
- if repo.IsDevelBranch() {
- continue
- }
- log.Info("not on devel branch:", repo.GetCurrentBranchName(), repo.GetDevelBranchName())
- log.Info("not on devel branch:", repo.GetFullPath())
- log.Info("you can not continue if repos are not on devel branches")
- bad = true
- }
- if bad {
- os.Exit(-1)
- }
- */
-
// me.forge.ConfigPrintTable()
os.Setenv("REPO_WORK_PATH", me.forge.GetGoSrc())