[ostree/wip/archive-v3: 5/10] core: Drop 'compose' builtin



commit 188621f0b25b0b78a230950ba6e2241c1499b6f5
Author: Colin Walters <walters verbum org>
Date:   Mon Apr 9 17:39:11 2012 -0400

    core: Drop 'compose' builtin
    
    We'll just add this functionality to commit.

 Makefile-ostree.am              |    1 -
 src/ostree/main.c               |    1 -
 src/ostree/ot-builtin-compose.c |  282 ---------------------------------------
 src/ostree/ot-builtins.h        |    1 -
 tests/t0004-compose.sh          |   95 -------------
 5 files changed, 0 insertions(+), 380 deletions(-)
---
diff --git a/Makefile-ostree.am b/Makefile-ostree.am
index 0eedd14..a1d2e5a 100644
--- a/Makefile-ostree.am
+++ b/Makefile-ostree.am
@@ -25,7 +25,6 @@ ostree_SOURCES = src/ostree/main.c \
 	src/ostree/ot-builtin-checkout.c \
 	src/ostree/ot-builtin-checksum.c \
 	src/ostree/ot-builtin-commit.c \
-	src/ostree/ot-builtin-compose.c \
 	src/ostree/ot-builtin-diff.c \
 	src/ostree/ot-builtin-fsck.c \
 	src/ostree/ot-builtin-init.c \
diff --git a/src/ostree/main.c b/src/ostree/main.c
index 1b434b6..95a81b2 100644
--- a/src/ostree/main.c
+++ b/src/ostree/main.c
@@ -36,7 +36,6 @@ static OstreeBuiltin builtins[] = {
   { "diff", ostree_builtin_diff, 0 },
   { "init", ostree_builtin_init, 0 },
   { "commit", ostree_builtin_commit, 0 },
-  { "compose", ostree_builtin_compose, 0 },
   { "local-clone", ostree_builtin_local_clone, 0 },
   { "log", ostree_builtin_log, 0 },
   { "ls", ostree_builtin_ls, 0 },
diff --git a/src/ostree/ot-builtins.h b/src/ostree/ot-builtins.h
index 73afccc..4cb675c 100644
--- a/src/ostree/ot-builtins.h
+++ b/src/ostree/ot-builtins.h
@@ -31,7 +31,6 @@ gboolean ostree_builtin_cat (int argc, char **argv, GFile *repo_path, GError **e
 gboolean ostree_builtin_checkout (int argc, char **argv, GFile *repo_path, GError **error);
 gboolean ostree_builtin_checksum (int argc, char **argv, GFile *repo_path, GError **error);
 gboolean ostree_builtin_commit (int argc, char **argv, GFile *repo_path, GError **error);
-gboolean ostree_builtin_compose (int argc, char **argv, GFile *repo_path, GError **error);
 gboolean ostree_builtin_diff (int argc, char **argv, GFile *repo_path, GError **error);
 gboolean ostree_builtin_init (int argc, char **argv, GFile *repo_path, GError **error);
 gboolean ostree_builtin_local_clone (int argc, char **argv, GFile *repo_path, GError **error);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]