From: Sage Weil Date: Fri, 4 Sep 2015 02:27:13 +0000 (-0400) Subject: build-ceph-cmake.sh: fix X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4b5170d32bcb0e98abf871a35f63be0703321e0a;p=autobuild-ceph.git build-ceph-cmake.sh: fix Signed-off-by: Sage Weil --- diff --git a/build-ceph-cmake.sh b/build-ceph-cmake.sh index 5670278..5b61b2c 100755 --- a/build-ceph-cmake.sh +++ b/build-ceph-cmake.sh @@ -62,6 +62,7 @@ tar czf "$OUTDIR_TMP/ceph.$MACH.tgz" -C "$INSTDIR" . rm -rf -- "$INSTDIR" # put our temp files inside .git/ so ls-files doesn't see them +cd .. git ls-files --modified >.git/modified-files if [ -s .git/modified-files ]; then rm -rf "$OUTDIR_TMP"