From: Alfredo Deza Date: Thu, 1 Sep 2016 16:26:36 +0000 (-0400) Subject: ceph-setup: do tell what git diff reported before bailing X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F453%2Fhead;p=ceph-build.git ceph-setup: do tell what git diff reported before bailing Signed-off-by: Alfredo Deza --- diff --git a/ceph-setup/build/build b/ceph-setup/build/build index 00abfbac..6fad406d 100644 --- a/ceph-setup/build/build +++ b/ceph-setup/build/build @@ -73,6 +73,7 @@ else echo echo "**** REPOSITORY IS DIRTY ****" echo + git diff if [ "$force" != "force" ]; then echo "add 'force' argument if you really want to continue." exit 1