[lxc-devel] [lxc/lxc] 5a8929: lxc-copy: correct order of copy and original

GitHub noreply at github.com
Tue Mar 1 22:40:12 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 5a8929b12cbff1f0d6e340ec33e1721c2f7b7152
      https://github.com/lxc/lxc/commit/5a8929b12cbff1f0d6e340ec33e1721c2f7b7152
  Author: Christian Brauner <christian.brauner at mailbox.org>
  Date:   2016-03-01 (Tue, 01 Mar 2016)

  Changed paths:
    M src/lxc/lxc_copy.c

  Log Message:
  -----------
  lxc-copy: correct order of copy and original

	lxc-copy -n ORIG -N COPY -e

accidently printed

	"Created ORIG as clone of COPY"

instead of

	"Created COPY as clone of ORIG".
Fix the ordering.

Signed-off-by: Christian Brauner <christian.brauner at mailbox.org>


  Commit: 12752e27279455a0c766e972c4884ad501f8ef23
      https://github.com/lxc/lxc/commit/12752e27279455a0c766e972c4884ad501f8ef23
  Author: Christian Brauner <christian.brauner at mailbox.org>
  Date:   2016-03-01 (Tue, 01 Mar 2016)

  Changed paths:
    M src/lxc/lxc_attach.c

  Log Message:
  -----------
  lxc-attach: setup ts->stdoutfd

Otherwise we cannot do things like:

- lxc-attach -n a runlevel </dev/null
- lxc-attach -n a runlevel </dev/null 2>/dev/null
- lxc-attach -n a runlevel </dev/null 2>/dev/null | cat

Signed-off-by: Christian Brauner <christian.brauner at mailbox.org>


  Commit: 0f4d7aff4e98f8b73fe240f4de27864f0def9c0d
      https://github.com/lxc/lxc/commit/0f4d7aff4e98f8b73fe240f4de27864f0def9c0d
  Author: Stéphane Graber <stgraber at stgraber.org>
  Date:   2016-03-01 (Tue, 01 Mar 2016)

  Changed paths:
    M src/lxc/lxc_attach.c
    M src/lxc/lxc_copy.c

  Log Message:
  -----------
  Merge pull request #863 from brauner/bugfix_branch

lxc-copy: correct order of copy and original & lxc-attach: setup ts->stdoutfd


Compare: https://github.com/lxc/lxc/compare/ebffa9db70d4...0f4d7aff4e98


More information about the lxc-devel mailing list