aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Collapse)Author
2007-08-23python 2.5.1: catch up with some build system changes from 2.4 - 2.5 causing ↵Michael Lauer
only half of the packages being installed into the prop places
2007-08-15generate-manifest-2.5.py: add sqlite3 package that's now in the python ↵Michael Lauer
mainstram distribution
2007-08-15contrib/python: add generate-manifest script for Python 2.5, rename the one ↵Michael Lauer
for 2.4
2007-08-03contrib/mtn2cl: saves last used revision to get all changes since last changelogKoen Kooi
* remove the file called 'oldrev' to disable this behaviour * bugzilla report are still 'last week'
2007-07-31contrib/mtn2cl: generate dated changelogsKoen Kooi
2007-07-21python: add subpackage python-debugger including pdb.py* and bdb.py*Michael Lauer
2007-07-05feed-browser: mark selected architecture in list of archs, also show entered ↵Marcin Juszkiewicz
package name
2007-07-05feed-browser: in package details sort by version, then by archMarcin Juszkiewicz
2007-07-05feed-browser: search when arch is selected and no package name providedMarcin Juszkiewicz
2007-07-05feed-browser: list of architectures from database instead of static listMarcin Juszkiewicz
2007-07-05feed-browser: simplified URLs (no 'action' var anymore), simplified code a bitMarcin Juszkiewicz
2007-07-05feed-browser: use read_vars_from_get to handle HTTP GET paramsMarcin Juszkiewicz
2007-07-05feed-browser: updated copyrightsMarcin Juszkiewicz
2007-07-05feed-browser: updated copyrightsMarcin Juszkiewicz
2007-07-05feed-browser: exit if database cannot be found or createdMarcin Juszkiewicz
2007-07-05feed-browser: include architecture selectorMarcin Juszkiewicz
2007-06-26mono: add mono_cv_uscore to arm-linux site fileCliff Brake
add section to contrib/site-conf/m4/mono.m4, but this still needs some work.
2007-06-21python 2.4.4 fix debug package name to python-core-dbgMichael Lauer
2007-06-21python 2.4.4 properly ship debug information in appropriate packagesMichael Lauer
2007-06-21python-2.4.4: update manifest, update manifest generator, close #2487Michael Lauer
2007-06-16contrib/mtn2cl: print a list of new bugs as wellKoen Kooi
2007-06-16mtn2cl: Show total bugs created vs. total bugs fixed over 7 daysMatthias Hentges
2007-06-16contrib/mtn2cl: use a temp dir so we catch all authors and don't litter $PWDKoen Kooi
2007-06-05mtn2cl: make it select comments for the last week automagically and also ↵Koen Kooi
append fixed bugs
2007-06-01mtn2cl: replace --to with --lastKoen Kooi
2007-06-01contrib/mtn2cl: add quick & dirty script to generate a changelogKoen Kooi
2007-03-31qa/checksum: Add python code to verify a sha256,md5sumHolger Freyther
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 Freyther
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 Freyther
2007-03-06contrib/qa/bugzilla.py: Add the standalone test bugzilla suckerHolger Freyther
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"
2007-01-18mtnpatch: update to read newer diff formatJustin Patrin
2007-01-07site-conf/mysql.m4: filled with some tests from mysql 4.1.18Marcin Juszkiewicz
2007-01-01contrib/site-conf: add all m4 files to aclocal.m4Koen Kooi
2006-12-31Rename: image_ipk -> image.bbclass, IPKG_INSTALL -> PACKAGE_INSTALL to ↵Richard Purdie
prepare for deb packaging
2006-12-25python: update to 2.4.4Michael Lauer
2006-12-14contrib/site-conf: No need to require autoconf 2.60Holger Freyther
Specially as OE uses autoconf 2.59 itself
2006-12-11Add gnu.m4 which has a copy of the libiberty calls from binutils.m4Holger Freyther
Make sure we can regenerate the values for binutils which koen just added to OpenEmbedded.
2006-12-11Use aclocal -I m4 to generate the aclocal.m4. Somehow autoreconf refuses to ↵Holger Freyther
do this
2006-11-19openembedded-essential: bumped to 1.2, now it is more lintian happyMarcin Juszkiewicz
2006-11-19openembedded-essential: added gawkMarcin Juszkiewicz
2006-11-15mtnpatch: update for newer monotone versions, move patch command to end to ↵Justin Patrin
allow for rename or add and patch
2006-11-15site-conf: Include builtin.m4 through aclocal.m4 and execute the defined ↵Holger Freyther
function Document how to generate the configure script, document how to add a new package and do that for the builtin functions
2006-11-15Add empty and almost empty m4 files for packages we have test results fromHolger Freyther
Start with the builtin.m4 which will generate test results for the default/builtin autoconf functions. The same pattern needs to be applied to every file...
2006-11-14Add site-conf a one stop to the utilized autoconf scriptsHolger Freyther
2006-11-05contrib/python/generate-manifest.py: python-pickle depends on python-ioMichael Lauer
2006-10-23openembedded-essentials: package for Debian compatible distributions to get ↵Marcin Juszkiewicz
all Required Software installed It probably need some work but it is good start.
2006-10-14python: add heapq and bisect support to python-lang, remove bisect from ↵Michael Lauer
python-threading
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-10-04python: fixed manifest to NOT rdepend on libraries - shlibs code will do it ↵Marcin Juszkiewicz
in correct way
2006-09-13rename sanitize.py to oe-stylize.pyKoen Kooi