ostree: move OSTreeImageOptions to the ostree package
Move the ostree image options to the ostree package and rename the type to ImageOptions (ostree.ImageOptions).
This commit is contained in:
parent
ffa1e1df17
commit
db431a565d
14 changed files with 114 additions and 69 deletions
|
|
@ -2452,7 +2452,7 @@ func (api *API) composeHandler(writer http.ResponseWriter, request *http.Request
|
|||
}
|
||||
testMode := q.Get("test")
|
||||
|
||||
ostreeOptions := distro.OSTreeImageOptions{
|
||||
ostreeOptions := &ostree.ImageOptions{
|
||||
URL: cr.OSTree.URL,
|
||||
}
|
||||
if testMode == "1" || testMode == "2" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue