[lxc-devel] [GIT] lxc branch, master, updated. c1c75c04a6b7d7926b6eaaf45309d35d7650f6d2

Daniel Lezcano git at users.sourceforge.net
Sat Jun 25 13:19:50 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  c1c75c04a6b7d7926b6eaaf45309d35d7650f6d2 (commit)
       via  7c3ab01ffd3f59786fef85a5cbb1718659630f4d (commit)
       via  c6992ecf0d9a452c1119d56b173859fba76ac713 (commit)
       via  8339b4c86a111a38e398f576318632491facb7ad (commit)
       via  e2b4064f94f47246e5e2e6359b91b57cab0a0652 (commit)
      from  b722bed2da417532bbc4a12cb36a32ba7bbac783 (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 c1c75c04a6b7d7926b6eaaf45309d35d7650f6d2
Author: Serge Hallyn <serge.hallyn at ubuntu.com>
Date:   Sat Jun 25 15:17:47 2011 +0200

    print netdev name, not link, after moving dev into netns
    
    Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 7c3ab01ffd3f59786fef85a5cbb1718659630f4d
Author: Serge Hallyn <serge.hallyn at ubuntu.com>
Date:   Sat Jun 25 15:17:47 2011 +0200

    Clarify the template-specific options a bit in lxc-create's help
    
    This does not supplant the need for a manpage, but it's a start.
    
    Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit c6992ecf0d9a452c1119d56b173859fba76ac713
Author: Serge Hallyn <serge.hallyn at ubuntu.com>
Date:   Sat Jun 25 15:17:47 2011 +0200

    lxc-ubuntu: Default to current ubuntu release.
    
    If can't match any valid release, use lucid.
    
    Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
    Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 8339b4c86a111a38e398f576318632491facb7ad
Author: Serge Hallyn <serge.hallyn at ubuntu.com>
Date:   Sat Jun 25 15:17:47 2011 +0200

    lxc-ubuntu: Base arch detection code on debootstrap's with some additions when we don't have dpkg or udpkg
    
    Changelog: [seh] Don't take arch from environment
    
    Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
    Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit e2b4064f94f47246e5e2e6359b91b57cab0a0652
Author: Serge Hallyn <serge.hallyn at ubuntu.com>
Date:   Sat Jun 25 15:17:47 2011 +0200

    consolidate ubuntu templates
    
    Consolidate lucid, maverick, natty, and oneiric templates into one 'ubuntu'
    template.
    
    Add support for specifying architecture.
    
    Add support for '--trim|-x' option, which removes services like the lucid
    template used to.  This creates smaller, faster-booting containers, but they
    will not be safe with certain upgrades, like mountall or udev.  When -x is
    not specified for lucid or maverick container, then install lxcguest from
    the ubuntu-virt ppa, since it does not exist in the official archives, and
    the container is not safe to boot without lxcguest.
    
    Add support for '--bindhome <user>' option, which will cause /home/<user>
    to be bind-mounted into the container, and create the user with his
    original password, shell, and group memberships in the container.
    
    changelog:
      june 23:
        lxc-ubuntu template: set lxc.arch in config
        install lxcguest when NOT trimming the container
        lxc-ubuntu: always install lxcguest in postprocess
    
    Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

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

Summary of changes:
 configure.ac                              |    5 +-
 doc/lxc-create.sgml.in                    |    2 +-
 src/lxc/conf.c                            |    2 +-
 src/lxc/lxc-create.in                     |   13 +-
 templates/Makefile.am                     |    5 +-
 templates/lxc-maverick.in                 |  284 ----------------------
 templates/lxc-natty.in                    |  285 ----------------------
 templates/lxc-oneiric.in                  |  285 ----------------------
 templates/{lxc-lucid.in => lxc-ubuntu.in} |  371 ++++++++++++++++++++---------
 9 files changed, 270 insertions(+), 982 deletions(-)
 delete mode 100644 templates/lxc-maverick.in
 delete mode 100644 templates/lxc-natty.in
 delete mode 100644 templates/lxc-oneiric.in
 rename templates/{lxc-lucid.in => lxc-ubuntu.in} (54%)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list