#pragma once
#include <gio/gio.h>
+#include "otutil.h"
G_BEGIN_DECLS
#include "config.h"
+#include "otutil.h"
#include "ostree.h"
#include "ostree-deployment-private.h"
-#include "libglnx.h"
typedef GObjectClass OstreeDeploymentClass;
#include "config.h"
#include <gio/gio.h>
-#include "libglnx.h"
+#include "otutil.h"
#ifdef HAVE_LIBARCHIVE
#include <archive.h>
#include <archive_entry.h>
#include "config.h"
-#include "ostree.h"
#include "otutil.h"
+#include "ostree.h"
/**
* SECTION:ostree-mutable-tree
#include <sys/xattr.h>
#include <glib/gprintf.h>
+#include "otutil.h"
#include "ostree.h"
#include "ostree-core-private.h"
#include "ostree-repo-private.h"
#include "ostree-repo-file-enumerator.h"
#include "ostree-checksum-input-stream.h"
#include "ostree-varint.h"
-#include "otutil.h"
gboolean
_ostree_repo_ensure_loose_objdir_at (int dfd,
#include "config.h"
+#include "otutil.h"
#include "ostree.h"
#include "ostree-core-private.h"
#include "ostree-repo-private.h"
#pragma once
#include <sys/statvfs.h>
+#include "otutil.h"
#include "ostree-ref.h"
#include "ostree-repo.h"
#include "ostree-remote-private.h"
-#include "otutil.h"
G_BEGIN_DECLS
#include <systemd/sd-journal.h>
#endif
+#include "otutil.h"
#include "ostree.h"
#include "ostree-sysroot-private.h"
#include "ostree-sepolicy-private.h"
#include "ostree-deployment-private.h"
#include "ostree-core-private.h"
#include "ostree-linuxfsutil.h"
-#include "otutil.h"
#include "libglnx.h"
#define OSTREE_VARRELABEL_ID "da679b08acd34504b789d96f818ea781"
#pragma once
+#include "otutil.h"
#include <gio/gio.h>
G_BEGIN_DECLS
#include "config.h"
+#include "otutil.h"
#include "ot-main.h"
#include "ot-builtins.h"
+#include "ostree-libarchive-private.h"
#include "ostree.h"
#include "ostree-repo-file.h"
-#include "ostree-libarchive-private.h"
-#include "otutil.h"
#ifdef HAVE_LIBARCHIVE
#include <archive.h>
g_autoptr(GFile) subtree = NULL;
g_autofree char *commit = NULL;
g_autoptr(GVariant) commit_data = NULL;
+#ifdef HAVE_LIBARCHIVE
g_autoptr(OtAutoArchiveWrite) a = NULL;
+#endif
OstreeRepoExportArchiveOptions opts = { 0, };
context = g_option_context_new ("COMMIT - Stream COMMIT to stdout in tar format");