Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD744DECA for ; Thu, 7 Mar 2013 11:21:00 +0000 (UTC) Received: (qmail 90329 invoked by uid 500); 7 Mar 2013 11:21:00 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 90303 invoked by uid 500); 7 Mar 2013 11:21:00 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 90272 invoked by uid 99); 7 Mar 2013 11:20:59 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 11:20:59 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2E569831335; Thu, 7 Mar 2013 11:20:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: refs/heads/master - appliance: during cleanup remove veewee and vbox txt files Message-Id: <20130307112059.2E569831335@tyr.zones.apache.org> Date: Thu, 7 Mar 2013 11:20:59 +0000 (UTC) Updated Branches: refs/heads/master 99066060c -> 602ca7fe6 appliance: during cleanup remove veewee and vbox txt files Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/602ca7fe Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/602ca7fe Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/602ca7fe Branch: refs/heads/master Commit: 602ca7fe6d6538f190a453c2fb6f7d9f7f95fc98 Parents: 9906606 Author: Rohit Yadav Authored: Thu Mar 7 16:49:50 2013 +0530 Committer: Rohit Yadav Committed: Thu Mar 7 16:50:37 2013 +0530 ---------------------------------------------------------------------- .../definitions/systemvmtemplate/zerodisk.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/602ca7fe/tools/appliance/definitions/systemvmtemplate/zerodisk.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/zerodisk.sh b/tools/appliance/definitions/systemvmtemplate/zerodisk.sh index cb79308..25bd8c4 100644 --- a/tools/appliance/definitions/systemvmtemplate/zerodisk.sh +++ b/tools/appliance/definitions/systemvmtemplate/zerodisk.sh @@ -1,6 +1,7 @@ # Clean up stuff copied in by veewee rm -fv /root/*.iso rm -fv /root/base.sh /root/cleanup.sh /root/postinstall.sh /root/zerodisk.sh +rm -fv .veewee_version .veewee_params .vbox_version echo "Cleaning up"