From 29123a5b7aa0f520b44cddd23fc02416508fb263 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Mon, 19 Feb 2024 15:08:46 +0100 Subject: [PATCH] =?UTF-8?q?fix(docs/koji):=20add=20note=20about=20?= =?UTF-8?q?=E2=80=B9scratch=E2=80=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by @pvalena during set up of upstream Koji builds for `dracut`. Signed-off-by: Matej Focko --- docs/configuration/upstream/upstream_koji_build.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/configuration/upstream/upstream_koji_build.md b/docs/configuration/upstream/upstream_koji_build.md index 9a83648576..35ba5919ea 100644 --- a/docs/configuration/upstream/upstream_koji_build.md +++ b/docs/configuration/upstream/upstream_koji_build.md @@ -25,6 +25,14 @@ the more explicit `upstream_koji_build`.) ## Optional parameters +* **scratch** - (boolean) used to create a scratch (test) build instead of the real production build + + :::warning + + Needs to be set to `true` for upstream Koji builds. + + ::: + * **targets** - (a list of) targets we want to build for, list of supported targets can be listed using with `koji list-targets`. You can also use the [aliases provided by Packit](/docs/configuration#aliases)