All of lore.kernel.org
 help / color / mirror / Atom feed
* Checksums.ini sorting and updating
@ 2009-11-08  9:36 Koen Kooi
  2009-11-08 13:31 ` Otavio Salvador
  2009-11-08 13:35 ` Otavio Salvador
  0 siblings, 2 replies; 3+ messages in thread
From: Koen Kooi @ 2009-11-08  9:36 UTC (permalink / raw)
  To: openembedded-devel

Hi,

When adding a new recipe I do:

cd $TMPDIR
cat /OE/org.openembedded.dev/conf/checksums.ini >> checksums.ini  ; 
python 
/OE/org.openembedded.dev/contrib/source-checker/oe-checksums-sorter.py 
checksums.ini > /OE/org.openembedded.dev/conf/checksums.ini

Then, when possible, I match the new entries in conf/checksums.ini to 
the sums upstream publishes. After that I will try to build the recipe 
and if successfull commit it.

Sometimes I encounter what look like spurious changes in 'git diff 
conf/checksums.ini' which are caused by:

1) pre-coffee manual additions that are in the wrong place and get resorted
2) people having deleted(!) checksums that repear due to being in my 
TMPDIR checksum cache

Now 1) can be solved by running a script like the one I mentioned above, 
but 2) needs an attitude adjustment. OE is not wikipedia where recipes 
get deleted because a single person thinks no-one is using them. We have 
lots of people using external overlays for various recipes and deleting 
things from checksums.ini will only make their life harder.

So, please stop deleting checksums and start using a more automated way 
to update checksums.ini :)

regards,

Koen




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

end of thread, other threads:[~2009-11-08 13:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-08  9:36 Checksums.ini sorting and updating Koen Kooi
2009-11-08 13:31 ` Otavio Salvador
2009-11-08 13:35 ` Otavio Salvador

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.