Merge "Move instead of copy the temporary git manifest"

This commit is contained in:
Jenkins
2014-05-12 03:02:28 +00:00
committed by Gerrit Code Review

View File

@@ -179,5 +179,5 @@ done
# Copy the manifest into the image if it exists (there may be no git repositories used)
if [ -e "$GIT_MANIFEST" ] ; then
sudo cp $GIT_MANIFEST $TMP_MOUNT_PATH/${DIB_MANIFEST_IMAGE_DIR}/$GIT_MANIFEST_NAME
sudo mv $GIT_MANIFEST $TMP_MOUNT_PATH/${DIB_MANIFEST_IMAGE_DIR}/$GIT_MANIFEST_NAME
fi