mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
import_otherdistro: improve display of deleted items
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
c84024a51b
commit
dde0a82a35
|
@ -410,8 +410,8 @@ def import_pkgspec(args):
|
|||
pwriter.write(int(count / total * 100))
|
||||
|
||||
if existing:
|
||||
fpaths = ['%s/%s' % (pth, fn) for pth, fn in existing]
|
||||
logger.info('Marking as deleted: %s' % ', '.join(fpaths))
|
||||
fpaths = sorted(['%s/%s' % (pth, fn) for pth, fn in existing])
|
||||
logger.info('Marking as deleted:\n %s' % '\n '.join(fpaths))
|
||||
for entry in existing:
|
||||
layerrecipes.filter(filepath=entry[0], filename=entry[1]).update(deleted=True)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user