]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-setup: do tell what git diff reported before bailing 453/head
authorAlfredo Deza <adeza@redhat.com>
Thu, 1 Sep 2016 16:26:36 +0000 (12:26 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 1 Sep 2016 16:26:36 +0000 (12:26 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-setup/build/build

index 00abfbaccfe5986ec990bfc550f4ecd83ee21048..6fad406d07f25c41534df62a9221e9c76cbf00b5 100644 (file)
@@ -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