diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-08-19 22:03:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-19 22:03:03 +0000 |
commit | c71b57140fdbadfb4c1f39bf0e2df99403820ddb (patch) | |
tree | f30e8eeb1659a3043e028e048559b1864348b8b9 | |
parent | 8580caa96234cdda3f7c4cf4a5965a0fd411fce0 (diff) | |
parent | 099e26d848b5aa9b390ba2f1da24ecc62f3179dc (diff) |
Merge "Claenup"
-rw-r--r-- | build/f_isoroot/f_kvm-pluginbuild/Makefile | 6 |
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) |