Lines Matching refs:akaros
12 type akaros struct { struct
17 func newAkaros(vm, dir string) *akaros {
18 return &akaros{
24 func (ctx *akaros) Poll(repo, branch string) (*Commit, error) { argument
31 func (ctx *akaros) CheckoutBranch(repo, branch string) (*Commit, error) { argument
35 func (ctx *akaros) CheckoutCommit(repo, commit string) (*Commit, error) { argument
39 func (ctx *akaros) SwitchCommit(commit string) (*Commit, error) { argument
43 func (ctx *akaros) HeadCommit() (*Commit, error) { argument
47 func (ctx *akaros) ListRecentCommits(baseCommit string) ([]string, error) { argument
51 func (ctx *akaros) ExtractFixTagsFromCommits(baseCommit, email string) ([]FixCommit, error) { argument
55 func (ctx *akaros) Bisect(bad, good string, trace io.Writer, pred func() (BisectResult, error)) (*C… argument
59 func (ctx *akaros) PreviousReleaseTags(commit string) ([]string, error) { argument