[ostree] core: remove stub http backend for now



commit 796dc7fc57add1743934af53955a65ef7520b950
Author: Colin Walters <walters verbum org>
Date:   Wed Nov 2 12:43:25 2011 -0400

    core: remove stub http backend for now
    
    The plain http pull is probably good enough.

 Makefile-src.am           |    7 -------
 src/ostree-http-backend.c |   45 ---------------------------------------------
 tests/libtest.sh          |    2 --
 3 files changed, 0 insertions(+), 54 deletions(-)
---
diff --git a/Makefile-src.am b/Makefile-src.am
index ae28761..30b5af8 100644
--- a/Makefile-src.am
+++ b/Makefile-src.am
@@ -61,10 +61,3 @@ ostree_SOURCES = src/main.c \
 	$(NULL)
 ostree_CFLAGS = -I$(srcdir)/src -I$(srcdir)/src/libostree -I$(srcdir)/src/libotutil -DLOCALEDIR=\"$(datadir)/locale\" $(OT_COREBIN_DEP_CFLAGS)
 ostree_LDADD = libotutil.la libostree.la $(OT_COREBIN_DEP_LIBS)
-
-bin_PROGRAMS += ostree-http-backend
-
-ostree_http_backend_SOURCES = src/ostree-http-backend.c
-ostree_http_backend_CFLAGS = -I$(srcdir)/src -I$(srcdir)/src/libostree -I$(srcdir)/src/libotutil -DLOCALEDIR=\"$(datadir)/locale\" $(OT_COREBIN_DEP_CFLAGS)
-ostree_http_backend_LDADD = libotutil.la libostree.la $(OT_COREBIN_DEP_LIBS)
-
diff --git a/tests/libtest.sh b/tests/libtest.sh
index 526c88a..0068b58 100644
--- a/tests/libtest.sh
+++ b/tests/libtest.sh
@@ -119,8 +119,6 @@ setup_fake_remote_repo1() {
     cd ${test_tmpdir}
     mkdir ${test_tmpdir}/httpd
     cd httpd
-    cp $(command -v ostree-http-backend) .
-    chmod a+x ostree-http-backend
     cat >httpd.conf <<EOF
 ServerRoot ${test_tmpdir}/httpd
 PidFile pid



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