Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] A script to clean obsolete sstate cache files
@ 2012-02-22 13:27 Robert Yang
  2012-02-22 13:27 ` [PATCH 1/1] " Robert Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Robert Yang @ 2012-02-22 13:27 UTC (permalink / raw)
  To: openembedded-core

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




^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-02-24  4:21 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-22 13:27 [PATCH 0/1] A script to clean obsolete sstate cache files Robert Yang
2012-02-22 13:27 ` [PATCH 1/1] " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox