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

Daniel Lezcano git at users.sourceforge.net
Thu Nov 10 08:48:16 UTC 2011


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  5ddd950537c4f37814ac64a823ec1ab352c07b24 (commit)
       via  a2dea4ea209a8fcf6837668bbe59f350931d1c07 (commit)
       via  f549edcc73bc56ab6a1b58c216e278de169b3772 (commit)
       via  f6267d9011eea5074028dc44b49df3bd3df7443c (commit)
       via  93718f95af6bc38537b90629d9e5888f341afde9 (commit)
      from  7bd44bf6f68bfee9044ba783d1c3fc10f5f7650c (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 5ddd950537c4f37814ac64a823ec1ab352c07b24
Author: Stéphane Graber <stgraber at ubuntu.com>
Date:   Thu Nov 10 09:45:52 2011 +0100

    Ubuntu template: some tweaks
    
    Allow mknod (fixing udev upgrades) and drop mac_override and mac_admin
    from lxc.cap.drop as apparmor has/will have support for namespaces
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit a2dea4ea209a8fcf6837668bbe59f350931d1c07
Author: Greg Kurz <gkurz at fr.ibm.com>
Date:   Thu Nov 10 09:41:46 2011 +0100

    lxc: use -iquote instead of -I
    
    To avoid name collisions between local and system header
    files. For example, if you try to include the <pty.h>
    system file, you end up including the one from lxc...
    
    Signed-off-by: Greg Kurz <gkurz at fr.ibm.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit f549edcc73bc56ab6a1b58c216e278de169b3772
Author: Greg Kurz <gkurz at fr.ibm.com>
Date:   Thu Nov 10 09:41:46 2011 +0100

    lxc: fix erroneous includes
    
    The "" notation is preferrable if the header file is local.
    
    Signed-off-by: Greg Kurz <gkurz at fr.ibm.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit f6267d9011eea5074028dc44b49df3bd3df7443c
Author: Alexander Vladimirov <idkfa at vlan1.ru>
Date:   Thu Nov 10 09:41:46 2011 +0100

    add lxc-archlinux template
    
    Hi, here's the patch which adds Arch linux container template
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 93718f95af6bc38537b90629d9e5888f341afde9
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Thu Nov 10 09:41:46 2011 +0100

    fix lxc-destroy
    
    Add missing 'localstatedir' directory definition.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

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

Summary of changes:
 .gitignore                 |    1 +
 configure.ac               |    1 +
 src/lxc/Makefile.am        |    7 +-
 src/lxc/genl.c             |    5 +-
 src/lxc/lxc-destroy.in     |    1 +
 src/lxc/lxc_info.c         |    3 +-
 src/lxc/mainloop.h         |    2 +-
 src/lxc/network.c          |    5 +-
 src/lxc/nl.c               |    3 +-
 src/lxc/restart.c          |    3 +-
 src/lxc/rtnl.c             |    5 +-
 src/lxc/start.c            |    5 +-
 templates/Makefile.am      |    3 +-
 templates/lxc-archlinux.in |  462 ++++++++++++++++++++++++++++++++++++++++++++
 templates/lxc-ubuntu.in    |    5 +-
 15 files changed, 496 insertions(+), 15 deletions(-)
 create mode 100644 templates/lxc-archlinux.in


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list