[lxc-devel] [GIT] lxc branch, master, updated. 5b46e19c3f0c3f89e8d853d0239b5ab3a2e049a2

Daniel Lezcano git at users.sourceforge.net
Thu Oct 22 13:34:08 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".

The branch, master has been updated
       via  5b46e19c3f0c3f89e8d853d0239b5ab3a2e049a2 (commit)
       via  881450bbedbe722f4b92f03c3b2633fae2f8a13c (commit)
       via  92d385229be040cf034ac6efd9405b7bdfe06a3e (commit)
      from  0e322d22956f86db247a321859d9b2c50fcfcf14 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5b46e19c3f0c3f89e8d853d0239b5ab3a2e049a2
Author: Cedric Le Goater <legoater at free.fr>
Date:   Thu Oct 22 15:33:40 2009 +0200

    lxc: kill libtool
    
    This is useless in a Linux only environment. The .so version is
    the version of the package.
    
    Signed-off-by: Cedric Le Goater <clg at fr.ibm.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 881450bbedbe722f4b92f03c3b2633fae2f8a13c
Author: Daniel Lezcano <dlezcano at fr.ibm.com>
Date:   Thu Oct 22 15:33:40 2009 +0200

    use config.h to define the lxcpath and co
    
    Instead of passing the LXCPATH definition in the compiler
    command line, use configure.ac to define the value in the config.h
    file and include this file where it is needed.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 92d385229be040cf034ac6efd9405b7bdfe06a3e
Author: Daniel Lezcano <dlezcano at fr.ibm.com>
Date:   Thu Oct 22 15:33:40 2009 +0200

    remove test directory
    
    These tests are not relevant now. It would be better to write
    some real test cases with some script using the lxc cli in order
    to check non regression.
    I remove these annoying tests I have to port each time a function
    prototype is changed.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am              |    4 +-
 autogen.sh               |    3 +-
 configure.ac             |   11 ++---
 src/lxc/Makefile.am      |   78 +++++++++++++++++++++++++----------
 src/lxc/cgroup.c         |    1 +
 src/lxc/conf.c           |    1 +
 src/lxc/create.c         |    3 +-
 src/lxc/destroy.c        |    2 +
 src/lxc/lock.c           |    2 +
 src/lxc/lxc_checkpoint.c |    1 +
 src/lxc/lxc_execute.c    |    1 +
 src/lxc/namespace.h      |    1 -
 src/lxc/state.c          |    1 +
 test/Makefile.am         |   97 -------------------------------------------
 test/conf.c              |  102 ----------------------------------------------
 test/confile.c           |   79 -----------------------------------
 test/dev.c               |   76 ----------------------------------
 test/forward.c           |   77 ----------------------------------
 test/ipv4_add.c          |   66 -----------------------------
 test/ipv6_add.c          |   74 ---------------------------------
 test/lxc_create.c        |   67 ------------------------------
 test/lxc_destroy.c       |   56 -------------------------
 test/lxc_low_monitor.c   |   67 ------------------------------
 test/lxc_start.c         |   74 ---------------------------------
 test/lxc_state.c         |   65 -----------------------------
 test/lxc_stop.c          |   59 --------------------------
 test/macvlan.c           |   66 -----------------------------
 test/movedev.c           |   64 -----------------------------
 test/proxy.c             |   77 ----------------------------------
 test/tst_list.c          |   66 -----------------------------
 test/veth.c              |   66 -----------------------------
 31 files changed, 74 insertions(+), 1333 deletions(-)
 delete mode 100644 test/Makefile.am
 delete mode 100644 test/conf.c
 delete mode 100644 test/confile.c
 delete mode 100644 test/dev.c
 delete mode 100644 test/forward.c
 delete mode 100644 test/ipv4_add.c
 delete mode 100644 test/ipv6_add.c
 delete mode 100644 test/lxc_create.c
 delete mode 100644 test/lxc_destroy.c
 delete mode 100644 test/lxc_low_monitor.c
 delete mode 100644 test/lxc_start.c
 delete mode 100644 test/lxc_state.c
 delete mode 100644 test/lxc_stop.c
 delete mode 100644 test/macvlan.c
 delete mode 100644 test/movedev.c
 delete mode 100644 test/proxy.c
 delete mode 100644 test/tst_list.c
 delete mode 100644 test/veth.c


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list