All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/1] A script to clean obsolete sstate cache files
Date: Wed, 22 Feb 2012 21:27:56 +0800	[thread overview]
Message-ID: <cover.1329916583.git.liezhi.yang@windriver.com> (raw)

Here is the testing result:

$ ./poky/scripts/sstate-cache-management.sh --cache-dir=sstate-cache.bak/ --remove-duplicated
Figuring out the archs in the sstate cache dir ...
The following archs have been found in the sstate cache dir:
i586 ppc603e x86_64 qemux86 qemuppc
Removing the sstate-xxx_deploy-rpm.tgz ... (3034 files)
Removing the sstate-xxx_deploy-ipk.tgz ... (0 files)
Removing the sstate-xxx_deploy-deb.tgz ... (0 files)
Removing the sstate-xxx_deploy.tgz ... (8 files)
Removing the sstate-xxx_package.tgz ... (3282 files)
Removing the sstate-xxx_populate-lic.tgz ... (2482 files)
Removing the sstate-xxx_populate-sysroot.tgz ... (3282 files)
12088 files have been removed

// Robert

The following changes since commit 87e32edb88c30ac116fa396148ac26357051f93a:

  iputils: Add base_libdir to VPATH in order to find the crypto library (2012-02-21 17:59:40 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib robert/remove-sstate
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/remove-sstate

Robert Yang (1):
  A script to clean obsolete sstate cache files

 scripts/sstate-cache-management.sh |  135 ++++++++++++++++++++++++++++++++++++
 1 files changed, 135 insertions(+), 0 deletions(-)
 create mode 100755 scripts/sstate-cache-management.sh

-- 
1.7.4.1




             reply	other threads:[~2012-02-22 13:38 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-22 13:27 Robert Yang [this message]
2012-02-22 13:27 ` [PATCH 1/1] A script to clean obsolete sstate cache files Robert Yang
2012-02-22 13:42 ` [PATCH 0/1] " Koen Kooi
2012-02-22 14:15   ` Richard Purdie
2012-02-22 14:32     ` Koen Kooi
2012-02-22 15:06       ` Richard Purdie
2012-02-22 15:11         ` Koen Kooi
2012-02-22 16:05           ` Richard Purdie
2012-02-22 16:08             ` Otavio Salvador
2012-02-22 15:47         ` Otavio Salvador
2012-02-22 15:53           ` Paul Eggleton
2012-02-22 15:56             ` Otavio Salvador
2012-02-22 16:09               ` Richard Purdie
2012-02-22 16:16                 ` Otavio Salvador
2012-02-22 16:43                   ` Richard Purdie
2012-02-22 16:00           ` Phil Blundell
2012-02-22 14:48 ` Otavio Salvador
2012-02-24  4:13 ` Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1329916583.git.liezhi.yang@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.