[ostree] cmd: Drop "ostree admin install" and curl fetcher
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] cmd: Drop "ostree admin install" and curl fetcher
- Date: Wed, 10 Jul 2013 00:55:48 +0000 (UTC)
commit 45c75366971669e10ce5441ee2d0be4e043b645f
Author: Colin Walters <walters verbum org>
Date: Tue Jul 9 20:16:49 2013 -0400
cmd: Drop "ostree admin install" and curl fetcher
It isn't useful at the moment, since the deploy stuff all changed. It
will make sense to bring back later, but for now let's not carry
broken untested code.
Makefile-ostree.am | 3 -
src/ostree/ostree-curl-fetcher.c | 204 ---------------------------------
src/ostree/ostree-curl-fetcher.h | 57 ---------
src/ostree/ot-admin-builtin-install.c | 203 --------------------------------
src/ostree/ot-builtin-admin.c | 1 -
5 files changed, 0 insertions(+), 468 deletions(-)
---
diff --git a/Makefile-ostree.am b/Makefile-ostree.am
index b438235..44cc588 100644
--- a/Makefile-ostree.am
+++ b/Makefile-ostree.am
@@ -20,8 +20,6 @@
bin_PROGRAMS += ostree
ostree_SOURCES = src/ostree/main.c \
- src/ostree/ostree-curl-fetcher.h \
- src/ostree/ostree-curl-fetcher.c \
src/ostree/ot-builtin-admin.c \
src/ostree/ot-builtins.h \
src/ostree/ot-builtin-cat.c \
@@ -53,7 +51,6 @@ ostree_SOURCES += \
src/ostree/ot-admin-builtin-deploy.c \
src/ostree/ot-admin-builtin-prune.c \
src/ostree/ot-admin-builtin-os-init.c \
- src/ostree/ot-admin-builtin-install.c \
src/ostree/ot-admin-builtin-status.c \
src/ostree/ot-admin-builtin-upgrade.c \
src/ostree/ot-admin-builtins.h \
diff --git a/src/ostree/ot-builtin-admin.c b/src/ostree/ot-builtin-admin.c
index 8b54f88..929542d 100644
--- a/src/ostree/ot-builtin-admin.c
+++ b/src/ostree/ot-builtin-admin.c
@@ -47,7 +47,6 @@ static OstreeAdminCommand admin_subcommands[] = {
{ "os-init", ot_admin_builtin_os_init },
{ "init-fs", ot_admin_builtin_init_fs },
{ "deploy", ot_admin_builtin_deploy },
- { "install", ot_admin_builtin_install },
{ "upgrade", ot_admin_builtin_upgrade },
{ "prune", ot_admin_builtin_prune },
{ "status", ot_admin_builtin_status },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]