]> code.ossystems Code Review - openembedded-core.git/commit
sstate-cache-management: rm_by_stamps - remove .siginfo and .done files
authorMartin Jansa <martin.jansa@gmail.com>
Sat, 29 Mar 2014 10:34:11 +0000 (11:34 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Mar 2014 09:02:21 +0000 (10:02 +0100)
commit5a58cd2474ed96d6f58576203bedf8211d309c99
tree5a7142a3492d1ca4391f91b95fd3a6c4c955905c
parentc2e5c0b6bdc432449ad1792176aa28667c3d34b9
sstate-cache-management: rm_by_stamps - remove .siginfo and .done files

* it's possible that corresponding .tgz files were already removed
  (e.g. with -d option and older version of this script) and this
  won't find orphaned .siginfo or .done files to remove
* add sort -u to count files found multiple times only once

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/sstate-cache-management.sh