aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Skalski <mskalski@mirantis.com>2016-08-19 22:03:03 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-19 22:03:03 +0000
commitc71b57140fdbadfb4c1f39bf0e2df99403820ddb (patch)
treef30e8eeb1659a3043e028e048559b1864348b8b9
parent8580caa96234cdda3f7c4cf4a5965a0fd411fce0 (diff)
parent099e26d848b5aa9b390ba2f1da24ecc62f3179dc (diff)
Merge "Claenup"
-rw-r--r--build/f_isoroot/f_kvm-pluginbuild/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/build/f_isoroot/f_kvm-pluginbuild/Makefile b/build/f_isoroot/f_kvm-pluginbuild/Makefile
index ba2fd0be0..7268699c3 100644
--- a/build/f_isoroot/f_kvm-pluginbuild/Makefile
+++ b/build/f_isoroot/f_kvm-pluginbuild/Makefile
@@ -33,8 +33,7 @@ release:.kvmbuild
cp gitinfo_kvm-plugin.txt $(BUILD_BASE)
.kvmbuild:
- # fix me
- @sudo rm -rf kvmfornfv
+ @rm -rf kvmfornfv
../../docker/ubuntu-builder/install_docker.sh
git clone $(KVMFORNFV_REPO)
cd kvmfornfv; \
@@ -47,8 +46,7 @@ release:.kvmbuild
INCLUDE_DEPENDENCIES=true fpb --debug --build ./
@mv kvmfornfv/fuel-plugin/fuel-plugin-kvm*.rpm .
$(REPOINFO) -r . > gitinfo_kvm-plugin.txt
- # fix me
- @sudo rm -rf kvmfornfv
+ @rm -rf kvmfornfv
@touch .kvmbuild
# Store artifact in cache straight away if caching is enabled
# (no .cacheid will be present unless this is a cached build)