mirror of
https://github.com/containers/skopeo.git
synced 2025-09-14 05:50:56 +00:00
update github.com/containers/{image,storage}
Signed-off-by: Valentin Rothberg <rothberg@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