Home
last modified time | relevance | path

Searched refs:patchRef (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/infra/bots/task_drivers/recreate_skps/
H A Drecreate_skps.go42 func botUpdate(ctx context.Context, checkoutRoot, gitCacheDir, skiaRev, patchRef, depotToolsDir str… argument
118 if patchRef != "" {
121 cmd = append(cmd, "--patch_ref", fmt.Sprintf("%s@%s:%s", patchRepoURL, patchBaseRev, patchRef))
144 patchRef = flag.String("patch_ref", "", "Patch ref, if any, associated with this task.")
216 …if err := botUpdate(ctx, checkoutRoot, gitCacheDir, *skiaRev, *patchRef, depotToolsDir, *local); e…