All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH] mg-debian-installer-update: Print messages to stderr.
@ 2014-06-09 15:16 Anthony PERARD
  2014-06-09 15:20 ` Ian Campbell
  0 siblings, 1 reply; 4+ messages in thread
From: Anthony PERARD @ 2014-06-09 15:16 UTC (permalink / raw)
  To: Xen Devel; +Cc: Anthony PERARD, Ian Jackson, Ian Campbell

This fix standalone-reset which rely on the output of this script.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 mg-debian-installer-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mg-debian-installer-update b/mg-debian-installer-update
index d6b688e..b964f95 100755
--- a/mg-debian-installer-update
+++ b/mg-debian-installer-update
@@ -62,7 +62,7 @@ cd $dst
 for f in $files; do
         echo >&2 "fetching $f"
         s=${f/:*} ; d=${f/*:}
-        echo "$src/$s => $d.new"
+        echo >&2 "$src/$s => $d.new"
         curl -s $src/$s >$d.new
 done
 
-- 
Anthony PERARD

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [OSSTEST PATCH] mg-debian-installer-update: Print messages to stderr.
  2014-06-09 15:16 [OSSTEST PATCH] mg-debian-installer-update: Print messages to stderr Anthony PERARD
@ 2014-06-09 15:20 ` Ian Campbell
  2014-06-13 17:04   ` Dario Faggioli
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Campbell @ 2014-06-09 15:20 UTC (permalink / raw)
  To: Anthony PERARD; +Cc: Ian Jackson, Xen Devel

On Mon, 2014-06-09 at 16:16 +0100, Anthony PERARD wrote:
> This fix standalone-reset which rely on the output of this script.
> 
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

Acked-by: Ian Campbell <ian.campbell@citrix.com>

> ---
>  mg-debian-installer-update | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mg-debian-installer-update b/mg-debian-installer-update
> index d6b688e..b964f95 100755
> --- a/mg-debian-installer-update
> +++ b/mg-debian-installer-update
> @@ -62,7 +62,7 @@ cd $dst
>  for f in $files; do
>          echo >&2 "fetching $f"
>          s=${f/:*} ; d=${f/*:}
> -        echo "$src/$s => $d.new"
> +        echo >&2 "$src/$s => $d.new"
>          curl -s $src/$s >$d.new
>  done
>  

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [OSSTEST PATCH] mg-debian-installer-update: Print messages to stderr.
  2014-06-09 15:20 ` Ian Campbell
@ 2014-06-13 17:04   ` Dario Faggioli
  2014-06-25 14:28     ` Ian Jackson
  0 siblings, 1 reply; 4+ messages in thread
From: Dario Faggioli @ 2014-06-13 17:04 UTC (permalink / raw)
  To: Ian Campbell; +Cc: Anthony PERARD, Ian Jackson, Xen Devel


[-- Attachment #1.1: Type: text/plain, Size: 1399 bytes --]

On lun, 2014-06-09 at 16:20 +0100, Ian Campbell wrote:
> On Mon, 2014-06-09 at 16:16 +0100, Anthony PERARD wrote:
> > This fix standalone-reset which rely on the output of this script.
> > 
> > Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> 
> Acked-by: Ian Campbell <ian.campbell@citrix.com>
> 
Ah, I missed this! In fact, I just sent a patch to the same effect...
sorry for the noise! :-P

Dario

> > ---
> >  mg-debian-installer-update | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/mg-debian-installer-update b/mg-debian-installer-update
> > index d6b688e..b964f95 100755
> > --- a/mg-debian-installer-update
> > +++ b/mg-debian-installer-update
> > @@ -62,7 +62,7 @@ cd $dst
> >  for f in $files; do
> >          echo >&2 "fetching $f"
> >          s=${f/:*} ; d=${f/*:}
> > -        echo "$src/$s => $d.new"
> > +        echo >&2 "$src/$s => $d.new"
> >          curl -s $src/$s >$d.new
> >  done
> >  
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)


[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [OSSTEST PATCH] mg-debian-installer-update: Print messages to stderr.
  2014-06-13 17:04   ` Dario Faggioli
@ 2014-06-25 14:28     ` Ian Jackson
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2014-06-25 14:28 UTC (permalink / raw)
  To: Dario Faggioli; +Cc: Anthony PERARD, Ian Campbell, Xen Devel

Dario Faggioli writes ("Re: [Xen-devel] [OSSTEST PATCH] mg-debian-installer-update: Print messages to stderr."):
> On lun, 2014-06-09 at 16:20 +0100, Ian Campbell wrote:
> > On Mon, 2014-06-09 at 16:16 +0100, Anthony PERARD wrote:
> > > This fix standalone-reset which rely on the output of this script.
> > > 
> > > Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> > 
> > Acked-by: Ian Campbell <ian.campbell@citrix.com>
> > 
> Ah, I missed this! In fact, I just sent a patch to the same effect...
> sorry for the noise! :-P

NP.  I have taken you to have acked Anthony's patch.  I'm about to
push it.

Ian.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-25 14:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-09 15:16 [OSSTEST PATCH] mg-debian-installer-update: Print messages to stderr Anthony PERARD
2014-06-09 15:20 ` Ian Campbell
2014-06-13 17:04   ` Dario Faggioli
2014-06-25 14:28     ` Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.