better output
This commit is contained in:
parent
7f831e90d2
commit
e713541b35
|
@ -19,7 +19,7 @@ func doMergeDevel() (*gitpb.Repos, error) {
|
||||||
log.Info("repo is dirty", repo.GetGoPath())
|
log.Info("repo is dirty", repo.GetGoPath())
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
log.Info("Starting merge on", repo.GetGoPath())
|
log.Infof("%s starting git merge", repo.FullPath)
|
||||||
if repo.CheckoutDevel() {
|
if repo.CheckoutDevel() {
|
||||||
log.Info("checkout devel failed", repo.GetGoPath())
|
log.Info("checkout devel failed", repo.GetGoPath())
|
||||||
err = fmt.Errorf("checkout devel failed")
|
err = fmt.Errorf("checkout devel failed")
|
||||||
|
|
Loading…
Reference in New Issue