From 286f41ddcb79eb4635c5fe5bcc711607570fdd51 Mon Sep 17 00:00:00 2001 From: Florent Revest Date: Fri, 16 Jan 2026 13:00:04 +0100 Subject: pkg/aflow: support setting a custom repository For situations where the user wants to reproduce bugs against a different repository than mainline. --- pkg/aflow/flow/patching/patching.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/aflow/flow/patching/patching.go') 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 { -- cgit mrf-deployment