Documentation ¶
Overview ¶
Package continuous periodically queries the android build api and looks for new buildids against a given list of branches and then updates poprepo with those new buildids.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildSlice ¶
func (BuildSlice) Len ¶
func (p BuildSlice) Len() int
func (BuildSlice) Less ¶
func (p BuildSlice) Less(i, j int) bool
func (BuildSlice) Swap ¶
func (p BuildSlice) Swap(i, j int)
type Process ¶
Process periodically queries the android build api and looks for new buildids against a given list of branches and then updates poprepo with those new buildids.
func New ¶
func New(checkout git.Checkout, lookupCache *lookup.Cache, client *http.Client, local bool, subdomain string) (*Process, error)
New returns a new *Process.
The lookupCache has entries added as they are found in Start().
If running in production then 'local' should be false.
Click to show internal directories.
Click to hide internal directories.