We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb863ae + 247755b commit 580424bCopy full SHA for 580424b
hack/build-rpm-release.sh
@@ -52,9 +52,9 @@ make clean
52
53
# migrate the tito artifacts to the Origin directory
54
mkdir -p "${OS_OUTPUT}"
55
-cp -r "${tito_output_directory}"/* "${OS_OUTPUT}"
+mv "${tito_output_directory}"/* "${OS_OUTPUT}"
56
mkdir -p "${OS_LOCAL_RELEASEPATH}/rpms"
57
-cp "${tito_tmp_dir}"/x86_64/*.rpm "${OS_LOCAL_RELEASEPATH}/rpms"
+mv "${tito_tmp_dir}"/x86_64/*.rpm "${OS_LOCAL_RELEASEPATH}/rpms"
58
59
if command -v createrepo >/dev/null 2>&1; then
60
repo_path="$( os::util::absolute_path "${OS_LOCAL_RELEASEPATH}/rpms" )"
0 commit comments