OstreeDeployment **out_new_deployment, GCancellable *cancellable,
GError **error)
{
+ GLNX_AUTO_PREFIX_ERROR ("Initializing deployment", error);
+
g_assert (osname != NULL || self->booted_deployment != NULL);
if (osname == NULL)
OstreeDeployment **out_new_deployment,
GCancellable *cancellable, GError **error)
{
+ GLNX_AUTO_PREFIX_ERROR ("Deploying tree", error);
+
if (!_ostree_sysroot_ensure_writable (self, error))
return FALSE;
OstreeDeployment **out_new_deployment,
GCancellable *cancellable, GError **error)
{
+ GLNX_AUTO_PREFIX_ERROR ("Staging deployment", error);
+
if (!_ostree_sysroot_ensure_writable (self, error))
return FALSE;