aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/source-checker
AgeCommit message (Collapse)Author
2011-01-10xorg: upgrade to X11R7.6 and remove preferred-xorg-versions*.inc filesMartin Jansa
* X11R7.6-RC1 was already released http://www.x.org/releases/X11R7.6-RC1/doc/xorg-docs/ReleaseNotes.html so it's IMHO time to start migration there * preferred-xorg-versions-live.inc was tracking latest stable released tarballs, but only reason I was maintaining it was to overwrite older preferred-xorg-versions-X11R7.5.inc if your distribution included ie X11R7.5.inc and you wanted live.inc from local.conf * default recipe versions without any preferred-xorg-versions include are now the same as live.inc * we will get better test coverage if we use same versions * if someone really needs older release then pinning only core stuff like xserver/libx11 will be probably better, than pinning every xorg app/proto/font etc. * I can slow down adding newest xorg stuff or ie keep it everytime for at least a week on ML for another review and test on more targets (I'm testing it only on om-gta02/spitz/nokia900) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Ackey-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-11bump.preferred-xorg-versions-live.sh: pin also -nativesdk and -sdk versions ↵Martin Jansa
if available * xorg-proto has always all BBCLASSEXTEND in shared .inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-28xorg: bump versions xorg-sgml-doctools xf86-video-intel libxfont util-macrosMartin Jansa
* adjust bumping script to handle -native versions better with BBCLASSEXTEND Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-22contrib: scripts for easy preferred-xorg-versions generationMartin.Jansa
* 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 Juszkiewicz
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 Jansa
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 Juszkiewicz
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 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>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-08-08oe-source-checker.py: use regular oe_sha256sum since OE doesn't build its ↵Koen Kooi
own version anymore
2007-10-24oe-checksums-sorter: small script to sort checksums.iniMarcin Juszkiewicz
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