stages/ostree.pull: add remote parameter

Add an optional `remote` parameter that can be used to specify the
the remote to track for the pulled commits.
This commit is contained in:
Christian Kellner 2021-08-27 12:56:59 +02:00 committed by Tom Gundersen
parent 4459a37a66
commit 7ea9796d9b
3 changed files with 14 additions and 2 deletions

View file

@ -813,7 +813,8 @@
{
"type": "org.osbuild.ostree.pull",
"options": {
"repo": "/ostree/repo"
"repo": "/ostree/repo",
"remote": "osbuild"
},
"inputs": {
"commits": {

View file

@ -253,7 +253,8 @@
{
"type": "org.osbuild.ostree.pull",
"options": {
"repo": "/ostree/repo"
"repo": "/ostree/repo",
"remote": "osbuild"
},
"inputs": {
"commits": {