Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-02-09 | contrib/angstrom/rss*.php: Drop old non-optimal version, rename rss2 to rss. | Paul Sokolovsky | 2 | |
* Per RFC on the list. | ||||
2008-02-09 | contrib/angstrom/rss2.php: Add date of build to subject. | Paul Sokolovsky | 1 | |
* To help with simple-minded browsers which don't show pubDate (like Firefox). * Per RFC on the list. | ||||
2008-02-06 | contrib/image-convert: Add scripts to convert FS images to different formats. | Paul Sokolovsky | 6 | |
* Per RFC on the list. | ||||
2008-02-05 | oe-stylize.py: add support for the PE (package epoch) variable | Philipp Zabel | 1 | |
2008-01-24 | contrib/distro-packages: provide patch for building ubuntu packages | Rolf Leggewie | 1 | |
2008-01-24 | contrib/distro-packages: fix an error in changelog so devscripts do work again | Rolf Leggewie | 1 | |
2008-01-22 | python 2.5.1 ship sitecustomize.py that enables some convenient features when | Michael Lauer | 1 | |
working with the interactive interpreter: attribute completion and persistent command history | ||||
2008-01-19 | openembedded-essential: add bc and python-pysqlite2 to deb | Rolf Leggewie | 2 | |
* I had been under the false impression these were already part of the deb definition | ||||
2008-01-19 | openembedded-essential: commit version 1.4 | Rolf Leggewie | 8 | |
* 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 have | Holger Freyther | 1 | |
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 | 1 | |
all right but we have not diffed the two manifests at all. Now we are diffinf an empty manifest against the initial one. | ||||
2008-01-13 | python 2.5.1 remove bogus RPROVIDE for python-curses, RRECOMMEND python-readline | Michael Lauer | 1 | |
2008-01-08 | angstrom build feeds: sync with stable branch | Koen Kooi | 1 | |
2008-01-08 | contrib/mtn2git/mtn2git.py: Start diffing the manifests and find ↵ | Holger Freyther | 1 | |
added,deleted dirs and added,deleted,modified files -Fix bug with gathering the all_deleted (I got the union wrong) -Diff everything and change what we store inside the sets. Storing the rev in the set is superfluous. | ||||
2008-01-08 | contrib/mtn2git/mtn2git.py: Return the tree if it is was not in the cache! | Holger Freyther | 1 | |
2008-01-08 | merge of '4758ca456d2363e1b00659c33da6c72ea4ac3074' | Holger Freyther | 7 | |
and 'e2c29cfbd284f015d3c4165234bbaf65c184d38d' | ||||
2008-01-08 | contrib/mtn2git/mtn2git.py: Add the TODO for sanity checking! | Holger Freyther | 1 | |
2008-01-08 | contrib/mtn2git/mtn2git.py: Stub the most important function. diff_manifest ↵ | Holger Freyther | 1 | |
will tell us what to do | ||||
2008-01-08 | contrib/mtn2git/mtn2git.py: Add modifications to the right list, check if ↵ | Holger Freyther | 1 | |
_file_revision and file_revision of the manifest are equal | ||||
2008-01-08 | contrib/mtn2git/mtn2git.py: Built a fifo to avoid parsing the manifests all ↵ | Holger Freyther | 1 | |
over again I decided to use a FIFO for two reasons: -Simplicity in the implementation -Parent and Childs are normally close (<= 100 revisions) to each other. So having the fifo should avoid parsing the parent manifest over and over again. Also with "merge early and merge often" the 100 revs should be enough to catch merges as well. | ||||
2008-01-08 | contrib/mtn2git/mtn2git.py: Have only one function that is parsing the manifest | Holger Freyther | 1 | |
Build a directory tree from a manifest with all the information we need. This currently is a list of directory names and a list of files (with absolute paths) and their revision and the executable attribute. | ||||
2008-01-08 | contrib/mtn2git/mtn2git.py: We are not interested in these bits. Do not ↵ | Holger Freyther | 1 | |
store them. | ||||
2008-01-08 | contrib/mtn2git/mtn2git.py: Remove all old code that tried to figure out ↵ | Holger Freyther | 1 | |
what changes happened Make place for the new code that is diffing the manifest directly. This avoids all the funky mess with recursive directory renames and undoing what mtn told us happened. git is clever enough to figure out moves and copying of files on its own. | ||||
2008-01-08 | contrib/mtn2git: Start with only using the manifests | Holger Freyther | 1 | |
2008-01-08 | merge of '37149b3d7b17d35e06e93ecd95c7eb36f4425da6' | Rolf Leggewie | 2 | |
and '562c973381fd0816ab9bc3ab53a276a6c274c8b2' | ||||
2008-01-07 | openembedded-essential: add gfortran to dependencies to go along with ↵ | Rolf Leggewie | 7 | |
a5c7b007eaa675cc904f5285291d2f8a597efc84 | ||||
2008-01-07 | contrib/mtn2git: Ignore unknown certs, try to be more robust against CTRL-C ↵ | Holger Freyther | 2 | |
when saving the status | ||||
2008-01-04 | angstrom autobuilder: also build uclibc images | Koen Kooi | 1 | |
2008-01-03 | contrib/feed-browser/update.php: Allow to update individual feeds. | Paul Sokolovsky | 1 | |
2008-01-03 | contrib/feed-browser: Capure current config.inc from Angstrom site. | Paul Sokolovsky | 1 | |
2007-12-27 | angstrom build-feed: add more packages and ppc405 machine | Koen Kooi | 1 | |
2007-12-25 | contrib/deploy/nfs/: Tools to deploy OE images for NFS boot. | Paul Sokolovsky | 3 | |
* Provides best practices for exports locations and sample of exports file. (The same location is used by default by initramfs-uniboot). * Tool to deploy tar.bz2/tar.gz/cpio.gz images to exported location. | ||||
2007-12-25 | contrib/deploy/: Add generic directory to store various deployment helpers. | Paul Sokolovsky | 2 | |
2007-12-24 | angstrom build-*: sync with autobuilder | Koen Kooi | 2 | |
2007-12-23 | contrib/angstrom/build-release.sh: Add h5000. | Paul Sokolovsky | 1 | |
* Now that there're people who are willing to test it. | ||||
2007-12-22 | mtn2cl.sh: Quote args properly, or mtn chokes on "1 week ago". | Paul Sokolovsky | 1 | |
2007-12-22 | angstrom build-*: sync with autobuilder | Koen Kooi | 2 | |
2007-12-21 | angstrom build feeds: add more packages | Koen Kooi | 1 | |
2007-12-20 | angstrom build-*: sync with autobuilder | Koen Kooi | 2 | |
2007-12-19 | angstrom build feed: replacement for meta-angstrom-2007 recipe, will be ↵ | Koen Kooi | 1 | |
deprecated once the problems with the meta package get sorted out | ||||
2007-12-18 | angstrom build release: base-files contains DISTRO_VERSION, so clean it to ↵ | Koen Kooi | 1 | |
get the correct version into images * needs some more thought on how to get this correctly into the feeds | ||||
2007-12-17 | angstrom build release.sh: build base-image instead of minimal image per RFC ↵ | Koen Kooi | 1 | |
on angstrom-devel mailinglist | ||||
2007-12-16 | angstrom/build-release: Instead of building a useless nslu2-minimal-image, ↵ | Rod Whitby | 1 | |
build a minimal-image plus a useful nslu2-base-image. | ||||
2007-12-15 | angstrom-autobuilder: remove workaround for broken -native recipes | Koen Kooi | 1 | |
2007-12-13 | angstrom autobuilder: add meta-angstrom-2007 | Koen Kooi | 1 | |
2007-12-12 | build-release.sh: Add h3900. | Paul Sokolovsky | 1 | |
2007-12-09 | angstrom autobuilder: also build native toolchain for all archs | Koen Kooi | 1 | |
2007-12-07 | python2.5: fix RDEPENDS for python-codecs and python-netclient | Jeremy Laine | 1 | |
* add python-lang to python-codecs RDEPENDS * add python-crypt to python-netclient RDEPENDS * bump PR to ml5 (catch up with python-core) | ||||
2007-12-06 | Ångström autobuilder: new RSS generator | Marcin Juszkiewicz | 3 | |
2007-12-06 | angstrom/rss.php: fix links | Koen Kooi | 1 | |