summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-20 14:59:18 -0600
committerJeff Carr <[email protected]>2024-02-20 14:59:18 -0600
commit01bf4e80ebaa722e26bf63e5d3f2c5608fb71d4f (patch)
treed075413481cd1b876aea66f71d2b4323095336d1
parentf3a30ed95bdc02a0152759cc65692c998122af2a (diff)
start testing patch sets again
-rw-r--r--getPatches.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/getPatches.go b/getPatches.go
index 2916cea..ffb135e 100644
--- a/getPatches.go
+++ b/getPatches.go
@@ -103,8 +103,8 @@ func (repo *Repo) GetMasterPatches() (int, []*Patch) {
return c, all
}
-func makePatchset(setdir string) bool {
- for _, repo := range me.allrepos {
+func (r *RepoList) MakePatchset(setdir string) bool {
+ for _, repo := range r.allrepos {
userv := repo.Status.GetUserVersion()
develv := repo.Status.GetDevelVersion()
usern := repo.Status.GetUserBranchName()