diff options
| author | Jeff Carr <[email protected]> | 2025-10-27 19:07:55 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-27 19:07:55 -0500 |
| commit | 34ecc3bd69f5ed24f507b40c2c4ebc20328e7b05 (patch) | |
| tree | 79f4b234063cf1ab78136c926ec519652180205e | |
| parent | e5cd179c5887de8287fc0faed31838db06cca27e (diff) | |
maybe will finally clean user branchesv0.25.103
| -rw-r--r-- | doClean.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -75,10 +75,12 @@ func doClean() (string, error) { if env.True("--force") { // try to force the issue for r := range notclean.IterAll() { - log.Info("FORCE THE ISSUE", r.FullPath) + log.Info("FORCE THE ISSUE. How? doFix.deleteuser...", r.FullPath) } } else { log.Info("NOT FORCEING THE ISSUE") + log.Info("FORCE THE ISSUE: forge --force clean") + log.Info("FORCE THE ISSUE: forge verify stats --all") } footer := me.forge.NormalCheckTB(notclean) s = fmt.Sprintf("(%d) not clean repos %s", notclean.Len(), footer) |
