From 8da44d8d2820586399fe9590eb12a9794e16bdfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 26 Jul 2022 08:33:25 +0200 Subject: [PATCH] docs: document values of "Backend" in asgen config --- docs/asgen-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/asgen-config.md b/docs/asgen-config.md index 3a512b9..252048c 100644 --- a/docs/asgen-config.md +++ b/docs/asgen-config.md @@ -46,7 +46,7 @@ An example `asgen-config.json` file may look like this: Key | Comment ------------ | ------------- ProjectName | The name of your project or distribution which ships AppStream metadata. -Backend | The backend that should be used to obtain the raw data. Defaults to `debian` if not set. +Backend | The backend that should be used to obtain the raw data. Options are: `alpinelinux`, `archlinux`, `debian`, `dummy`, `rpmmd`, `ubuntu`. Defaults to `debian` if not set. MetadataType | The type of the resulting AppStream metadata. Can be one of `YAML` or `XML`. If omitted, the backend's default value is used. ArchiveRoot | A local URL to the mirror of your archive, containing the dists/ and pool/ directories MediaBaseUrl | The http or https URL which should be used in the generated metadata to fetch media like screenshots or icons