From 597f5f9ea7fdc49435a59883fa07cb0873085c86 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Sun, 29 Aug 2021 12:48:13 +0200 Subject: [PATCH] stages/kickstart: add schema for remote option The code of the `org.osbuild.kickstart` stage already supported adding the `--remote` option for `ostreesetup` via the `remote` option but it was not included in the schema. --- stages/org.osbuild.kickstart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stages/org.osbuild.kickstart b/stages/org.osbuild.kickstart index b63847e07..e8c0944f8 100755 --- a/stages/org.osbuild.kickstart +++ b/stages/org.osbuild.kickstart @@ -40,6 +40,10 @@ SCHEMA = """ "ref": { "type": "string" }, + "remote": { + "type": "string", + "description": "The remote to tie tie commit to" + }, "gpg": { "type": "boolean", "default": true