[lxc-devel] [lxc/lxc] 1418df: Fix arch cross-build when running distro cross-bui...

GitHub noreply at github.com
Sun Mar 23 00:59:24 UTC 2014


  Branch: refs/heads/stable-1.0
  Home:   https://github.com/lxc/lxc
  Commit: 1418dfc72928a256e2fbd58ff4f2c0165374b1d8
      https://github.com/lxc/lxc/commit/1418dfc72928a256e2fbd58ff4f2c0165374b1d8
  Author: Michael H. Warfield <mhw at WittsEnd.com>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M templates/lxc-fedora.in

  Log Message:
  -----------
  Fix arch cross-build when running distro cross-build.

Corner case existed when building a cross-arch container (i686 on x86_64)
on a cross-distro host (Fedora container on Ubuntu host).  Fixed the
arch "fixup" code to do the right thing when running from the bootstrap.

Signed-off-by: Michael H. Warfield <mhw at WittsEnd.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: 537b586b30f784d08641a92e23cd16dc82f8dfd8
      https://github.com/lxc/lxc/commit/537b586b30f784d08641a92e23cd16dc82f8dfd8
  Author: Michael H. Warfield <mhw at WittsEnd.com>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M templates/lxc-centos.in
    M templates/lxc-fedora.in

  Log Message:
  -----------
  Set timezone for new container if not previously defined.

If the container does not already contain an /etc/localtime
timezone definition, then copy a definition from the host to
the container.  This is often a symlink to an appropriate
system timezone definition files and is presumed to exist in

Signed-off-by: Michael H. Warfield <mhw at WittsEnd.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: 33275cc41e968be7eb1a572b51a2f3af23d35a7a
      https://github.com/lxc/lxc/commit/33275cc41e968be7eb1a572b51a2f3af23d35a7a
  Author: Michael H. Warfield <mhw at WittsEnd.com>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M templates/lxc-centos.in
    M templates/lxc-fedora.in

  Log Message:
  -----------
  Support SIGPWR in Fedora and Centos containers.

Added code to catch SIGPWR for Upstart in Fedora and CentOS
containers as well as for Systemd in Fedora containers.

Signed-off-by: Michael H. Warfield <mhw at WittsEnd.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


Compare: https://github.com/lxc/lxc/compare/6d37caf09431...33275cc41e96


More information about the lxc-devel mailing list