From: Gregory Meno Date: Thu, 26 Jan 2017 04:47:39 +0000 (-0800) Subject: try some other ways to cleanup ./dist X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=14b77020de2c986dfccab32f3a8e5b80973db949;p=ceph-build.git try some other ways to cleanup ./dist Signed-off-by: Gregory Meno --- diff --git a/calamari/build/post b/calamari/build/post new file mode 100644 index 00000000..21ee83ed --- /dev/null +++ b/calamari/build/post @@ -0,0 +1,2 @@ +sudo chown -R jenkins-build ./dist + diff --git a/calamari/build/setup b/calamari/build/setup index 41939805..c1cee1d0 100644 --- a/calamari/build/setup +++ b/calamari/build/setup @@ -23,7 +23,7 @@ get_distro_and_target git clean -fxd # Make sure the dist directory is clean -rm -rf dist +sudo rm -rf dist mkdir -p dist # Print some basic system info