Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-09-08 | source-checker: added small script to generate list of files for mirroring | Marcin Juszkiewicz | 1 | |
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-19 | oe-checksums-sorter.py: speed up about 4X using a hash | Michael Smith | 1 | |
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-19 | source-checker: usability tweaks | Michael Smith | 2 | |
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-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 1 | |
2008-08-08 | oe-source-checker.py: use regular oe_sha256sum since OE doesn't build its ↵ | Koen Kooi | 1 | |
own version anymore | ||||
2007-10-24 | oe-checksums-sorter: small script to sort checksums.ini | Marcin Juszkiewicz | 1 | |
2007-10-18 | source-checker: move bad news to end of program (list of errors when program ↵ | Marcin Juszkiewicz | 1 | |
end) | ||||
2007-10-18 | source-checker: added progressbar (from BitBake) and status info at end | Marcin Juszkiewicz | 1 | |
2007-10-18 | oe-source-checker: some improvements (usage, less exceptions) | Marcin Juszkiewicz | 1 | |
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-18 | source-checker: small Python script to check local sources against ↵ | Marcin Juszkiewicz | 2 | |
conf/checksums.ini |