All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcin Juszkiewicz <openembedded@haerwu.biz>
To: openembedded-devel@lists.openembedded.org
Subject: Re: RFC: Making it mandantory to have a checksums.ini entry
Date: Wed, 15 Oct 2008 20:17:33 +0200	[thread overview]
Message-ID: <200810152017.34100.openembedded@haerwu.biz> (raw)
In-Reply-To: <gd5aj9$h8u$1@ger.gmane.org>

Wednesday 15 of October 2008 19:51:36 Koen Kooi napisał(a):

> Step 1)
> 	go to TMPDIR and locate the checksums.ini there
>
> Step 2)

This step can be ignored.

> Step 3) combine the checksums.ini from OE and yours:

$ cat TMPDIR/checksums.ini >> 
/OE/org.openembedded.dev/conf/checksums.ini

> Step 4)
> 	sort the result and apply it to OE

$ cd /OE/org.openembedded.dev/conf/
$ python ../contrib/source-checker/oe-checksums-sorter.py \
  checksums.ini >tmp
$ mv tmp checksums.ini

> Step 5)

inspect the results:

$ git diff checksums.ini

> The diff should only contain additions (removals and replacements are
> a sign of corruption somewhere).

Thats how I handle that stuff.

-- 
JID: hrw@jabber.org





  reply	other threads:[~2008-10-15 18:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-01  2:47 RFC: Making it mandantory to have a checksums.ini entry Holger Freyther
2008-10-01  2:58 ` Otavio Salvador
2008-10-01  7:06 ` Koen Kooi
2008-10-15 17:34 ` Holger Freyther
2008-10-15 17:51   ` Koen Kooi
2008-10-15 18:17     ` Marcin Juszkiewicz [this message]
2008-10-16 12:20       ` Sledz, Steffen
2008-10-16 12:39         ` Thomas Kunze
2008-10-16 12:44           ` Sledz, Steffen
2008-10-16 12:52             ` Thomas Kunze
2008-10-16 13:12               ` Sledz, Steffen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200810152017.34100.openembedded@haerwu.biz \
    --to=openembedded@haerwu.biz \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.