Documentation ¶
Overview ¶
androidbuild implements a simple interface to look up skia git commit hashes from android buildIDs.
Index ¶
Constants ¶
View Source
const ( NUM_RETRIES = 10 PAGE_SIZE = 5 SLEEP_DURATION = 3 // TARGETS_KEY is the key for the list of space separated branch:targets we are monitoring. TARGETS_KEY = "android_ingest_targets" // LAST_BUILD_FOR_TARGET_TEMPLATE is expanded with the branch and target name to build they key for the last buildID seen for that target. LAST_BUILD_FOR_TARGET_TEMPLATE = "android_ingest_last_build:%s:%s" )
Variables ¶
This section is empty.
Functions ¶
func CommitsFromChanges ¶
func CommitsFromChanges(changes []*androidbuildinternal.Change) []*vcsinfo.ShortCommit
Types ¶
Click to show internal directories.
Click to hide internal directories.