[lxc-devel] [GIT] lxc branch, master, updated. 3b9246c4aae3f7602c0ad64f5b1204eb559e5b07
Daniel Lezcano
git at users.sourceforge.net
Sun Jun 7 19:51:07 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 3b9246c4aae3f7602c0ad64f5b1204eb559e5b07 (commit)
via b8f57738b44d9ed8e67d90db72fe89a652f8450d (commit)
via c36583c3034ca430c98fc0b5afe6e8f0c6511258 (commit)
via f8e09a0b769d185e66dc488796fc027abd46266d (commit)
via d4fca29f0175a25efe82f4dddc7e724752797686 (commit)
via 7e610d7f1de2bfb8dcc4118419294cda2ee60004 (commit)
from 1490112767ea6e06ea78e80d905b9dad41051798 (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 3b9246c4aae3f7602c0ad64f5b1204eb559e5b07
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date: Sun Jun 7 21:48:46 2009 +0200
don't remove the autoconf generated files
Don't clean up the sgml which are generated by configure, otherwise
at the next make, the documentation generation will complain about
missing files.
Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
commit b8f57738b44d9ed8e67d90db72fe89a652f8450d
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date: Sun Jun 7 21:48:46 2009 +0200
log the container console when it is daemonized and the log is enabled
When we daemonize the container and we specify the log file,
the container will use the log file to write the console output.
Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
commit c36583c3034ca430c98fc0b5afe6e8f0c6511258
Author: Daniel Lezcano <dlezcano at fr.ibm.com>
Date: Sun Jun 7 21:48:46 2009 +0200
Make possible to daemonize lxc-start
If needed the container can be launched in background
with a specific option -d.
That will make mute the container, the logs can help
to check what went wrong.
Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
commit f8e09a0b769d185e66dc488796fc027abd46266d
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date: Sun Jun 7 21:48:46 2009 +0200
save/restore the tty
Save the tty configuration before calling lxc_start and
restore it right after it has been changed.
Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
commit d4fca29f0175a25efe82f4dddc7e724752797686
Author: Filippo Giunchedi <filippo at esaurito.net>
Date: Sun Jun 7 21:48:46 2009 +0200
Ignore test/ binaries
Hi,
as per subject, this ignores binaries generated in test/
Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
commit 7e610d7f1de2bfb8dcc4118419294cda2ee60004
Author: Filippo Giunchedi <filippo at esaurito.net>
Date: Sun Jun 7 21:48:45 2009 +0200
test/: update API usage
Hi,
I've been playing with lxc, though with --enable-test the test/ directory
doesn't compile, the following patch ought to fix this.
I've not tested tests throughly but seems straightforward enough.
Update the API usage in test/ as to make tests compile
Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 18 +++++++++
doc/Makefile.am | 2 +-
doc/lxc-start.sgml.in | 24 +++++++++++-
src/lxc/arguments.h | 1 +
src/lxc/lxc_start.c | 96 ++++++++++++++++++++++++++++++++++++++++++-----
src/lxc/start.c | 42 +++++++++++++++++++-
test/Makefile.am | 7 ++-
test/conf.c | 4 +-
test/confile.c | 5 +-
test/dev.c | 6 +-
test/forward.c | 4 +-
test/ipv4_add.c | 2 +-
test/ipv6_add.c | 2 +-
test/lxc_low_monitor.c | 10 +++--
test/macvlan.c | 2 +-
test/movedev.c | 2 +-
test/proxy.c | 4 +-
test/tst_list.c | 2 +-
test/veth.c | 2 +-
19 files changed, 196 insertions(+), 39 deletions(-)
hooks/post-receive
--
lxc
More information about the lxc-devel
mailing list