diff options
| author | Jeff Carr <[email protected]> | 2025-10-13 04:11:55 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 04:11:55 -0500 |
| commit | 63d3e2b4de574cc10b6624b3815ca54167b5156d (patch) | |
| tree | 495834062d0ebb82c7b0cc3f8c48ebec9db77bae | |
| parent | 71138fb15b014200cc9c18e9c903700794947678 (diff) | |
add some debugging
| -rw-r--r-- | find.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -222,6 +222,7 @@ func cloneReposWithPatches() *gitpb.Repos { continue } else { log.Info("BRANCH IS NOT LOCAL", THEBRANCH) + repo.RunVerbose([]string{"bash", "-c", "git show-ref |grep -v tags"}) } stop += 1 if stop < 5 { |
