Skip to content

Commit

Permalink
stages/kickstart: add schema for remote option
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gicmo authored and teg committed Aug 29, 2021
1 parent 82cc2ae commit 597f5f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stages/org.osbuild.kickstart
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ SCHEMA = """
"ref": {
"type": "string"
},
"remote": {
"type": "string",
"description": "The remote to tie tie commit to"
},
"gpg": {
"type": "boolean",
"default": true
Expand Down

0 comments on commit 597f5f9

Please sign in to comment.