tracking down inconsistancies
This commit is contained in:
parent
f54f189bcd
commit
625dfe2f68
|
@ -197,5 +197,6 @@ func (f *Forge) ReAdd(repo *gitpb.Repo) (*gitpb.Repo, error) {
|
||||||
log.Info("ReAdd() error", fullpath, err)
|
log.Info("ReAdd() error", fullpath, err)
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
f.configSave = true
|
||||||
return repo, err
|
return repo, err
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,6 +58,7 @@ func (f *Forge) AddNamespaceDir(ns string, fullpath string) (*gitpb.Repo, error)
|
||||||
if f.Config.IsReadOnly(repo.GetGoPath()) {
|
if f.Config.IsReadOnly(repo.GetGoPath()) {
|
||||||
repo.ReadOnly = true
|
repo.ReadOnly = true
|
||||||
}
|
}
|
||||||
|
f.configSave = true
|
||||||
return repo, nil
|
return repo, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue