[lxc-devel] [lxc/lxc] 50b737: tools: move --rcfile to the common options list

GitHub noreply at github.com
Wed Aug 17 15:27:17 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 50b737a3c6d0b93d4c4264c8364e61f578256499
      https://github.com/lxc/lxc/commit/50b737a3c6d0b93d4c4264c8364e61f578256499
  Author: Wolfgang Bumiller <w.bumiller at proxmox.com>
  Date:   2016-08-17 (Wed, 17 Aug 2016)

  Changed paths:
    M src/lxc/arguments.c
    M src/lxc/arguments.h
    M src/lxc/tools/lxc_cgroup.c
    M src/lxc/tools/lxc_checkpoint.c
    M src/lxc/tools/lxc_console.c
    M src/lxc/tools/lxc_copy.c
    M src/lxc/tools/lxc_destroy.c
    M src/lxc/tools/lxc_device.c
    M src/lxc/tools/lxc_freeze.c
    M src/lxc/tools/lxc_info.c
    M src/lxc/tools/lxc_snapshot.c
    M src/lxc/tools/lxc_stop.c
    M src/lxc/tools/lxc_unfreeze.c
    M src/lxc/tools/lxc_wait.c

  Log Message:
  -----------
  tools: move --rcfile to the common options list

In almost all commands it's a useful addition to the -n
switch which is a common option, too.

Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>


  Commit: 6118210e0afd4ed4abb1d9639f1aed7e005a2830
      https://github.com/lxc/lxc/commit/6118210e0afd4ed4abb1d9639f1aed7e005a2830
  Author: Wolfgang Bumiller <w.bumiller at proxmox.com>
  Date:   2016-08-17 (Wed, 17 Aug 2016)

  Changed paths:
    M src/lxc/tools/lxc_attach.c
    M src/lxc/tools/lxc_cgroup.c
    M src/lxc/tools/lxc_checkpoint.c
    M src/lxc/tools/lxc_console.c
    M src/lxc/tools/lxc_copy.c
    M src/lxc/tools/lxc_destroy.c
    M src/lxc/tools/lxc_device.c
    M src/lxc/tools/lxc_freeze.c
    M src/lxc/tools/lxc_info.c
    M src/lxc/tools/lxc_snapshot.c
    M src/lxc/tools/lxc_stop.c
    M src/lxc/tools/lxc_unfreeze.c
    M src/lxc/tools/lxc_wait.c

  Log Message:
  -----------
  tools: set configfile after load_config

In order to cause c->is_defined() to become true.

Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>


  Commit: 71d74a8342ead4300c7f21e40d84edfb27a073e9
      https://github.com/lxc/lxc/commit/71d74a8342ead4300c7f21e40d84edfb27a073e9
  Author: Wolfgang Bumiller <w.bumiller at proxmox.com>
  Date:   2016-08-17 (Wed, 17 Aug 2016)

  Changed paths:
    M doc/common_options.sgml.in

  Log Message:
  -----------
  doc: add --rcfile to common opts

Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>


  Commit: 8564baf99a43b3c33857e6daafcad8370e2e374a
      https://github.com/lxc/lxc/commit/8564baf99a43b3c33857e6daafcad8370e2e374a
  Author: Wolfgang Bumiller <w.bumiller at proxmox.com>
  Date:   2016-08-17 (Wed, 17 Aug 2016)

  Changed paths:
    M src/lxc/tools/lxc_top.c

  Log Message:
  -----------
  cleanup: tools: remove --name from lxc-top usage message

It doesn't have any effect on what lxc-top does and is only
accepted on account of being part of the common option list.

Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>


  Commit: 7665872377a5b79c232d54bc2b7c77c77fb76e36
      https://github.com/lxc/lxc/commit/7665872377a5b79c232d54bc2b7c77c77fb76e36
  Author: Wolfgang Bumiller <w.bumiller at proxmox.com>
  Date:   2016-08-17 (Wed, 17 Aug 2016)

  Changed paths:
    M src/lxc/tools/lxc_execute.c

  Log Message:
  -----------
  cleanup: whitespaces in option alignment for lxc-execute

Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>


  Commit: 6f94152de5d3b28e86e67b8fcf1415f9c051ece1
      https://github.com/lxc/lxc/commit/6f94152de5d3b28e86e67b8fcf1415f9c051ece1
  Author: Wolfgang Bumiller <w.bumiller at proxmox.com>
  Date:   2016-08-17 (Wed, 17 Aug 2016)

  Changed paths:
    M src/lxc/tools/lxc_copy.c
    M src/lxc/tools/lxc_ls.c
    M src/lxc/tools/lxc_snapshot.c
    M src/lxc/tools/lxc_usernsexec.c

  Log Message:
  -----------
  cleanup: replace tabs wth spaces in usage strings

Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>


  Commit: 6fe6560698cc76573d9ec4bd6dd226d3b25f512e
      https://github.com/lxc/lxc/commit/6fe6560698cc76573d9ec4bd6dd226d3b25f512e
  Author: Christian Brauner <cbrauner at suse.de>
  Date:   2016-08-17 (Wed, 17 Aug 2016)

  Changed paths:
    M doc/common_options.sgml.in
    M src/lxc/arguments.c
    M src/lxc/arguments.h
    M src/lxc/tools/lxc_attach.c
    M src/lxc/tools/lxc_cgroup.c
    M src/lxc/tools/lxc_checkpoint.c
    M src/lxc/tools/lxc_console.c
    M src/lxc/tools/lxc_copy.c
    M src/lxc/tools/lxc_destroy.c
    M src/lxc/tools/lxc_device.c
    M src/lxc/tools/lxc_execute.c
    M src/lxc/tools/lxc_freeze.c
    M src/lxc/tools/lxc_info.c
    M src/lxc/tools/lxc_ls.c
    M src/lxc/tools/lxc_snapshot.c
    M src/lxc/tools/lxc_stop.c
    M src/lxc/tools/lxc_top.c
    M src/lxc/tools/lxc_unfreeze.c
    M src/lxc/tools/lxc_usernsexec.c
    M src/lxc/tools/lxc_wait.c

  Log Message:
  -----------
  Merge pull request #1122 from Blub/rcfile-as-common-arg

Rcfile as common arg


Compare: https://github.com/lxc/lxc/compare/91e7dd57a0d5...6fe6560698cc


More information about the lxc-devel mailing list