mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-25 01:34:34 +03:00
Merge pull request #2624 from cgwalters/misc-introspection-fixes
Rename ostree-cmdprivate to drop out of introspection
This commit is contained in:
commit
971d5bc461
@ -53,8 +53,8 @@ CLEANFILES += $(BUILT_SOURCES)
|
|||||||
|
|
||||||
libostree_1_la_SOURCES = \
|
libostree_1_la_SOURCES = \
|
||||||
src/libostree/ostree-async-progress.c \
|
src/libostree/ostree-async-progress.c \
|
||||||
src/libostree/ostree-cmdprivate.h \
|
src/libostree/ostree-cmd-private.h \
|
||||||
src/libostree/ostree-cmdprivate.c \
|
src/libostree/ostree-cmd-private.c \
|
||||||
src/libostree/ostree-core-private.h \
|
src/libostree/ostree-core-private.h \
|
||||||
src/libostree/ostree-core.c \
|
src/libostree/ostree-core.c \
|
||||||
src/libostree/ostree-date-utils.c \
|
src/libostree/ostree-date-utils.c \
|
||||||
|
@ -71,7 +71,7 @@ IGNORE_HFILES= \
|
|||||||
ostree-bootloader-grub2.h \
|
ostree-bootloader-grub2.h \
|
||||||
ostree-bootloader-syslinux.h \
|
ostree-bootloader-syslinux.h \
|
||||||
ostree-bootloader-uboot.h \
|
ostree-bootloader-uboot.h \
|
||||||
ostree-cmdprivate.h \
|
ostree-cmd-private.h \
|
||||||
ostree-core-private.h \
|
ostree-core-private.h \
|
||||||
ostree-fetcher.h \
|
ostree-fetcher.h \
|
||||||
ostree-gpg-verifier.h \
|
ostree-gpg-verifier.h \
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "ostree-cmdprivate.h"
|
#include "ostree-cmd-private.h"
|
||||||
#include "ostree-repo-private.h"
|
#include "ostree-repo-private.h"
|
||||||
#include "ostree-core-private.h"
|
#include "ostree-core-private.h"
|
||||||
#include "ostree-repo-static-delta-private.h"
|
#include "ostree-repo-static-delta-private.h"
|
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
#include "ostree.h"
|
#include "ostree.h"
|
||||||
#include "ostree-core-private.h"
|
#include "ostree-core-private.h"
|
||||||
#include "ostree-cmdprivate.h"
|
#include "ostree-cmd-private.h"
|
||||||
|
|
||||||
#ifdef HAVE_LIBMOUNT
|
#ifdef HAVE_LIBMOUNT
|
||||||
typedef FILE OtLibMountFile;
|
typedef FILE OtLibMountFile;
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include "ostree-core-private.h"
|
#include "ostree-core-private.h"
|
||||||
#include "ostree-repo-private.h"
|
#include "ostree-repo-private.h"
|
||||||
#include "ostree-lzma-decompressor.h"
|
#include "ostree-lzma-decompressor.h"
|
||||||
#include "ostree-cmdprivate.h"
|
#include "ostree-cmd-private.h"
|
||||||
#include "ostree-checksum-input-stream.h"
|
#include "ostree-checksum-input-stream.h"
|
||||||
#include "ostree-repo-static-delta-private.h"
|
#include "ostree-repo-static-delta-private.h"
|
||||||
#include "otutil.h"
|
#include "otutil.h"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "ostree.h"
|
#include "ostree.h"
|
||||||
#include "otutil.h"
|
#include "otutil.h"
|
||||||
|
|
||||||
#include "ostree-cmdprivate.h"
|
#include "ostree-cmd-private.h"
|
||||||
|
|
||||||
static GOptionEntry options[] = {
|
static GOptionEntry options[] = {
|
||||||
{ NULL }
|
{ NULL }
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#include "ostree.h"
|
#include "ostree.h"
|
||||||
#include "otutil.h"
|
#include "otutil.h"
|
||||||
|
|
||||||
#include "ostree-cmdprivate.h"
|
#include "ostree-cmd-private.h"
|
||||||
#include "ostree.h"
|
#include "ostree.h"
|
||||||
|
|
||||||
static GOptionEntry options[] = {
|
static GOptionEntry options[] = {
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#include "ot-main.h"
|
#include "ot-main.h"
|
||||||
#include "ot-admin-instutil-builtins.h"
|
#include "ot-admin-instutil-builtins.h"
|
||||||
#include "ostree-cmdprivate.h"
|
#include "ostree-cmd-private.h"
|
||||||
|
|
||||||
#include "otutil.h"
|
#include "otutil.h"
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include "ot-main.h"
|
#include "ot-main.h"
|
||||||
#include "ot-builtins.h"
|
#include "ot-builtins.h"
|
||||||
#include "ostree.h"
|
#include "ostree.h"
|
||||||
#include "ostree-cmdprivate.h"
|
#include "ostree-cmd-private.h"
|
||||||
#include "otutil.h"
|
#include "otutil.h"
|
||||||
|
|
||||||
static gboolean opt_quiet;
|
static gboolean opt_quiet;
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include "ot-main.h"
|
#include "ot-main.h"
|
||||||
#include "ot-builtins.h"
|
#include "ot-builtins.h"
|
||||||
#include "ostree.h"
|
#include "ostree.h"
|
||||||
#include "ostree-cmdprivate.h"
|
#include "ostree-cmd-private.h"
|
||||||
#include "ot-main.h"
|
#include "ot-main.h"
|
||||||
#include "otutil.h"
|
#include "otutil.h"
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#include <libglnx.h>
|
#include <libglnx.h>
|
||||||
|
|
||||||
#include "ostree-cmdprivate.h"
|
#include "ostree-cmd-private.h"
|
||||||
#include "ostree-mount-util.h"
|
#include "ostree-mount-util.h"
|
||||||
|
|
||||||
static const char *arg_dest = "/tmp";
|
static const char *arg_dest = "/tmp";
|
||||||
|
Loading…
Reference in New Issue
Block a user