From 9e5f82eb6336f28aa07115b6594d23e84f4a5fdb Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 7 May 2024 11:49:39 +0200 Subject: [PATCH] 02-external: move common text under depsolve-dnf{4,5} The depsolve-dnf5 description was mixed up with the description below. This commit fixes this. --- doc/03-omnifest/02-external.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/03-omnifest/02-external.md b/doc/03-omnifest/02-external.md index f93dbe02..7443102c 100644 --- a/doc/03-omnifest/02-external.md +++ b/doc/03-omnifest/02-external.md @@ -4,20 +4,16 @@ These directives are only allowed within a [`otk.target.osbuild.`](./01-directive.md#otktargetconsumername). -### `otk.external.osbuild.depsolve-dnf4` +### `otk.external.osbuild.depsolve-dnf{4,5}` Solves a list of package specifications to RPMs and specifies them in the osbuild manifest as sources. -### `otk.external.osbuild.depsolve-dnf5` - -Expects a `map` as its value. +### `otk.external.osbuild.file-from-text` `osbuild` directives to write files. **If a stage exists for the type of file you want to write: use it.** See the [best practices](../04-best-practices.md). -### `otk.external.osbuild.file-from-text` - Write inline text to a file. Creates a source in the manifest and copies that source to the destination in the tree.