[Spacewalk-devel] [PATCH 00/03][spacecmd] Call (raw) api directly from spacecmd

2011-07-29 Thread Satoru SATOH
Hi, I wrote a series of patch adding new 'api' sub command to spacecmd, to call raw api (ex. channel.software.listErrata) from spacecmd. Could you please review these? ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com

[Spacewalk-devel] [PATCH 01/03][spacecmd] add api module to spacecmd

2011-07-29 Thread Satoru SATOH
This patch adds 'api' module into spacecmd. Signed-Off-By: Satoru SATOH ss...@redhat.com --- spacecmd/src/lib/api.py | 95 +++ 1 files changed, 95 insertions(+), 0 deletions(-) create mode 100644 spacecmd/src/lib/api.py diff --git

[Spacewalk-devel] [PATCH 03/03][spacecmd] Enable new 'api' module

2011-07-29 Thread Satoru SATOH
This is the last one to enable new 'api' module in spacecmd. Signed-Off-By: Satoru SATOH ss...@redhat.com --- spacecmd/src/lib/shell.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/spacecmd/src/lib/shell.py b/spacecmd/src/lib/shell.py index 08d0898..1025048 100644

Re: [Spacewalk-devel] [PATCH] Synchronization to Software Profiles

2011-07-29 Thread Cliff Perry
On 07/29/2011 09:55 AM, Johannes Renner wrote: Hello, I fixed a subtle bug in the spacewalk web UI that caused the scheduling of a system's synchronization to a software profile to not work anymore. The patch in the attachment should fix the problem. Good catch. Do you know if there is a

Re: [Spacewalk-devel] [PATCH] Synchronization to Software Profiles

2011-07-29 Thread Johannes Renner
On 07/29/2011 04:33 PM, Cliff Perry wrote: On 07/29/2011 09:55 AM, Johannes Renner wrote: Hello, I fixed a subtle bug in the spacewalk web UI that caused the scheduling of a system's synchronization to a software profile to not work anymore. The patch in the attachment should fix the