[OE-core] [PATCH 3/3] buildhistory: remove duplicate entries from dot graph

2012-03-20 Thread Koen Kooi
There are various conditions that lead to duplicate entries in the dot graph which need to get fixed, but this patch is a catchall. Another benefit is that the sort order is now know, leading to less spurious diffs in buildhistory commits. Signed-off-by: Koen Kooi k...@dominion.thruhere.net

Re: [OE-core] [PATCH 3/3] buildhistory: remove duplicate entries from dot graph

2012-03-20 Thread Paul Eggleton
On Tuesday 20 March 2012 12:00:55 Koen Kooi wrote: There are various conditions that lead to duplicate entries in the dot graph which need to get fixed, but this patch is a catchall. Dependencies and recommends are already de-duped - are we getting duplicates in the package list as well?

Re: [OE-core] [PATCH 3/3] buildhistory: remove duplicate entries from dot graph

2012-03-20 Thread Koen Kooi
Op 20 mrt. 2012, om 12:48 heeft Paul Eggleton het volgende geschreven: On Tuesday 20 March 2012 12:00:55 Koen Kooi wrote: There are various conditions that lead to duplicate entries in the dot graph which need to get fixed, but this patch is a catchall. Dependencies and recommends are

Re: [OE-core] [PATCH 3/3] buildhistory: remove duplicate entries from dot graph

2012-03-20 Thread Paul Eggleton
On Tuesday 20 March 2012 13:11:38 Koen Kooi wrote: I think I know why [2] doesn't work: koen@dominion:/data/ssd/OE/buildhistory$ echo b c a | sort b c a koen@dominion:/data/ssd/OE/buildhistory$ echo -e b\\nc\\na | sort a b c Ah, yes, that would explain it. I've primarily been testing

Re: [OE-core] [PATCH 3/3] buildhistory: remove duplicate entries from dot graph

2012-03-20 Thread Koen Kooi
Op 20 mrt. 2012, om 14:14 heeft Paul Eggleton het volgende geschreven: On Tuesday 20 March 2012 13:11:38 Koen Kooi wrote: I think I know why [2] doesn't work: koen@dominion:/data/ssd/OE/buildhistory$ echo b c a | sort b c a koen@dominion:/data/ssd/OE/buildhistory$ echo -e b\\nc\\na | sort