summaryrefslogtreecommitdiff
path: root/contrib/source-checker
AgeCommit message (Collapse)AuthorFiles
2009-12-22contrib: scripts for easy preferred-xorg-versions generationMartin.Jansa2
* live.sh generates conf/distro/include/preferred-xorg-versions-live.inc with latest versions available at http://xorg.freedesktop.org/releases/individual/ * 7.5.sh generates preferred-xorg-versions-X11R7.5-live.inc with latest versions available at http://www.x.org/releases/X11R7.5/src/ * Temporary files are created in script directory and contains info about possible version updates, missing recipes (in "date".log) and also generated shell commands for copying recipe from older version etc (in "date".cmd).
2009-10-09Revert "Add latest xorg stuff for xserver-1.7, script for easy recipe bump ↵Marcin Juszkiewicz1
and xf86-video-glamo-kms" This reverts commit 117ec4def4dff7abad394279698e1ddaef9407a7.
2009-10-09Add latest xorg stuff for xserver-1.7, script for easy recipe bump and ↵Martin Jansa1
xf86-video-glamo-kms Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
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