[lxc-devel] [GIT] lxc branch, master, updated. 8f0a524dccd6c0f9b8fb0725449d9a57143d969d

Daniel Lezcano git at users.sourceforge.net
Fri Nov 20 14:01:49 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  8f0a524dccd6c0f9b8fb0725449d9a57143d969d (commit)
       via  3e4bb51f6f674efd5d41d90e54f7dcd95912a34e (commit)
       via  d957ae2d5134c0654819b1faf2315e6ccbc1c860 (commit)
       via  734915aca15f4f5ab8a3897fe72214bf279f63aa (commit)
       via  7418c9ced124f54e5683a448386d7dc5a8011778 (commit)
       via  158f998257e4e96683e563e139ffdb358d6eff67 (commit)
       via  6a22713f648be8bd21297f57d9b631eb4c537ffe (commit)
      from  ad3ac5e0adef246d7ada5dd259537feccf3d6521 (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 8f0a524dccd6c0f9b8fb0725449d9a57143d969d
Author: Daniel Lezcano <dlezcano at fr.ibm.com>
Date:   Fri Nov 20 15:01:32 2009 +0100

    version 0.6.4
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 3e4bb51f6f674efd5d41d90e54f7dcd95912a34e
Author: Daniel Lezcano <dlezcano at fr.ibm.com>
Date:   Fri Nov 20 15:01:31 2009 +0100

    fix rpm generation regarding latest modifications
    
    The configuration examples have been moved to doc/lxc/examples.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit d957ae2d5134c0654819b1faf2315e6ccbc1c860
Author: Michael Tokarev <mjt at tls.msk.ru>
Date:   Fri Nov 20 15:01:31 2009 +0100

    check if lxc.netdev.link is set for macvlan
    
    Ensure that lxc.netdev.link is specified for macvlan interfaces,
    since it's required.
    
    While at it, simplify logic in instanciate_macvlan():
    remove unnecessary-complicating goto statements (we only
    need to perform a cleanup in one place)
    
    Signed-off-by: Michael Tokarev <mjt at tls.msk.ru>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 734915aca15f4f5ab8a3897fe72214bf279f63aa
Author: Michael Tokarev <mjt at tls.msk.ru>
Date:   Fri Nov 20 15:01:31 2009 +0100

    allow link-less veth devices
    
    Before, a veth device pair required a link which was treated as
    a bridge device.  Code crashed if there was no lxc.network.link
    specified.  Fix that by allowing lxc.network.link to be unset
    
    Signed-off-by: Michael Tokarev <mjt at tls.msk.ru>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 7418c9ced124f54e5683a448386d7dc5a8011778
Author: Daniel Lezcano <dlezcano at fr.ibm.com>
Date:   Fri Nov 20 15:01:30 2009 +0100

    rollback configuration is a file
    
    The container will be a directory where the user can store everything,
    so we create one directory and store a configuration file inside.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 158f998257e4e96683e563e139ffdb358d6eff67
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Fri Nov 20 15:01:30 2009 +0100

    Do not chdir when daemonize
    
    With the previous modifications, a temporary directory is created
    to mount the rootfs in order to have the system container to remount
    itself the '/' directory.
    
    But in case of daemonize, we change the directory, so when the rootfs
    is specified with a relative path, we can not access it.
    
    Don't chdir, as that will be done automatically later in the chroot
    setup.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 6a22713f648be8bd21297f57d9b631eb4c537ffe
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Fri Nov 20 15:01:30 2009 +0100

    update the man pages
    
    Update the man pages regarding the different modifications.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

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

Summary of changes:
 configure.ac            |    2 +-
 doc/lxc-create.sgml.in  |   11 ++++-------
 doc/lxc-destroy.sgml.in |   22 +++++-----------------
 doc/lxc-start.sgml.in   |   13 ++++++-------
 doc/lxc.sgml.in         |   33 +++++++++++++++++++++++++++------
 lxc.spec.in             |    2 +-
 src/lxc/conf.c          |   25 ++++++++++++-------------
 src/lxc/lxc-create.in   |    8 +++++---
 src/lxc/lxc-destroy.in  |    2 +-
 src/lxc/lxc_execute.c   |    2 +-
 src/lxc/lxc_start.c     |    4 +---
 11 files changed, 64 insertions(+), 60 deletions(-)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list