[PATCH] Sort file list for debuginfo extraction

John Reiser jreiser at bitwagon.com
Wed May 18 14:12:30 UTC 2011


On 05/18/2011 05:19 AM, Robert Schiele wrote:
> By just sorting the list of files to be processed we make the order
> (and thus the build result) reproducable again.  The sorting
> criteria for this operation does not matter.

Counterexample: sort by record number (thus output equals input.)

Counterexample: any sort where two or more records have equal keys
   (thus output order is not unique.)

-- 


More information about the Rpm-list mailing list