Updated Branches: refs/heads/master 673700a1a -> 6380e2004
CLOUDSTACK-1340: apt-get autoclean and then clean to remove cached debs Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6380e200 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6380e200 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6380e200 Branch: refs/heads/master Commit: 6380e2004c00c223947e08ba32d74f41a0b24340 Parents: 673700a Author: Rohit Yadav <[email protected]> Authored: Thu Feb 28 16:02:44 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Thu Feb 28 16:02:44 2013 +0530 ---------------------------------------------------------------------- .../definitions/systemvmtemplate/cleanup.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6380e200/tools/appliance/definitions/systemvmtemplate/cleanup.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/cleanup.sh b/tools/appliance/definitions/systemvmtemplate/cleanup.sh index c6a1e90..9e98ab0 100644 --- a/tools/appliance/definitions/systemvmtemplate/cleanup.sh +++ b/tools/appliance/definitions/systemvmtemplate/cleanup.sh @@ -2,6 +2,7 @@ #apt-get -y remove linux-headers-$(uname -r) build-essential apt-get -y remove dictionaries-common busybox apt-get -y autoremove +apt-get autoclean apt-get clean # Removing leftover leases and persistent rules
