Searched refs:RepoAlias (Results 1 – 2 of 2) sorted by relevance
74 if mgrcfg.RepoAlias == "" {75 mgrcfg.RepoAlias = mgrcfg.Repo285 Title: fmt.Sprintf("%v build error", mgr.mgrcfg.RepoAlias),376 rep.Title = fmt.Sprintf("%v boot error", mgr.mgrcfg.RepoAlias)378 rep.Title = fmt.Sprintf("%v test error", mgr.mgrcfg.RepoAlias)
94 RepoAlias string `json:"repo_alias"` member