Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/osbuilder.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of dev.laptop.org:/git/projects/olpc-os-builderBernie Innocenti2010-09-011-1/+1
|\
| * v1.2.0 releasev1.2.0Daniel Drake2010-08-311-1/+1
| | | | | | | | This version was used to build OLPC OS 10.1.2 for XO-1 and XO-1.5
* | Add Makefile infrastructure to build rpms in placeBernie Innocenti2010-07-291-0/+1
|/
* v1.1.0 releasev1.1.0Daniel Drake2010-07-071-1/+1
| | | | This version was used to build OLPC OS 10.1.1 for XO-1.5
* Allow modules to be selected by more than 1 configuration optionDaniel Drake2010-04-121-1/+14
| | | | | This means that the additional defaults file can be used to add modules to the list, without having to copy the whole list.
* Add additional defaults cfg mechanismDaniel Drake2010-04-121-3/+11
| | | | | This should allow Chris to specify OLPC-specific configuration (official=1, signing config) in a less annoying manner.
* Make system-installableDaniel Drake2009-12-231-7/+21
|
* Show which kspost-generated code is being executedDaniel Drake2009-12-221-1/+2
|
* Terminate part process on interruptDaniel Drake2009-12-221-3/+13
|
* Fix execution of parts with identical namesDaniel Drake2009-12-221-1/+1
|
* Initial importDaniel Drake2009-12-211-0/+380
Basic functionality is working, needs more testing and a comparison to the OLPC OS 10.1.0 release.