diff options
| author | Jeff Carr <[email protected]> | 2025-11-05 18:03:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-11-05 18:03:00 -0600 |
| commit | 08d6642f359c70025ed27778776c384451b0a949 (patch) | |
| tree | 5a5ef4e5b6de61ba2e62f815c14436ca0e4ddf6e | |
| parent | 0c7d6fcb597fc95be801d266b1f15a3585864f1c (diff) | |
minorv0.0.201
| -rw-r--r-- | rill.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -188,6 +188,7 @@ func (f *Forge) RunOnReposSlow(repos *gitpb.Repos, rillf func(*gitpb.Repo) error failed := gitpb.NewRepos() counter := 1 for repo := range repos.IterAll() { + log.Info("Starting Slow() on", repo.FullPath) err := rillf(repo) if err == nil { continue |
