start testing patch sets again
This commit is contained in:
parent
f3a30ed95b
commit
01bf4e80eb
|
@ -103,8 +103,8 @@ func (repo *Repo) GetMasterPatches() (int, []*Patch) {
|
||||||
return c, all
|
return c, all
|
||||||
}
|
}
|
||||||
|
|
||||||
func makePatchset(setdir string) bool {
|
func (r *RepoList) MakePatchset(setdir string) bool {
|
||||||
for _, repo := range me.allrepos {
|
for _, repo := range r.allrepos {
|
||||||
userv := repo.Status.GetUserVersion()
|
userv := repo.Status.GetUserVersion()
|
||||||
develv := repo.Status.GetDevelVersion()
|
develv := repo.Status.GetDevelVersion()
|
||||||
usern := repo.Status.GetUserBranchName()
|
usern := repo.Status.GetUserBranchName()
|
||||||
|
|
Loading…
Reference in New Issue