[lxc-devel] [GIT] lxc branch, master, updated. 5480b13b1c0b8b653ba4d5aa4249d93f76d79bf5

Daniel Lezcano git at users.sourceforge.net
Wed Oct 31 16:16:14 UTC 2012


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  5480b13b1c0b8b653ba4d5aa4249d93f76d79bf5 (commit)
       via  a24c5a40dc8c5ae277cd1623afa86b4e7e0dbf19 (commit)
       via  a3812bf0c756029b0c7b8e3ca74c57728a791ab1 (commit)
       via  f7a81eeb147c291610cf147418daa9ec8200a17e (commit)
       via  c4b697f261f1fe756b115f373f50f8de579dc4bb (commit)
      from  7f99e339363d9f005c9386f60a1d8c0953c85053 (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 5480b13b1c0b8b653ba4d5aa4249d93f76d79bf5
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Wed Oct 31 17:15:25 2012 +0100

    clearer error message when interface name to long
    
    Signed-off-by: Tomas Pospisek <tpo_deb at sourcepole.ch>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit a24c5a40dc8c5ae277cd1623afa86b4e7e0dbf19
Author: Dwight Engen <dwight.engen at oracle.com>
Date:   Wed Oct 31 17:08:13 2012 +0100

    Fix lxc-netstat -- argument processing
    
    Commit 21e487f2 introduced the use of getopt, but getopt will fail when
    it sees arguments meant for netstat that are not in [short|long]options.
    There should not be any ambiguity about arguments with the same letter:
    those to the left of the -- are destined for lxc-netstat and those to
    the right for the real netstat, which the original code handles by
    shifting out all arguments it recognizes before the -- is hit.
    
    Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit a3812bf0c756029b0c7b8e3ca74c57728a791ab1
Author: Dwight Engen <dwight.engen at oracle.com>
Date:   Thu Oct 25 16:21:53 2012 -0400

    Fix lxc-ps -- argument processing
    
    lxc-ps is supposed to pass arguments after the -- on to ps. The problem is
    that i is expanded once from $@ and the loop will iterate over all the
    arguments that were in $@ at the time of expansion. Inside the loop, there
    are shifts (in the name case for example) that are trying to remove more
    than a single argument. This changes fixes that and makes lxc-ps work as
    documented.
    
    Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit f7a81eeb147c291610cf147418daa9ec8200a17e
Author: Dwight Engen <dwight.engen at oracle.com>
Date:   Wed Oct 31 17:08:13 2012 +0100

    Remove unneeded ksrc spec file macro
    
    Change 910bb4fa obviated the need for the --with-linuxdir configure
    option which means that the ksrc rpm macro no longer makes sense either.
    
    Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit c4b697f261f1fe756b115f373f50f8de579dc4bb
Author: Dwight Engen <dwight.engen at oracle.com>
Date:   Wed Oct 31 17:08:13 2012 +0100

    Add %{dist} tag to differentiate RPM distributions and releases
    
    Note that an additional Release field is not necessary for the devel package
    as it will follow the primary Release field. For more information on the dist
    tag, see http://fedoraproject.org/wiki/Packaging:DistTag
    
    Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

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

Summary of changes:
 Makefile.am            |    2 +-
 lxc.spec.in            |    4 +---
 src/lxc/confile.c      |    3 ++-
 src/lxc/lxc-netstat.in |   13 +------------
 src/lxc/lxc-ps.in      |    4 ++--
 5 files changed, 7 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list