OSDN Git Service

scripts: don't throw away stderr when checking out git submodules
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 20 Oct 2017 13:07:48 +0000 (14:07 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 23 Oct 2017 06:10:18 +0000 (08:10 +0200)
commit8172bdb2d0c829462f8c4fb2cb54a768d295a747
tree5d3b552342826f8182e63c077f1bb63a5bea82ad
parent2fb6eeace5fd2b693b3f26a7e20e046236a4b5cd
scripts: don't throw away stderr when checking out git submodules

The stderr from git is important if git fails to checkout modules
due to network problems, or other unexpected errors.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20171020130748.22983-1-berrange@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
scripts/git-submodule.sh