aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/flow/patching/patching.go
diff options
context:
space:
mode:
authorFlorent Revest <revest@chromium.org>2026-01-16 13:00:04 +0100
committerDmitry Vyukov <dvyukov@google.com>2026-01-21 11:23:17 +0000
commit286f41ddcb79eb4635c5fe5bcc711607570fdd51 (patch)
treeb45da2af6c5e5d93560f25762cf445a0a0e7e4ed /pkg/aflow/flow/patching/patching.go
parent6f1aa2f9384c3d4b4579b2da10ef9b1451804919 (diff)
pkg/aflow: support setting a custom repository
For situations where the user wants to reproduce bugs against a different repository than mainline.
Diffstat (limited to 'pkg/aflow/flow/patching/patching.go')
-rw-r--r--pkg/aflow/flow/patching/patching.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/aflow/flow/patching/patching.go b/pkg/aflow/flow/patching/patching.go
index 856962e6c..ab3394f4e 100644
--- a/pkg/aflow/flow/patching/patching.go
+++ b/pkg/aflow/flow/patching/patching.go
@@ -29,6 +29,7 @@ type Inputs struct {
// Use this fixed based kernel commit (for testing/local running).
FixedBaseCommit string
+ FixedRepository string
}
type Outputs struct {