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

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.