[lxc-devel] [GIT] lxc branch, master, updated. 165015211fa9506b11ea1f4540d54b8a99a2f468
Daniel Lezcano
git at users.sourceforge.net
Tue Sep 13 13:08:14 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 165015211fa9506b11ea1f4540d54b8a99a2f468 (commit)
via 92c7f6295518decd3989b2790d758888551e7d9a (commit)
via 1c41ddcb4af633ac906f1d7c9ef1dc7d121d7850 (commit)
from f7b98d38f042c403114fd07187dfe7daed44bdda (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 165015211fa9506b11ea1f4540d54b8a99a2f468
Author: Tzafrir Cohen <tzafrir at cohens.org.il>
Date: Tue Sep 13 15:08:04 2011 +0200
Set the utsname on the debian template
Signed-off-by: Tzafrir Cohen <tzafrir at cohens.org.il>
Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
commit 92c7f6295518decd3989b2790d758888551e7d9a
Author: Greg Kurz <gkurz at fr.ibm.com>
Date: Tue Sep 13 15:08:04 2011 +0200
only warn for inherited file descriptors
As discussed in thread:
http://sourceforge.net/mailarchive/forum.php?thread_name=4E5618C3.5060507%40free.fr&forum_name=lxc-devel
We think it's better for now to only warn the user about a fd leaking into
the container. Also remove the call to readlink() as it isn't really useful
now: since the container will start anyway, the user can look into /proc/../fd
or use lsof or whatever.
Signed-off-by: Greg Kurz <gkurz at fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
commit 1c41ddcb4af633ac906f1d7c9ef1dc7d121d7850
Author: Greg Kurz <gkurz at fr.ibm.com>
Date: Tue Sep 13 15:08:04 2011 +0200
fixes for rpmbuild
This patch fixes some makefile/specfile issues when running
rpmbuild with the distributed lxc specfile:
- fixes usage of installation directories for config files,
rootfs, templates and lxc-init so that they're calculated
at make time instead of configure time. Thanks to this,
all installed items go under $RPM_BUILD_ROOT when running
rpmbuild
- introduce --disable-rpath option to configure to avoid
check-rpaths errors when building non-root.
- introduce a lxc-libs package in the default spec file
to allow concurrent installation of 32 bit and 64 bit
libraries.
v2: - fix circular reference in lxc.pc
- ship lxc.pc with lxc-devel
Signed-off-by: Greg Kurz <gkurz at fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 24 ++++++++++++------------
lxc.pc.in | 2 +-
lxc.spec.in | 26 +++++++++++++++++++-------
src/lxc/Makefile.am | 10 ++++++++--
src/lxc/start.c | 20 +++-----------------
templates/lxc-debian.in | 5 +++--
6 files changed, 46 insertions(+), 41 deletions(-)
hooks/post-receive
--
lxc
More information about the lxc-devel
mailing list