RSS/Atom feed Twitter
Site is read-only, email is disabled

orphaned images

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

orphaned images Marco Ciampa 07 Jun 11:16
  orphaned images Roman Joost 08 Jun 02:50
   orphaned images Marco Ciampa 08 Jun 09:12
Marco Ciampa
2010-06-07 11:16:29 UTC (over 14 years ago)

orphaned images

During a make check-images-it I found many orphaned images.

Done a git rm to all /it/ images (many) the command showed many /C/ orphaned images too.

Is it safe to clear them all?

I am asking because want another opinion before doing such a large commit.

TIA

Roman Joost
2010-06-08 02:50:16 UTC (over 14 years ago)

orphaned images

On Mon, Jun 07, 2010 at 11:16:29AM +0200, Marco Ciampa wrote:

During a make check-images-it I found many orphaned images.

Done a git rm to all /it/ images (many) the command showed many /C/ orphaned images too.

Is it safe to clear them all?

I am asking because want another opinion before doing such a large commit.

You may want to do an additional grep to check if those images are used somewhere in the XML:

grep -r "image-name.png" *

in the root of the module usually does the trick. IMHO cleaning up orphaned images frees a lot of space and is encouraged.

Cheers,

Marco Ciampa
2010-06-08 09:12:32 UTC (over 14 years ago)

orphaned images

On Tue, Jun 08, 2010 at 10:50:16AM +1000, Roman Joost wrote:

On Mon, Jun 07, 2010 at 11:16:29AM +0200, Marco Ciampa wrote:

During a make check-images-it I found many orphaned images.

Done a git rm to all /it/ images (many) the command showed many /C/ orphaned images too.

Is it safe to clear them all?

I am asking because want another opinion before doing such a large commit.

You may want to do an additional grep to check if those images are used somewhere in the XML:

grep -r "image-name.png" *

in the root of the module usually does the trick. IMHO cleaning up orphaned images frees a lot of space and is encouraged.

Ok done.