summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-04 20:39:32 -0500
committerJeff Carr <[email protected]>2025-09-04 20:39:32 -0500
commit625dfe2f68cb52f8f7e10a918105036927e552a7 (patch)
tree9a339f92bebccfccac15329cde83a06d4a0b362a
parentf54f189bcd079221cf314c616fbe1d993f43846e (diff)
tracking down inconsistancies
-rw-r--r--goSrcScan.go1
-rw-r--r--repoNew.go1
2 files changed, 2 insertions, 0 deletions
diff --git a/goSrcScan.go b/goSrcScan.go
index 2eac3e6..8a07842 100644
--- a/goSrcScan.go
+++ b/goSrcScan.go
@@ -197,5 +197,6 @@ func (f *Forge) ReAdd(repo *gitpb.Repo) (*gitpb.Repo, error) {
log.Info("ReAdd() error", fullpath, err)
return nil, err
}
+ f.configSave = true
return repo, err
}
diff --git a/repoNew.go b/repoNew.go
index 14c8106..15f4d9d 100644
--- a/repoNew.go
+++ b/repoNew.go
@@ -58,6 +58,7 @@ func (f *Forge) AddNamespaceDir(ns string, fullpath string) (*gitpb.Repo, error)
if f.Config.IsReadOnly(repo.GetGoPath()) {
repo.ReadOnly = true
}
+ f.configSave = true
return repo, nil
}