summaryrefslogtreecommitdiff
path: root/contrib/source-checker
AgeCommit message (Collapse)AuthorFiles
2009-09-08source-checker: added small script to generate list of files for mirroringMarcin Juszkiewicz1
oe-source-mirror-build.py compares checksums stored in checksums.ini with files in DL_DIR and outputs list of good ones. Such list can be used for populating local OE sources mirror.
2009-08-19oe-checksums-sorter.py: speed up about 4X using a hashMichael Smith1
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 Smith2
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-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2008-08-08oe-source-checker.py: use regular oe_sha256sum since OE doesn't build its ↵Koen Kooi1
own version anymore
2007-10-24oe-checksums-sorter: small script to sort checksums.iniMarcin Juszkiewicz1
2007-10-18source-checker: move bad news to end of program (list of errors when program ↵Marcin Juszkiewicz1
end)
2007-10-18source-checker: added progressbar (from BitBake) and status info at endMarcin Juszkiewicz1
2007-10-18oe-source-checker: some improvements (usage, less exceptions)Marcin Juszkiewicz1
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 Juszkiewicz2
conf/checksums.ini