Re: [PATCH core] Correct service status reporting in Fedora

2011-09-14 Thread Francesco Vollero
Yeah, i mean that, rebase before apply ;) Cheers, Francesco Sent from my iPad On 14/set/2011, at 15:24, Chris Lalancette wrote: > On 09/14/11 - 12:06:10PM, Francesco Vollero wrote: >> But as i just saw this patch modify the patch of clalance. So how to do it?? > > I just pushed my patches, so

Re: [PATCH core] Correct service status reporting in Fedora

2011-09-14 Thread Chris Lalancette
On 09/14/11 - 12:06:10PM, Francesco Vollero wrote: > But as i just saw this patch modify the patch of clalance. So how to do it?? I just pushed my patches, so I'll rebase this one on top of mine and then push it. -- Chris Lalancette

Re: [PATCH core] Correct service status reporting in Fedora

2011-09-14 Thread Francesco Vollero
But as i just saw this patch modify the patch of clalance. So how to do it?? Sent from my iPad On 14/set/2011, at 11:01, Michal Fojtik wrote: > On Sep 14, 2011, at 7:50 AM, Richard Su wrote: > > ACK. > > Do you have Apache CLA signed? If yes, I can push it now otherwise you should > create a

Re: [PATCH core] Correct service status reporting in Fedora

2011-09-14 Thread Michal Fojtik
On Sep 14, 2011, at 7:50 AM, Richard Su wrote: ACK. Do you have Apache CLA signed? If yes, I can push it now otherwise you should create a JIRA ticket and add this patch as attachment. -- Michal > service deltacloud-core status was returning the usage information > because $PROG should be $pro

[PATCH core] Correct service status reporting in Fedora

2011-09-13 Thread Richard Su
service deltacloud-core status was returning the usage information because $PROG should be $prog. puppet was not seeing the correct status because $retval was not being returned with exit. clalance recommended the exec command be in quotes. --- server/support/fedora/deltacloud-core |6 +++---