diff options
| -rw-r--r-- | find.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -233,6 +233,10 @@ func cloneReposWithPatches() *gitpb.Repos { log.Info("pb thinks it has:", repo.Namespace, t.Refname) } } else { + log.Info("curbranch is doesn't exist. this'll cause all sorts of problems", THEBRANCH, repo.FullPath) + log.Info("checking out with force", repo.FullPath) + repo.CheckoutForce() + repo.RunVerbose([]string{"git", "branch"}) repo.ReloadForce() me.forge.Repos.SaveSafe() panic("stop. run 'forge fixer porcelein' and see what happens") |
