mirror of
https://github.com/containers/podman.git
synced 2025-09-27 00:34:32 +08:00
github.com/containers/storage v1.12.13
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
3
vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin/checkout.go
generated
vendored
3
vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin/checkout.go
generated
vendored
@ -93,6 +93,9 @@ func processOneCheckout(crepo *C.OstreeRepo, resolvedCommit *C.char, destination
|
||||
if opts.Union {
|
||||
repoCheckoutAtOptions.overwrite_mode = C.OSTREE_REPO_CHECKOUT_OVERWRITE_UNION_FILES
|
||||
}
|
||||
if opts.RequireHardlinks {
|
||||
repoCheckoutAtOptions.no_copy_fallback = C.TRUE
|
||||
}
|
||||
|
||||
// Checkout commit to destination
|
||||
if !glib.GoBool(glib.GBoolean(C.ostree_repo_checkout_at(crepo, &repoCheckoutAtOptions, C._at_fdcwd(), cdest, resolvedCommit, nil, &cerr))) {
|
||||
|
Reference in New Issue
Block a user