aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Collapse)Author
2008-09-05angstrom feeds: add mythtvKoen Kooi
2008-09-03python 2.5.2 ship shlex in python-shellMichael Lauer
2008-09-02angstrom feed builder: more tweaksKoen Kooi
2008-08-29angstrom source mirror: update script to hangle bzr and hgKoen Kooi
2008-08-27angstrom feeds: add java and more browsersKoen Kooi
2008-08-27angstrom feeds: add gta02 machine and fso apps Koen Kooi
2008-08-27angstrom feeds: add some more stuff Koen Kooi
2008-08-25openembedded-essential: add help2man to DEPENDS and close 3035.Rolf Leggewie
2008-08-11angstrom feed upload script: reuse file list to lessen load on server, add ↵Koen Kooi
status output for the upload script
2008-08-09python 2.5.2 include low level _bsddb module in python-bsd and DEPENDS += dbMichael Lauer
2008-08-08oe-source-checker.py: use regular oe_sha256sum since OE doesn't build its ↵Koen Kooi
own version anymore
2008-08-02python 2.5.2 RDEPENDS_python-logging += python-pickleMichael Lauer
2008-07-24contrib/angstrom: add source mirror descriptionKoen Kooi
2008-07-21generate-manifest-2.5.py restore alphabetical order and update versionMichael Lauer
2008-07-21generate-manifest-2.5.py: add python-doctestJohn Lee
2008-07-21generate-manifest-2.5.py: add python-difflibJohn Lee
2008-07-21generate-manifest-2.5.py: pdb requires pprintJohn Lee
2008-07-21generate-manifest-2.5.py: not in sync with manifest.incJohn Lee
* python-compression with tarfile is not in generate-manifest
2008-06-13angstrom feed sorter: sync with version on serinityKoen Kooi
2008-05-20merge of '635b19191517f99ee151ae6157a22f5d56406238'Leon Woestenberg
and 'c179e5e451e08eb1f3266b4da027de66abad7a9b'
2008-05-20mtn-bisect.shLeon Woestenberg
2008-05-18marketing: add oe-flyer and oe-posterMichael Lauer
2008-05-17openembedded-essential: update to Standards 3.7.3 and add dh_clean to clean ↵Rolf Leggewie
target
2008-05-04divers: s/bugs.openembedded.org/bugs.openembedded.net/ for all of OERolf Leggewie
* bugs.openembedded.org has frequent DNS issues, .net is better maintained both should usually point to the same server and bugzilla installation
2008-04-25Git to rescue. Make a change to create a head again. Update the example scriptHolger Freyther
2008-04-23Openmoko: replace OpenMoko by OpenmokoJohn Lee
2008-04-16angstrom contrib: add sort.shKoen Kooi
2008-04-10python 2.5.2 python-xml does _not_ RDEPENDS on python-netclient (what was i ↵Michael Lauer
thinking?)
2008-03-31mtn2git: Add an example script that can be used to update the git mirrorHolger Freyther
This is an example as it is using relative paths and needs some changes to work for you. It assumes that you have a git repository (git-init was ran) and then will update it there. Before each update it will clone the git repository and copy the old state files into the repository. So in case something goes wrong you can do a post mortom. The state files are relatively small and the git repository is working with hardlinks so it does not even take too much space. On first pull you need to run git-repack or git-gc
2008-03-26fic-gta0? : renamed fic-gta0? to om-gta0? to reflect true name of deviceGraeme Gregory
2008-03-21python 2.5 improve pysqlite2|3 packaging. Patch based on work by Aloisios ↵Michael Lauer
Almeida.
2008-03-18angstrom/build-feeds.sh: add setserial, openvpn, vpnc to feedJunqian Gordon Xu
2008-03-06python 2.5.2 ship _sqlite3.so binary module in python-sqlite3 (thanks emdete ↵Michael Lauer
for spotting)
2008-03-06angstrom release builder: turn on glibc againKoen Kooi
2008-03-05angstrom build release: do uclibc stuff first, so initramfs kernels build ↵Koen Kooi
properly
2008-03-01angstrom feed builder: add more browsersKoen Kooi
2008-03-01angstrom contrib: add upload script from 2008 feedsKoen Kooi
2008-02-29contrib: move svgs into dedicated directoryMichael Lauer
2008-02-27contrib: Add powered by OE logoRichard Purdie
2008-02-09contrib/angstrom/rss*.php: Drop old non-optimal version, rename rss2 to rss.Paul Sokolovsky
* Per RFC on the list.
2008-02-09contrib/angstrom/rss2.php: Add date of build to subject.Paul Sokolovsky
* To help with simple-minded browsers which don't show pubDate (like Firefox). * Per RFC on the list.
2008-02-06contrib/image-convert: Add scripts to convert FS images to different formats.Paul Sokolovsky
* Per RFC on the list.
2008-02-05oe-stylize.py: add support for the PE (package epoch) variablePhilipp Zabel
2008-01-24contrib/distro-packages: provide patch for building ubuntu packagesRolf Leggewie
2008-01-24contrib/distro-packages: fix an error in changelog so devscripts do work againRolf Leggewie
2008-01-22python 2.5.1 ship sitecustomize.py that enables some convenient features whenMichael Lauer
working with the interactive interpreter: attribute completion and persistent command history
2008-01-19openembedded-essential: add bc and python-pysqlite2 to debRolf Leggewie
* I had been under the false impression these were already part of the deb definition
2008-01-19openembedded-essential: commit version 1.4Rolf Leggewie
* remove gfortran from deb definition * add bc and python-pysqlite to rpm definition
2008-01-13* Incrementally updating the former heads did not work right. Sometimes we haveHolger Freyther
saved bogus data and it could be dangerous. * Back-out this change and save the heads at the end of the script.
2008-01-13* Import revisions without a parent properly! The diffing would have been ↵Holger Freyther
all right but we have not diffed the two manifests at all. Now we are diffinf an empty manifest against the initial one.