[cgmanager-devel] [cgmanager/cgmanager] c7f3a8: cgm: become a c program

GitHub noreply at github.com
Fri Jul 25 04:23:58 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/cgmanager/cgmanager
  Commit: c7f3a8871ef3921426a586b0b28374610949f9d7
      https://github.com/cgmanager/cgmanager/commit/c7f3a8871ef3921426a586b0b28374610949f9d7
  Author: Serge Hallyn <serge.hallyn at ubuntu.com>
  Date:   2014-07-24 (Thu, 24 Jul 2014)

  Changed paths:
    M .gitignore
    M Makefile.am
    R cgm
    A cgm.c

  Log Message:
  -----------
  cgm: become a c program

This way cgm can have cleaner output and fewer dependencies.

Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>


  Commit: 6bbc6fd6f16a3858cdfd12203f1a670b8899ebea
      https://github.com/cgmanager/cgmanager/commit/6bbc6fd6f16a3858cdfd12203f1a670b8899ebea
  Author: Serge Hallyn <serge.hallyn at ubuntu.com>
  Date:   2014-07-24 (Thu, 24 Jul 2014)

  Changed paths:
    M Makefile.am

  Log Message:
  -----------
  Makefile.am: use the non-wrapped cgm for help2man output

Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>


  Commit: be1b9d77930cf8922c2b82f1c5ef7333a1a529be
      https://github.com/cgmanager/cgmanager/commit/be1b9d77930cf8922c2b82f1c5ef7333a1a529be
  Author: Serge Hallyn <serge.hallyn at ubuntu.com>
  Date:   2014-07-24 (Thu, 24 Jul 2014)

  Changed paths:
    M cgm.c

  Log Message:
  -----------
  do_gettasks: detect 0 length array

the nih-dbus-tool-generated library raises an error if we return an empty
array, even though we returned 0 (success) in the dbus service.  So
detect whether pids_len was changed to 0, and if so just suck up the
error, print nothing (empty set) and return success.

Also add newlines to a bunch of error messages.

Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>


Compare: https://github.com/cgmanager/cgmanager/compare/930d89e5e3de...be1b9d77930c


More information about the cgmanager-devel mailing list