[node-patches] Change in ovirt-node[master]: cleanup /tmp directory before finishing build
mburns at redhat.com
mburns at redhat.com
Thu Aug 16 01:42:17 UTC 2012
Michael Burns has uploaded a new change for review.
Change subject: cleanup /tmp directory before finishing build
......................................................................
cleanup /tmp directory before finishing build
/tmp/cim_schema* accounts for a few MB of space in the final image
and is not used for anything
Change-Id: I2bb84f89f77c54eac683744312731251eb9bed76
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M recipe/common-post.ks
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/31/7231/1
diff --git a/recipe/common-post.ks b/recipe/common-post.ks
index 7084a17..209475a 100644
--- a/recipe/common-post.ks
+++ b/recipe/common-post.ks
@@ -251,3 +251,6 @@
set /files/etc/yum.repos.d/fedora-updates.repo/updates/enabled 0
save
EOF_yum
+
+#cleanup tmp directory from cim setup
+rm -rf /tmp/cim_schema*
--
To view, visit http://gerrit.ovirt.org/7231
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2bb84f89f77c54eac683744312731251eb9bed76
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list