summaryrefslogtreecommitdiff
path: root/contrib/qa
AgeCommit message (Collapse)AuthorFiles
2010-03-16oe_audit.py: Print only vulnerabe softwareHolger Hans Peter Freyther1
2010-03-16oe_audit.py: Upgrade list of packet matchHolger Hans Peter Freyther1
2010-03-16oe_audit.py: Ignore packets that are not in OEHolger Hans Peter Freyther1
Split the list in two parts with packets that will be never in OE and thet ones that are not in OE right now.
2010-03-16contrib/qa/oe_audit.py: Add audit scriptHolger Hans Peter Freyther1
Add my script to compare a FreeBSD auditfile with a list of package names as output by bitbake -s.
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe3
2008-04-23Openmoko: replace OpenMoko by OpenmokoJohn Lee1
2008-03-26fic-gta0? : renamed fic-gta0? to om-gta0? to reflect true name of deviceGraeme Gregory1
2007-03-31qa/checksum: Add python code to verify a sha256,md5sumHolger Freyther4
Store md5 and sha256 sums in a ini file and verify it with a local file. This code has been tested (manually) on OSX and should be integrated into either OE or BitBake
2007-03-16contrib/qa/bugzilla.py: Extract all bug reports, even the ones from ↵Holger Freyther1
bugs.openembedded.org Abuse the class attribute even further and check for severities. We are able to find all 2006 bugs of OpenEmbedded and all 282 bugs of OpenMoko
2007-03-06contrib/qa/bugzilla.py: Fix the inlined all_bugs html codeHolger Freyther1
2007-03-06contrib/qa/bugzilla.py: Add the standalone test bugzilla suckerHolger Freyther1
This file can extract the bug number and status from a query page of bugzilla. And will be used by the "automatic test monkey class"
2006-05-05contrib/qa/ipkg-diff/ipkg-diff:Holger Freyther1
use getattr to get the function by name
2006-05-05contrib/qa/ipkg-diff/ipkg.py:Holger Freyther1
-do not have an argument for the getter methods -return the file list verbosely
2006-05-03qa/ipkg-diff/ipkg-diff:Holger Freyther1
Start parsing the packages using ipkg.py and implement a simple comparing of two packages. Todo: -Remove, analyse the error when comparing -Find a way to invoke the method by name (__call__ or such) -Compare post install, pre install scripts -Find the source for different md5sums (files, control script, header, files)
2006-05-03qa/ipkg-diff:Holger Freyther1
Implement diffing the content of two directories and showing the difference. as mithro pointed out the splitting could be done in one loop and I have other optimisations in my head as well, but this way it just looks sexy and is intuitive.
2006-05-03contrib/qa/ipkg-diff:Holger Freyther5
Add a work in progress ipkg-diff utilitiy to show differences between two directory of ipk packages files. Currently it does nothing.