OPNFV KVM4NFV CICD: Scripts for creating Rpms & Debians for Kernel, Qemu
[kvmfornfv.git] / ci / build_rpm / mkversion
similarity index 84%
rename from ci/build_qemu_rpm_deb/mkversion
rename to ci/build_rpm/mkversion
index fa4e585..9668da7 100755 (executable)
@@ -1,7 +1,7 @@
 if [ ! -f .version ]
 then
     touch .version
-    sudo chmod 777 .version
+    chmod 777 .version
     echo 1 > .version
     echo 1
 else