lp:~ubuntu-branches/ubuntu/quantal/lxc/quantal-201209062137
Created by
Ubuntu Package Importer
and last modified
- Get this branch:
- bzr branch lp:~ubuntu-branches/ubuntu/quantal/lxc/quantal-201209062137
Members of
Ubuntu branches
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Ubuntu branches: Pending requested
-
Diff: 27328 lines (+26999/-0) (has conflicts)48 files modified.pc/0206-lxc-wait-initialize-timeout/src/lxc/lxc_wait.c (+99/-0)
.pc/0207-ubuntu-cloud-fixes.patch/templates/lxc-ubuntu-cloud.in (+401/-0)
.pc/0208-fix-getitem-utsname-segv/src/lxc/conf.c (+2467/-0)
.pc/0208-fix-getitem-utsname-segv/src/lxc/confile.c (+1670/-0)
.pc/0209-reload-conf-after-create/src/lxc/conf.c (+2467/-0)
.pc/0209-reload-conf-after-create/src/lxc/conf.h (+261/-0)
.pc/0209-reload-conf-after-create/src/lxc/lxccontainer.c (+917/-0)
.pc/0210-fix-debian-templates/templates/lxc-debian.in (+341/-0)
.pc/0210-fix-debian-templates/templates/lxc-lenny.in (+318/-0)
.pc/0211-add-hooks-to-manpage/doc/lxc.conf.sgml.in (+797/-0)
.pc/0212-lxc-destroy-rm-symlink/src/lxc/lxc-destroy.in (+126/-0)
.pc/0213-add-premount-hook.patch/doc/lxc.conf.sgml.in (+876/-0)
.pc/0213-add-premount-hook.patch/src/lxc/conf.c (+2485/-0)
.pc/0213-add-premount-hook.patch/src/lxc/conf.h (+262/-0)
.pc/0213-add-premount-hook.patch/src/lxc/confile.c (+1670/-0)
.pc/compilecleanups/0001-replace-HOOK-define-with-proper-code.patch/src/lxc/conf.c (+2464/-0)
.pc/compilecleanups/0001-replace-HOOK-define-with-proper-code.patch/src/lxc/conf.h (+266/-0)
.pc/compilecleanups/0001-replace-HOOK-define-with-proper-code.patch/src/lxc/start.c (+849/-0)
.pc/compilecleanups/0002-add-prototype-for-clone-2-as-per-manpage.patch/src/lxc/namespace.h (+56/-0)
.pc/compilecleanups/0003-check-chdir-return-value.patch/src/lxc/lxccontainer.c (+914/-0)
.pc/compilecleanups/0004-Fix-passing-non-const-char-in-for-const-char.patch/src/lxc/lxc.h (+210/-0)
.pc/compilecleanups/0004-Fix-passing-non-const-char-in-for-const-char.patch/src/lxc/lxc_wait.c (+100/-0)
.pc/compilecleanups/0004-Fix-passing-non-const-char-in-for-const-char.patch/src/lxc/lxccontainer.c (+917/-0)
.pc/compilecleanups/0004-Fix-passing-non-const-char-in-for-const-char.patch/src/lxc/lxccontainer.h (+71/-0)
.pc/compilecleanups/0004-Fix-passing-non-const-char-in-for-const-char.patch/src/tests/containertests.c (+257/-0)
.pc/compilecleanups/0005-return-nonvoid/src/lxc/conf.c (+2467/-0)
.pc/compilecleanups/0006-unused-var/src/lxc/confile.c (+1670/-0)
.pc/compilecleanups/0006-unused-var/src/lxc/lxc_wait.c (+100/-0)
.pc/compilecleanups/0006-unused-var/src/tests/getkeys.c (+71/-0)
.pc/compilecleanups/0007-tests-check-return-values/src/tests/containertests.c (+257/-0)
.pc/compilecleanups/0007-tests-check-return-values/src/tests/startone.c (+202/-0)
debian/changelog (+37/-0)
debian/hooks/mountecryptfsroot (+53/-0)
debian/patches/0206-lxc-wait-initialize-timeout (+18/-0)
debian/patches/0207-ubuntu-cloud-fixes.patch (+165/-0)
debian/patches/0208-fix-getitem-utsname-segv (+17/-0)
debian/patches/0209-reload-conf-after-create (+92/-0)
debian/patches/0210-fix-debian-templates (+27/-0)
debian/patches/0211-add-hooks-to-manpage (+94/-0)
debian/patches/0212-lxc-destroy-rm-symlink (+28/-0)
debian/patches/0213-add-premount-hook.patch (+80/-0)
debian/patches/compilecleanups/0001-replace-HOOK-define-with-proper-code.patch (+85/-0)
debian/patches/compilecleanups/0002-add-prototype-for-clone-2-as-per-manpage.patch (+28/-0)
debian/patches/compilecleanups/0003-check-chdir-return-value.patch (+29/-0)
debian/patches/compilecleanups/0004-Fix-passing-non-const-char-in-for-const-char.patch (+77/-0)
debian/patches/compilecleanups/0005-return-nonvoid (+13/-0)
debian/patches/compilecleanups/0006-unused-var (+48/-0)
debian/patches/compilecleanups/0007-tests-check-return-values (+80/-0)
Branch information
- Owner:
- Ubuntu branches
- Status:
- Development
Recent revisions
- 160. By Serge Hallyn
-
0213-add-
premount- hook.patch: add a premount hook to support encrypted
filesystems. (LP: #1043052) - 158. By Serge Hallyn
-
0212-lxc-
destroy- rm-symlink: If rootfs is a symbolic link to a directory,
remove it. - 153. By Serge Hallyn
-
0209-reload-
conf-after- create: add ability to free a lxc_conf. Use that
after calling Container->Create() to completely reload the newly created
config.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntu/quantal/lxc