aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/source-checker/oe-source-checker.py
AgeCommit message (Collapse)Author
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>
2008-08-08oe-source-checker.py: use regular oe_sha256sum since OE doesn't build its ↵Koen Kooi
own version anymore
2007-10-18source-checker: move bad news to end of program (list of errors when program ↵Marcin Juszkiewicz
end)
2007-10-18source-checker: added progressbar (from BitBake) and status info at endMarcin Juszkiewicz
2007-10-18oe-source-checker: some improvements (usage, less exceptions)Marcin Juszkiewicz
Calling with less then 2 parameters == usage info. Simplified code a bit - os.popen() does not generate exceptions if shell can not find command.
2007-10-18source-checker: small Python script to check local sources against ↵Marcin Juszkiewicz
conf/checksums.ini