[lxc-devel] [GIT] lxc branch, master, updated. 10fba81b9d0221b8e47aa1e0b43236413b7d28df

Daniel Lezcano git at users.sourceforge.net
Thu May 28 13:33:13 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  10fba81b9d0221b8e47aa1e0b43236413b7d28df (commit)
       via  99e4008cad9e959b683c6f48411fcf15a92be3b5 (commit)
       via  439358bfe473a222ef64bf98efd29b1c35853605 (commit)
       via  549153a7cf44b9c3da201ac9b6a6be56f88991e8 (commit)
       via  2c396e124b92f4d24fffaf86de3ceb74c5c76afe (commit)
      from  018ef5201be79a5f8cd2c4e1ddf0da0519268a03 (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 10fba81b9d0221b8e47aa1e0b43236413b7d28df
Author: Michel Normand <normand at fr.ibm.com>
Date:   Thu May 28 15:32:30 2009 +0200

    change man pages to use a common file for common options
    
    the common options of lxc commands
    are now described in one file "common_options.sgml.in"
    
    Signed-off-by: Michel Normand <normand at fr.ibm.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 99e4008cad9e959b683c6f48411fcf15a92be3b5
Author: Michel Normand <normand at fr.ibm.com>
Date:   Thu May 28 15:32:29 2009 +0200

    change man pages to use a seealso file for references
    
    the common references to lxc man pages
    are now placed in one file "see_also.sgml.in"
    
    Note that the few man pages that refer to man
    pages that are not lxc ones have two "See Also" paragraph.
    
    Signed-off-by: Michel Normand <normand at fr.ibm.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 439358bfe473a222ef64bf98efd29b1c35853605
Author: Michel Normand <normand at fr.ibm.com>
Date:   Thu May 28 15:32:29 2009 +0200

    avoid two times error msg about invalid state
    
    remove an error message in lxc_wait.c that duplicate
    an already existing error message in state.c
    
    Signed-off-by: Michel Normand <normand at fr.ibm.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 549153a7cf44b9c3da201ac9b6a6be56f88991e8
Author: Michel Normand <normand at fr.ibm.com>
Date:   Thu May 28 15:32:29 2009 +0200

    lxc-wait to check if container already in requested state
    
    Without this patch the lxc_wait may wait forever
    if container is already in requested state.
    
    Note that this patch avoids also to be hang if container do not exist yet.
    
    Signed-off-by: Michel Normand <normand at fr.ibm.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 2c396e124b92f4d24fffaf86de3ceb74c5c76afe
Author: Michel Normand <normand at fr.ibm.com>
Date:   Thu May 28 15:32:29 2009 +0200

    add an error message if more than one monitor
    
    the change introduced by commit 31c53c2e1afc6c81ce4aad5ef4cb982cd2fea365
    do not allow anymore to have more than one monitor.
    
    The purpose of this patch is to add an error message
    when such a condition is identified, eg:
    ===
    lxc-monitor: bind : Address already in use
    ===
    
    Signed-off-by: Michel Normand <normand at fr.ibm.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

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

Summary of changes:
 configure.ac             |    2 +
 doc/Makefile.am          |    8 ++-
 doc/lxc-cgroup.sgml.in   |   31 +++---------
 doc/lxc-console.sgml.in  |   32 +++----------
 doc/lxc-create.sgml.in   |   42 +++--------------
 doc/lxc-destroy.sgml.in  |   43 +++---------------
 doc/lxc-execute.sgml.in  |   53 +++------------------
 doc/lxc-freeze.sgml.in   |   38 +++-------------
 doc/lxc-ls.sgml.in       |    8 +++-
 doc/lxc-monitor.sgml.in  |   29 +++---------
 doc/lxc-ps.sgml.in       |    8 +++-
 doc/lxc-start.sgml.in    |   59 +++---------------------
 doc/lxc-stop.sgml.in     |   38 +++-------------
 doc/lxc-unfreeze.sgml.in |   38 +++-------------
 doc/lxc-wait.sgml.in     |   34 ++++----------
 doc/lxc.conf.sgml.in     |   17 +++-----
 doc/lxc.sgml.in          |   86 ++---------------------------------
 doc/see_also.sgml.in     |  113 ++++++++++++++++++++++++++++++++++++++++++++++
 src/lxc/lxc_wait.c       |   34 ++++++++++----
 src/lxc/monitor.c        |    5 ++-
 src/lxc/state.c          |    2 +-
 21 files changed, 257 insertions(+), 463 deletions(-)
 create mode 100644 doc/see_also.sgml.in


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list