aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/source-checker/oe-checksums-sorter.py
AgeCommit message (Collapse)Author
2009-08-19oe-checksums-sorter.py: speed up about 4X using a hashMichael Smith
OK, this saves a grand total of one second a few times a week, but it was bugging me... Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-19source-checker: usability tweaksMichael Smith
checksum sorter, source checker: * exit(1) on failure; * send errors to stderr; * make executable checksum sorter: * read from stdin if no arg; * accept --inplace option to read and write from the same file; * check that input file exists as ConfigParser.read() doesn't treat missing files as an error. Signed-off-by: Michael Smith <msmith@cbnco.com>
2007-10-24oe-checksums-sorter: small script to sort checksums.iniMarcin Juszkiewicz